OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_fmix_32
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/include/jemalloc/internal/
hash.h
83
hash_fmix_32
(uint32_t h)
function
154
h1 =
hash_fmix_32
(h1);
249
h1 =
hash_fmix_32
(h1);
250
h2 =
hash_fmix_32
(h2);
251
h3 =
hash_fmix_32
(h3);
252
h4 =
hash_fmix_32
(h4);
private_namespace.h
255
#define
hash_fmix_32
JEMALLOC_N(
hash_fmix_32
)
macro
private_unnamespace.h
255
#undef
hash_fmix_32
macro
Completed in 48 milliseconds