Searched refs:serials_hash (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_refcnt.c | 50 static struct util_hash_table* serials_hash; variable 82 if(!serials_hash) in debug_serial() 83 serials_hash = util_hash_table_create(hash_ptr, compare_ptr); in debug_serial() 84 serial = (unsigned)(uintptr_t)util_hash_table_get(serials_hash, p); in debug_serial() 97 util_hash_table_set(serials_hash, p, (void*)(uintptr_t)serial); in debug_serial() 108 util_hash_table_remove(serials_hash, p); in debug_serial_delete()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_debug_refcnt.c | 50 static struct util_hash_table* serials_hash; variable 82 if(!serials_hash) in debug_serial() 83 serials_hash = util_hash_table_create(hash_ptr, compare_ptr); in debug_serial() 84 serial = (unsigned)(uintptr_t)util_hash_table_get(serials_hash, p); in debug_serial() 97 util_hash_table_set(serials_hash, p, (void*)(uintptr_t)serial); in debug_serial() 108 util_hash_table_remove(serials_hash, p); in debug_serial_delete()
|