Home
last modified time | relevance | path

Searched defs:ffsll (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc_new/include/msvc_compat/
Dstrings.h26 static __forceinline int ffsll(unsigned __int64 x) { in ffsll() function
53 # define ffsll(x) __builtin_ffsll(x) macro
/external/musl/src/misc/
Dffsll.c4 int ffsll(long long i) in ffsll() function
/external/virglrenderer/src/mesa/util/
Dbitscan.c66 ffsll(long long int val) in ffsll() function
Dbitscan.h74 #define ffsll __builtin_ffsll macro
/external/mesa3d/src/util/
Dbitscan.c66 ffsll(long long int val) in ffsll() function
Dbitscan.h74 #define ffsll __builtin_ffsll macro
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4326 pub fn ffsll(value: ::c_longlong) -> ::c_int; in ffsll() function