HomeSort by relevance Sort by last modified time
    Searched refs:KQU (Results 1 - 5 of 5) sorted by null

  /external/jemalloc/test/unit/
SFMT.c 448 KQU(16924766246869039260), KQU( 8201438687333352714),
449 KQU( 2265290287015001750), KQU(18397264611805473832),
450 KQU( 3375255223302384358), KQU( 6345559975416828796),
451 KQU(18229739242790328073), KQU( 7596792742098800905),
452 KQU( 255338647169685981), KQU( 2052747240048610300)
    [all...]
smoothstep.c 26 max = (KQU(1) << (SMOOTHSTEP_BFP-1)) * (SMOOTHSTEP_NSTEPS+1);
57 (KQU(1) << SMOOTHSTEP_BFP), "Last step must equal 1");
84 prev_h = KQU(1) << SMOOTHSTEP_BFP;
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_macros.h 48 #define KQU(q) QU(q##ULL)
hash.h 100 k *= KQU(0xff51afd7ed558ccd);
102 k *= KQU(0xc4ceb9fe1a85ec53);
271 const uint64_t c1 = KQU(0x87c37b91114253d5);
272 const uint64_t c2 = KQU(0x4cf5ad432745937f);
  /external/jemalloc/test/src/
SFMT.c 514 above = KQU(0xffffffffffffffff) - (KQU(0xffffffffffffffff) % limit);

Completed in 261 milliseconds