Lines Matching defs:hash
261 uint32_t hash = name.hash();
269 uint32_t mid_hash = mid_name.hash();
271 if (mid_hash >= hash) {
281 uint32_t current_hash = entry.hash();
282 if (current_hash != hash) {
289 *out_insertion_index = sort_index + (current_hash > hash ? 0 : 1);
313 uint32_t hash = name.hash();
318 uint32_t current_hash = entry.hash();
319 if (current_hash > hash) {