Home
last modified time | relevance | path

Searched refs:next_hash (Results 1 – 2 of 2) sorted by relevance

/external/brotli/c/enc/
Dcompress_fragment_two_pass.c264 uint32_t next_hash; in CreateCommands() local
265 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()
Dcompress_fragment.c503 uint32_t next_hash; in BrotliCompressFragmentFastImpl() local
504 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()