Home
last modified time | relevance | path

Searched refs:ffsll (Results 1 – 25 of 25) sorted by relevance

/freebsd/lib/libc/tests/string/
H A Dffsll_test.c28 #define FFS ffsll
/freebsd/lib/libc/string/
H A Dffsll.c42 ffsll(long long mask) in ffsll() function
H A DMakefile.inc16 ffsll.c \
157 ffs.3 ffsll.3 \
H A DSymbol.map77 ffsll;
/freebsd/sys/contrib/zstd/lib/freebsd/
H A Dzstd_kfreebsd.c80 return (ffsll(x) - 1); in __ctzdi2()
/freebsd/include/
H A Dstrings.h58 int ffsll(long long) __pure2;
/freebsd/sys/contrib/ck/include/
H A Dck_cc.h134 CK_F_CC_FFS_G(ffsll, unsigned long long) in CK_F_CC_FFS_G()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h297 #define lowbit64(x) ffsll(x)
/freebsd/sys/sys/
H A Dlibkern.h160 ffsll(long long mask) in ffsll() function
/freebsd/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c620 attr = 0x80044000 | (ffsll(size) - 2); in fsl_pcib_outbound()
623 attr = 0x80088000 | (ffsll(size) - 2); in fsl_pcib_outbound()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h94 return (ffsll(mask) - 1); in __ffs64()
/freebsd/sys/arm/mv/
H A Dmv_ap806_sei.c291 irq = ffsll(cause); in mv_ap806_sei_intr()
/freebsd/sys/x86/cpufreq/
H A Dhwpstate_amd.c132 (((val) & (bits)) >> (ffsll((bits)) - 1))
134 (((uintmax_t)(val) << (ffsll((bits)) - 1)) & (bits))
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_block.c537 (sts > sectsz) ? (ffsll(sts / sectsz) - 1) : 0; in pci_vtblk_init()
/freebsd/sys/arm/allwinner/
H A Da31_dmac.c337 while ((bit = ffsll(pend & DMA_PKG_IRQ_MASK)) != 0) { in a31dmac_intr()
/freebsd/sys/vm/
H A Dvm_phys.c1439 order_start = ffsll(lo) - 1; in vm_phys_free_contig()
1443 order_end = ffsll(lo + npages) - 1; in vm_phys_free_contig()
/freebsd/sys/dev/acpica/
H A Dacpi_spmc.c368 const int b_idx = ffsll(bf) - 1; in print_bit_field()
/freebsd/sys/kern/
H A Dsubr_blist.c191 return (ffsll(mask) - 1); in bitpos()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1308 /// int ffsll(long long int i);
1309 TLI_DEFINE_ENUM_INTERNAL(ffsll)
1310 TLI_DEFINE_STRING_INTERNAL("ffsll")
/freebsd/sys/dev/ntb/
H A Dntb_transport.c1103 qp_num = ffsll(vec_mask) - 1; in ntb_transport_doorbell_callback()
/freebsd/sys/dev/ena/
H A Dena.c4227 for (bit = ffsll(bitmap); bit != 0; bit = ffsll(bitmap)) { in ena_conf_notification()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c239 ffsll(*FREEMASK_CHUNK((pg), (faddr)))
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c3775 db = ffsll(bits); in intel_ntb_peer_db_set()
/freebsd/contrib/jemalloc/
H A Dconfigure.ac1646 AC_DEFINE([JEMALLOC_INTERNAL_FFSLL], [ffsll], [ ])
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1711 fun:ffsll=uninstrumented