Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/
H A Dstrings.h26 static __forceinline int ffsll(unsigned __int64 x) { in ffsll() function
53 # define ffsll(x) __builtin_ffsll(x) macro
/f-stack/freebsd/libkern/
H A Dffsll.c39 ffsll(long long mask) in ffsll() function
/f-stack/freebsd/arm64/include/
H A Dcpufunc.h62 ffsll(long long mask) in ffsll() function
/f-stack/freebsd/arm/include/
H A Dcpufunc.h208 ffsll(long long mask) in ffsll() function
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h141 #define ffsll(x) __builtin_ffsll(x) macro