HomeSort by relevance Sort by last modified time
    Searched defs:ffsl (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/include/msvc_compat/
strings.h 4 /* MSVC doesn't define ffs/ffsl. This dummy strings.h header is provided
9 static __forceinline int ffsl(long x) function
21 return (ffsl(x));
55 # define ffsl(x) __builtin_ffsl(x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string.h 1966 # define ffsl macro
    [all...]

Completed in 58 milliseconds