Home
last modified time | relevance | path

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

/external/jemalloc/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 …]
/external/jemalloc/include/jemalloc/internal/
Dhash.h79 k *= KQU(0xff51afd7ed558ccd); in hash_fmix_64()
81 k *= KQU(0xc4ceb9fe1a85ec53); in hash_fmix_64()
250 const uint64_t c1 = KQU(0x87c37b91114253d5); in hash_x64_128()
251 const uint64_t c2 = KQU(0x4cf5ad432745937f); in hash_x64_128()
Djemalloc_internal_macros.h48 #define KQU(q) QU(q##ULL) macro
/external/jemalloc/test/src/
DSFMT.c514 above = KQU(0xffffffffffffffff) - (KQU(0xffffffffffffffff) % limit); in gen_rand64_range()