Home
last modified time | relevance | path

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

/third_party/musl/src/misc/
Dffsll.c4 int ffsll(long long i) in ffsll() function
/third_party/mesa3d/src/util/
Dbitscan.c66 ffsll(long long int val) in ffsll() function
Dbitscan.h72 #define ffsll __builtin_ffsll macro
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4326 pub fn ffsll(value: ::c_longlong) -> ::c_int; in ffsll() function