Searched refs:ffsll (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/sys/libkern/
H A Dffsll.c31 __FBSDID("$FreeBSD: releng/11.0/sys/libkern/ffsll.c 289766 2015-10-22 21:04:47Z cem $");
39 ffsll(long long mask) function
/freebsd-11.0-release/lib/libc/string/
H A Dffsll.c31 __FBSDID("$FreeBSD: releng/11.0/lib/libc/string/ffsll.c 251069 2013-05-28 20:57:40Z emaste $");
39 ffsll(long long mask) function
H A DMakefile.inc11 ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
42 ffs.3 ffsll.3 \
/freebsd-11.0-release/include/
H A Dstrings.h54 int ffsll(long long) __pure2;
/freebsd-11.0-release/sys/sys/
H A Dlibkern.h105 int ffsll(long long);
/freebsd-11.0-release/usr.sbin/bhyve/
H A Dpci_virtio_block.c357 (sts > sectsz) ? (ffsll(sts / sectsz) - 1) : 0;
/freebsd-11.0-release/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c682 attr = 0x80044000 | (ffsll(size) - 2);
685 attr = 0x80088000 | (ffsll(size) - 2);
/freebsd-11.0-release/sys/amd64/include/
H A Dcpufunc.h167 ffsll(long long mask) function
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp343 // ffsll is available on at least FreeBSD and Linux (GLIBC):
344 // http://svn.freebsd.org/base/head/lib/libc/string/ffsll.c
345 // http://www.gnu.org/software/gnulib/manual/html_node/ffsll.html
356 TLI.setUnavailable(LibFunc::ffsll);
/freebsd-11.0-release/sys/dev/ntb/if_ntb/
H A Dif_ntb.c1232 qp_num = ffsll(vec_mask) - 1;
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2290 case LibFunc::ffsll:

Completed in 107 milliseconds