| /freebsd/lib/libc/tests/string/ |
| H A D | ffsll_test.c | 28 #define FFS ffsll
|
| /freebsd/lib/libc/string/ |
| H A D | ffsll.c | 42 ffsll(long long mask) in ffsll() function
|
| H A D | Makefile.inc | 16 ffsll.c \ 157 ffs.3 ffsll.3 \
|
| H A D | Symbol.map | 77 ffsll;
|
| /freebsd/sys/contrib/zstd/lib/freebsd/ |
| H A D | zstd_kfreebsd.c | 80 return (ffsll(x) - 1); in __ctzdi2()
|
| /freebsd/include/ |
| H A D | strings.h | 58 int ffsll(long long) __pure2;
|
| /freebsd/sys/contrib/ck/include/ |
| H A D | ck_cc.h | 134 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 D | sysmacros.h | 297 #define lowbit64(x) ffsll(x)
|
| /freebsd/sys/sys/ |
| H A D | libkern.h | 160 ffsll(long long mask) in ffsll() function
|
| /freebsd/sys/powerpc/mpc85xx/ |
| H A D | pci_mpc85xx.c | 620 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 D | bitops.h | 94 return (ffsll(mask) - 1); in __ffs64()
|
| /freebsd/sys/arm/mv/ |
| H A D | mv_ap806_sei.c | 291 irq = ffsll(cause); in mv_ap806_sei_intr()
|
| /freebsd/sys/x86/cpufreq/ |
| H A D | hwpstate_amd.c | 132 (((val) & (bits)) >> (ffsll((bits)) - 1)) 134 (((uintmax_t)(val) << (ffsll((bits)) - 1)) & (bits))
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_virtio_block.c | 537 (sts > sectsz) ? (ffsll(sts / sectsz) - 1) : 0; in pci_vtblk_init()
|
| /freebsd/sys/arm/allwinner/ |
| H A D | a31_dmac.c | 337 while ((bit = ffsll(pend & DMA_PKG_IRQ_MASK)) != 0) { in a31dmac_intr()
|
| /freebsd/sys/vm/ |
| H A D | vm_phys.c | 1439 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 D | acpi_spmc.c | 368 const int b_idx = ffsll(bf) - 1; in print_bit_field()
|
| /freebsd/sys/kern/ |
| H A D | subr_blist.c | 191 return (ffsll(mask) - 1); in bitpos()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1308 /// int ffsll(long long int i); 1309 TLI_DEFINE_ENUM_INTERNAL(ffsll) 1310 TLI_DEFINE_STRING_INTERNAL("ffsll")
|
| /freebsd/sys/dev/ntb/ |
| H A D | ntb_transport.c | 1103 qp_num = ffsll(vec_mask) - 1; in ntb_transport_doorbell_callback()
|
| /freebsd/sys/dev/ena/ |
| H A D | ena.c | 4227 for (bit = ffsll(bitmap); bit != 0; bit = ffsll(bitmap)) { in ena_conf_notification()
|
| /freebsd/sys/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 239 ffsll(*FREEMASK_CHUNK((pg), (faddr)))
|
| /freebsd/sys/dev/ntb/ntb_hw/ |
| H A D | ntb_hw_intel.c | 3775 db = ffsll(bits); in intel_ntb_peer_db_set()
|
| /freebsd/contrib/jemalloc/ |
| H A D | configure.ac | 1646 AC_DEFINE([JEMALLOC_INTERNAL_FFSLL], [ffsll], [ ])
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1711 fun:ffsll=uninstrumented
|