Searched defs:bitState (Results 1 – 1 of 1) sorted by relevance
37 type bitState struct { struct38 end int39 cap []int40 matchcap []int41 jobs []job42 visited []uint3244 inputs inputs57 func freeBitState(b *bitState) {80 func (b *bitState) reset(prog *syntax.Prog, end int, ncap int) {118 func (b *bitState) shouldVisit(pc uint32, pos int) bool {[all …]