Searched refs:first_byte (Results 1 – 4 of 4) sorted by relevance
153 unsigned char first_byte) { in RemoveFirstByteFromHash() argument154 return RollingHashUtil::ModBase(full_hash + remove_table_[first_byte]); in RemoveFirstByteFromHash()
219 static bool IsUtf8MultiCharacterStart(byte first_byte) { in IsUtf8MultiCharacterStart() argument220 return (first_byte & kUtf8MultiByteMask) == kUtf8MultiByteCharStart; in IsUtf8MultiCharacterStart()
1261 guint8 first_byte = tvb_get_guint8(tvb, 0); in dissect_spdy() local1262 if (first_byte != 0x80 && first_byte != 0x0) in dissect_spdy()
24670 change first_byte and req_byte back to shorts instead of chars24806 …Pull first_byte and req_byte optimizations out into separate static funtions, SunSpider reported t…