Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
DSFMT.c448 KQU(16924766246869039260), KQU( 8201438687333352714),
449 KQU( 2265290287015001750), KQU(18397264611805473832),
450 KQU( 3375255223302384358), KQU( 6345559975416828796),
451 KQU(18229739242790328073), KQU( 7596792742098800905),
452 KQU( 255338647169685981), KQU( 2052747240048610300),
453 KQU(18328151576097299343), KQU(12472905421133796567),
454 KQU(11315245349717600863), KQU(16594110197775871209),
455 KQU(15708751964632456450), KQU(10452031272054632535),
456 KQU(11097646720811454386), KQU( 4556090668445745441),
457 KQU(17116187693090663106), KQU(14931526836144510645),
[all …]
Dsmoothstep.c26 max = (KQU(1) << (SMOOTHSTEP_BFP-1)) * (SMOOTHSTEP_NSTEPS+1); in TEST_BEGIN()
56 (KQU(1) << SMOOTHSTEP_BFP), "Last step must equal 1"); in TEST_BEGIN()
82 prev_h = KQU(1) << SMOOTHSTEP_BFP; in TEST_BEGIN()
/external/jemalloc_new/include/jemalloc/internal/
Dhash.h64 k *= KQU(0xff51afd7ed558ccd); in hash_fmix_64()
66 k *= KQU(0xc4ceb9fe1a85ec53); in hash_fmix_64()
232 const uint64_t c1 = KQU(0x87c37b91114253d5); in hash_x64_128()
233 const uint64_t c2 = KQU(0x4cf5ad432745937f); in hash_x64_128()
Djemalloc_internal_macros.h22 #define KQU(q) QU(q##ULL) macro
Dnstime.h5 #define NSTIME_SEC_MAX KQU(18446744072)
/external/jemalloc_new/test/src/
DSFMT.c514 above = KQU(0xffffffffffffffff) - (KQU(0xffffffffffffffff) % limit); in gen_rand64_range()
/external/jemalloc_new/src/
Djemalloc.c1105 "dirty_decay_ms", -1, NSTIME_SEC_MAX * KQU(1000) <
1106 QU(SSIZE_MAX) ? NSTIME_SEC_MAX * KQU(1000) :
1109 "muzzy_decay_ms", -1, NSTIME_SEC_MAX * KQU(1000) <
1110 QU(SSIZE_MAX) ? NSTIME_SEC_MAX * KQU(1000) :
Darena.c567 KQU(1000000)); in arena_decay_reinit()
607 KQU(1000)) { in arena_decay_ms_valid()