Searched refs:bytemap (Results 1 – 4 of 4) sorted by relevance
166 EXPECT_EQ(prog->bytemap()[j], i) << " byte " << j; in TEST()
247 uint8* bytemap = bytemap_; in SearchOnePass() local256 int c = bytemap[*p & 0xFF]; in SearchOnePass()
337 return prog_->bytemap()[c]; in ByteMap()1330 const uint8* bytemap = prog_->bytemap(); in InlinedSearchLoop() local1392 State* ns = s->next_[bytemap[c]]; in InlinedSearchLoop()
217 const uint8* bytemap() { return bytemap_; } in bytemap() function