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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
bit_util.h 98 fls_lu(unsigned long x) { function
153 fls_lu(unsigned long x) { function
172 fls_lu(unsigned long x) { function
305 return fls_lu(x);
328 return fls_lu(x);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
bit_util.h 98 fls_lu(unsigned long x) { function
153 fls_lu(unsigned long x) { function
172 fls_lu(unsigned long x) { function
305 return fls_lu(x);
328 return fls_lu(x);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
bit_util.h 101 fls_lu(unsigned long x) { function
160 fls_lu(unsigned long x) { function
179 fls_lu(unsigned long x) { function
314 return fls_lu(x);
336 return fls_lu(x);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
bit_util.h 101 fls_lu(unsigned long x) { function
160 fls_lu(unsigned long x) { function
179 fls_lu(unsigned long x) { function
314 return fls_lu(x);
336 return fls_lu(x);

Completed in 65 milliseconds