Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dhash_table.c703 #define FREED_KEY_VALUE 0 macro
708 STATIC_ASSERT(FREED_KEY_VALUE != DELETED_KEY_VALUE); in _mesa_hash_table_u64_create()
763 entry.hash = table->key_hash_function(uint_key(FREED_KEY_VALUE)); in _mesa_hash_table_u64_clear()
765 struct hash_key_u64 _key = { .value = (uintptr_t)FREED_KEY_VALUE }; in _mesa_hash_table_u64_clear()
768 entry.key = uint_key(FREED_KEY_VALUE); in _mesa_hash_table_u64_clear()
795 if (key == FREED_KEY_VALUE) { in _mesa_hash_table_u64_insert()
834 if (key == FREED_KEY_VALUE) in _mesa_hash_table_u64_search()
852 if (key == FREED_KEY_VALUE) { in _mesa_hash_table_u64_remove()