Searched refs:ffs_u32 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ | ||
H A D | prng.h | 139 lg_range = ffs_u32(pow2_ceil_u32(range)) - 1; in prng_range_u32() |
H A D | bit_util.h | 74 ffs_u32(uint32_t bitmap) { in ffs_u32() function |