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

  /external/jemalloc_new/include/jemalloc/internal/
bit_util.h 55 ffs_u32(uint32_t bitmap) { function
prng.h 139 lg_range = ffs_u32(pow2_ceil_u32(range)) - 1;
  /external/jemalloc/include/jemalloc/internal/
util.h 127 unsigned ffs_u32(uint32_t bitmap);
194 ffs_u32(uint32_t bitmap) function
prng.h 157 lg_range = ffs_u32(pow2_ceil_u32(range)) - 1;
private_namespace.h 267 #define ffs_u32 JEMALLOC_N(ffs_u32) macro
    [all...]
private_unnamespace.h 267 #undef ffs_u32 macro

Completed in 102 milliseconds