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

  /external/jemalloc/include/jemalloc/internal/
prng.h 67 lg_range = ffs_u64(pow2_ceil_u64(range)) - 1;
util.h 128 unsigned ffs_u64(uint64_t bitmap);
183 ffs_u64(uint64_t bitmap) function
private_namespace.h 251 #define ffs_u64 JEMALLOC_N(ffs_u64) macro
private_unnamespace.h 251 #undef ffs_u64 macro

Completed in 467 milliseconds