Home
last modified time | relevance | path

Searched defs:double_hash (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/
H A Dset.c270 uint32_t double_hash = util_fast_urem32(hash, ht->rehash, in set_search() local
313 uint32_t double_hash = util_fast_urem32(hash, ht->rehash, in set_add_rehash() local
407 uint32_t double_hash = util_fast_urem32(hash, ht->rehash, in set_search_or_add() local
H A Dhash_table.c315 uint32_t double_hash = 1 + util_fast_urem32(hash, ht->rehash, in hash_table_search() local
369 uint32_t double_hash = 1 + util_fast_urem32(hash, ht->rehash, in hash_table_insert_rehash() local
444 uint32_t double_hash = 1 + util_fast_urem32(hash, ht->rehash, in hash_table_get_entry() local
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dhash_table.c315 uint32_t double_hash = 1 + util_fast_urem32(hash, ht->rehash, in hash_table_search() local
369 uint32_t double_hash = 1 + util_fast_urem32(hash, ht->rehash, in hash_table_insert_rehash() local
445 uint32_t double_hash = 1 + util_fast_urem32(hash, ht->rehash, in hash_table_insert() local