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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
bit_util.h 32 ffs_u(unsigned x) { function
290 return ffs_u(x);
339 return ffs_u(x);
343 return ffs_u(x);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
bit_util.h 32 ffs_u(unsigned x) { function
290 return ffs_u(x);
339 return ffs_u(x);
343 return ffs_u(x);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
bit_util.h 33 ffs_u(unsigned x) { function
299 return ffs_u(x);
347 return ffs_u(x);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
bit_util.h 33 ffs_u(unsigned x) { function
299 return ffs_u(x);
347 return ffs_u(x);

Completed in 18 milliseconds