Home | History | Annotate | Download | only in src

Lines Matching refs:current_hash

1740     uint32_t current_hash = entry->hash_field();
1741 if (current_hash != hash) {
1743 *out_insertion_index = sort_index + (current_hash > hash ? 0 : 1);
1773 uint32_t current_hash = entry->hash_field();
1774 if (current_hash > hash) {