Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Drandom.c103 u32 *hash_ptr; in random_extract() local
120 hash_ptr = (u32 *) hash; in random_extract()
121 hash_ptr[0] ^= hash_ptr[4]; in random_extract()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_refcnt.c53 static unsigned hash_ptr(void* p) in hash_ptr() function
83 serials_hash = util_hash_table_create(hash_ptr, compare_ptr); in debug_serial()
Du_debug_symbol.c203 static unsigned hash_ptr(void* p) in hash_ptr() function
233 symbols_hash = util_hash_table_create(hash_ptr, compare_ptr); in debug_symbol_name_cached()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_debug_refcnt.c53 static unsigned hash_ptr(void* p) in hash_ptr() function
83 serials_hash = util_hash_table_create(hash_ptr, compare_ptr); in debug_serial()
Du_debug_symbol.c203 static unsigned hash_ptr(void* p) in hash_ptr() function
233 symbols_hash = util_hash_table_create(hash_ptr, compare_ptr); in debug_symbol_name_cached()
/external/linux-tools-perf/perf-3.12.0/include/linux/
Dhash.h67 static inline unsigned long hash_ptr(const void *ptr, unsigned int bits) in hash_ptr() function
/external/fio/
Dhash.h71 static inline unsigned long hash_ptr(void *ptr, unsigned int bits) in hash_ptr() function
Dgettime.c53 unsigned long h = hash_ptr(caller, HASH_BITS); in find_hash()
79 h = hash_ptr(caller, HASH_BITS); in find_log()