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

  /external/jemalloc/include/jemalloc/internal/
util.h 123 unsigned ffs_lu(unsigned long bitmap);
152 ffs_lu(unsigned long bitmap) function
172 return (ffs_lu(bitmap));
185 return (ffs_lu(bitmap));
bitmap.h 20 * force linear search, if we would have to call ffs_lu() more than 2^3 times,
213 bit = ffs_lu(g) - 1;
217 bit = (bit << LG_BITMAP_GROUP_NBITS) + (ffs_lu(g) - 1);
222 while ((bit = ffs_lu(g)) == 0) {
private_namespace.h 265 #define ffs_lu JEMALLOC_N(ffs_lu) macro
    [all...]
private_unnamespace.h 265 #undef ffs_lu macro

Completed in 89 milliseconds