Home
last modified time | relevance | path

Searched refs:KQU (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h64 k *= KQU(0xff51afd7ed558ccd); in hash_fmix_64()
66 k *= KQU(0xc4ceb9fe1a85ec53); in hash_fmix_64()
233 const uint64_t c1 = KQU(0x87c37b91114253d5); in hash_x64_128()
234 const uint64_t c2 = KQU(0x4cf5ad432745937f); in hash_x64_128()
H A Dnstime.h5 #define NSTIME_SEC_MAX KQU(18446744072)
H A Djemalloc_internal_macros.h22 #define KQU(q) QU(q##ULL) macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c1249 "dirty_decay_ms", -1, NSTIME_SEC_MAX * KQU(1000) < in malloc_conf_init_helper()
1250 QU(SSIZE_MAX) ? NSTIME_SEC_MAX * KQU(1000) : in malloc_conf_init_helper()
1253 "muzzy_decay_ms", -1, NSTIME_SEC_MAX * KQU(1000) < in malloc_conf_init_helper()
1254 QU(SSIZE_MAX) ? NSTIME_SEC_MAX * KQU(1000) : in malloc_conf_init_helper()
H A Darena.c667 KQU(1000000)); in arena_decay_reinit()
707 KQU(1000)) { in arena_decay_ms_valid()