Home
last modified time | relevance | path

Searched refs:DELETED_KEY_VALUE (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dhash.c64 _mesa_hash_table_set_deleted_key(table->ht, uint_key(DELETED_KEY_VALUE)); in _mesa_NewHashTable()
132 if (key == DELETED_KEY_VALUE) in _mesa_HashLookup_unlocked()
194 if (key == DELETED_KEY_VALUE) { in _mesa_HashInsert_unlocked()
274 if (key == DELETED_KEY_VALUE) { in _mesa_HashRemove_unlocked()
395 _mesa_debug(NULL, "%u %p\n", DELETED_KEY_VALUE, table->deleted_key_data); in _mesa_HashPrint()
H A Dhash.h55 #define DELETED_KEY_VALUE 1 macro
111 /** Value that would be in the table for DELETED_KEY_VALUE. */
/third_party/mesa3d/src/util/
H A Dhash_table.c68 #define DELETED_KEY_VALUE 1 macro
775 STATIC_ASSERT(FREED_KEY_VALUE != DELETED_KEY_VALUE); in _mesa_hash_table_u64_create()
791 _mesa_hash_table_set_deleted_key(ht->table, uint_key(DELETED_KEY_VALUE)); in _mesa_hash_table_u64_create()
839 if (key == DELETED_KEY_VALUE) { in _mesa_hash_table_u64_insert()
876 if (key == DELETED_KEY_VALUE) in _mesa_hash_table_u64_search()
896 if (key == DELETED_KEY_VALUE) { in _mesa_hash_table_u64_remove()

Completed in 2 milliseconds