Searched defs:flsll (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libc/string/
H A Dflsll.c39 flsll(long long mask) function
/freebsd-11-stable/sys/libkern/
H A Dflsll.c38 flsll(long long mask) function
/freebsd-11-stable/sys/amd64/include/
H A Dcpufunc.h198 flsll(long long mask) function
/freebsd-11-stable/sys/kern/
H A Dkern_resource.c868 #define flsll(x) (fls((x) >> 32) != 0 ? fls((x) >> 32) + 32 : fls(x)) macro

Completed in 77 milliseconds