Searched refs:next_hash (Results 1 – 4 of 4) sorted by relevance
102 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_()
233 jCC* next_hash; /* for hash entry chain */ member
262 uint32_t next_hash; in CreateCommands() local263 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()
504 uint32_t next_hash; in BrotliCompressFragmentFastImpl() local505 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()