HomeSort by relevance Sort by last modified time
    Searched refs:hash_ptr (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.c 53 static unsigned hash_ptr(void* p) function
83 serials_hash = util_hash_table_create(hash_ptr, compare_ptr);
u_debug_symbol.c 203 static unsigned hash_ptr(void* p) function
233 symbols_hash = util_hash_table_create(hash_ptr, compare_ptr);
  /external/linux-tools-perf/src/include/linux/
hash.h 67 static inline unsigned long hash_ptr(const void *ptr, unsigned int bits) function
  /external/wpa_supplicant_8/src/crypto/
random.c 103 u32 *hash_ptr; local
120 hash_ptr = (u32 *) hash;
121 hash_ptr[0] ^= hash_ptr[4];
  /external/fio/
hash.h 71 static inline unsigned long hash_ptr(void *ptr, unsigned int bits) function
gettime.c 59 unsigned long h = hash_ptr(caller, HASH_BITS);
85 h = hash_ptr(caller, HASH_BITS);

Completed in 769 milliseconds