Searched refs:next_hash (Results 1 – 2 of 2) sorted by relevance
264 uint32_t next_hash; in CreateCommands() local265 for (next_hash = Hash(++ip, shift, min_match); ; ) { in CreateCommands()289 uint32_t hash = next_hash; in CreateCommands()297 next_hash = Hash(next_ip, shift, min_match); in CreateCommands()440 next_hash = Hash(++ip, shift, min_match); in CreateCommands()
503 uint32_t next_hash; in BrotliCompressFragmentFastImpl() local504 for (next_hash = Hash(++ip, shift); ; ) { in BrotliCompressFragmentFastImpl()527 uint32_t hash = next_hash; in BrotliCompressFragmentFastImpl()535 next_hash = Hash(next_ip, shift); in BrotliCompressFragmentFastImpl()656 next_hash = Hash(++ip, shift); in BrotliCompressFragmentFastImpl()