Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Djumps.c102 next_jcc = curr_jcc->next_hash; in resize_jcc_table()
107 curr_jcc->next_hash = new_table[new_idx]; in resize_jcc_table()
109 if (curr_jcc->next_hash) { in resize_jcc_table()
111 if (curr_jcc->next_hash->next_hash) in resize_jcc_table()
171 jcc->next_hash = current_jccs.table[new_idx]; in new_jcc()
218 jcc = jcc->next_hash; in CLG_()
Dglobal.h233 jCC* next_hash; /* for hash entry chain */ member
/external/brotli/enc/
Dcompress_fragment_two_pass.c262 uint32_t next_hash; in CreateCommands() local
263 for (next_hash = Hash(++ip, shift); ; ) { in CreateCommands()
287 uint32_t hash = next_hash; in CreateCommands()
295 next_hash = Hash(next_ip, shift); in CreateCommands()
409 next_hash = Hash(++ip, shift); in CreateCommands()
Dcompress_fragment.c504 uint32_t next_hash; in BrotliCompressFragmentFastImpl() local
505 for (next_hash = Hash(++ip, shift); ; ) { in BrotliCompressFragmentFastImpl()
528 uint32_t hash = next_hash; in BrotliCompressFragmentFastImpl()
536 next_hash = Hash(next_ip, shift); in BrotliCompressFragmentFastImpl()
657 next_hash = Hash(++ip, shift); in BrotliCompressFragmentFastImpl()