Searched refs:bytemap_ (Results 1 – 3 of 3) sorted by relevance
321 bytemap_[i] = n; in ComputeByteMap()325 bytemap_range_ = bytemap_[255] + 1; in ComputeByteMap()328 unbytemap_[bytemap_[i]] = i; in ComputeByteMap()332 bytemap_[i] = i; in ComputeByteMap()
247 uint8* bytemap = bytemap_; in SearchOnePass()466 int b = bytemap_[c]; in IsOnePass()486 int b = bytemap_[c]; in IsOnePass()566 while (bytemap_[i] == b) in IsOnePass()
217 const uint8* bytemap() { return bytemap_; } in bytemap()365 uint8 bytemap_[256]; // map from input bytes to byte classes variable