OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hash_ptr
(Results
1 - 8
of
8
) 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/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/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/fio/
hash.h
71
static inline unsigned long
hash_ptr
(void *ptr, unsigned int bits)
function
gettime.c
53
unsigned long h =
hash_ptr
(caller, HASH_BITS);
79
h =
hash_ptr
(caller, HASH_BITS);
Completed in 439 milliseconds