OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_x86_32
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/test/unit/
hash.c
55
case hash_variant_x86_32: return ("
hash_x86_32
");
86
out =
hash_x86_32
(key, i, 256-i);
106
uint32_t out =
hash_x86_32
(hashes, hashes_size, 0);
/external/jemalloc/include/jemalloc/internal/
hash.h
22
uint32_t
hash_x86_32
(const void *key, int len, uint32_t seed);
109
hash_x86_32
(const void *key, int len, uint32_t seed)
function
private_namespace.h
263
#define
hash_x86_32
JEMALLOC_N(
hash_x86_32
)
macro
private_unnamespace.h
263
#undef
hash_x86_32
macro
Completed in 98 milliseconds