Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Dhash_table.c770 #define FREED_KEY_VALUE 0 macro
775 STATIC_ASSERT(FREED_KEY_VALUE != DELETED_KEY_VALUE); in _mesa_hash_table_u64_create()
834 if (key == FREED_KEY_VALUE) { in _mesa_hash_table_u64_insert()
873 if (key == FREED_KEY_VALUE) in _mesa_hash_table_u64_search()
891 if (key == FREED_KEY_VALUE) { in _mesa_hash_table_u64_remove()

Completed in 2 milliseconds