HomeSort by: relevance | last modified time | path
    Searched defs:pow2_ceil_u64 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
bit_util.h 64 pow2_ceil_u64(uint64_t x) { function
92 return pow2_ceil_u64(x);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
bit_util.h 64 pow2_ceil_u64(uint64_t x) { function
92 return pow2_ceil_u64(x);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
bit_util.h 357 pow2_ceil_u64(uint64_t x) { function
385 return pow2_ceil_u64(x);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
bit_util.h 357 pow2_ceil_u64(uint64_t x) { function
385 return pow2_ceil_u64(x);

Completed in 23 milliseconds