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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
bit_util.h 80 fls_llu(unsigned long long x) { function
148 fls_llu(unsigned long long x) { function
167 fls_llu(unsigned long long x) { function
307 return fls_llu(x);
330 return fls_llu(x);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
bit_util.h 80 fls_llu(unsigned long long x) { function
148 fls_llu(unsigned long long x) { function
167 fls_llu(unsigned long long x) { function
307 return fls_llu(x);
330 return fls_llu(x);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
bit_util.h 83 fls_llu(unsigned long long x) { function
155 fls_llu(unsigned long long x) { function
174 fls_llu(unsigned long long x) { function
316 return fls_llu(x);
338 return fls_llu(x);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
bit_util.h 83 fls_llu(unsigned long long x) { function
155 fls_llu(unsigned long long x) { function
174 fls_llu(unsigned long long x) { function
316 return fls_llu(x);
338 return fls_llu(x);

Completed in 17 milliseconds