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

/freebsd-13-stable/lib/libc/string/
H A Dffsll.c41 ffsll(long long mask) function
H A DMakefile.inc11 ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
47 ffs.3 ffsll.3 \
/freebsd-13-stable/sys/libkern/
H A Dffsll.c39 ffsll(long long mask) function
/freebsd-13-stable/include/
H A Dstrings.h56 int ffsll(long long) __pure2;
/freebsd-13-stable/sys/contrib/zstd/lib/freebsd/
H A Dzstd_kfreebsd.c80 return (ffsll(x) - 1);
/freebsd-13-stable/sys/contrib/ck/include/
H A Dck_cc.h132 CK_F_CC_FFS_G(ffsll, unsigned long long)
/freebsd-13-stable/lib/libc/sys/
H A D__vdso_gettimeofday.c87 scale_bits = ffsll(scale);
/freebsd-13-stable/sys/arm/include/
H A Dcpufunc.h208 ffsll(long long mask) function
/freebsd-13-stable/sys/arm64/include/
H A Dcpufunc.h62 ffsll(long long mask) function
/freebsd-13-stable/sys/sys/
H A Dlibkern.h142 int ffsll(long long);
/freebsd-13-stable/sys/arm/mv/
H A Dmv_ap806_sei.c274 irq = ffsll(cause);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_virtio_block.c518 (sts > sectsz) ? (ffsll(sts / sectsz) - 1) : 0;
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c610 attr = 0x80044000 | (ffsll(size) - 2);
613 attr = 0x80088000 | (ffsll(size) - 2);
/freebsd-13-stable/sys/arm/allwinner/
H A Da31_dmac.c340 while ((bit = ffsll(pend & DMA_PKG_IRQ_MASK)) != 0) {
/freebsd-13-stable/sys/amd64/include/
H A Dcpufunc.h141 #define ffsll(x) __builtin_ffsll(x) macro
/freebsd-13-stable/sys/kern/
H A Dsubr_blist.c214 return (ffsll(mask) - 1);
/freebsd-13-stable/sys/dev/ntb/
H A Dntb_transport.c1106 qp_num = ffsll(vec_mask) - 1;
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c227 ffsll(*FREEMASK_CHUNK((pg), (faddr)))
/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c3385 db = ffsll(bits);

Completed in 254 milliseconds