HomeSort by relevance Sort by last modified time
    Searched defs:hash_ptr (Results 1 - 6 of 6) 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);

Completed in 335 milliseconds