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

  /external/linux-tools-perf/perf-3.12.0/include/linux/
hash.h 67 static inline unsigned long hash_ptr(const void *ptr, unsigned int bits) function
  /external/fio/
hash.h 71 static inline unsigned long hash_ptr(void *ptr, unsigned int bits) function
  /external/chromium_org/third_party/mesa/src/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/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/wpa_supplicant_8/src/crypto/
random.c 103 u32 *hash_ptr; local
120 hash_ptr = (u32 *) hash;
121 hash_ptr[0] ^= hash_ptr[4];

Completed in 498 milliseconds