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

/freebsd-10.3-release/lib/libc/string/
H A Dffsll.c31 __FBSDID("$FreeBSD: releng/10.3/lib/libc/string/ffsll.c 251069 2013-05-28 20:57:40Z emaste $");
39 ffsll(long long mask) function
H A DMakefile.inc9 MISRCS+=bcmp.c bcopy.c bzero.c ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
39 ffs.3 ffsll.3 \
/freebsd-10.3-release/include/
H A Dstrings.h51 int ffsll(long long) __pure2;
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h234 /// int ffsll(long long int i);
235 ffsll, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/usr.sbin/bhyve/
H A Dpci_virtio_block.c357 (sts > sectsz) ? (ffsll(sts / sectsz) - 1) : 0;
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp133 "ffsll",
586 // ffsll is available on at least FreeBSD and Linux (GLIBC):
587 // http://svn.freebsd.org/base/user/eri/pf45/head/lib/libc/string/ffsll.c
588 // http://www.gnu.org/software/gnulib/manual/html_node/ffsll.html
594 TLI.setUnavailable(LibFunc::ffsll);
/freebsd-10.3-release/sys/amd64/include/
H A Dcpufunc.h167 ffsll(long long mask) function
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2082 case LibFunc::ffsll:

Completed in 105 milliseconds