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

  /src/external/bsd/jemalloc/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/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);

Completed in 22 milliseconds