| /f-stack/freebsd/libkern/arm/ |
| H A D | ffs.S | 49 ENTRY(ffs) 86 END(ffs)
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/ |
| H A D | strings.h | 18 static __forceinline int ffs(int x) { in ffs() function 55 # define ffs(x) __builtin_ffs(x) macro
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | bit_util.h | 39 #error No implementation for size_t ffs() in ffs_zu() 50 #error No implementation for 64-bit ffs() in ffs_u64() 59 #error No implementation for 32-bit ffs() in ffs_u32()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | ic.c | 162 next = ffs(irq & filt) - 1; in arm_get_next_irq() 169 next = ffs(irq & filt) + 31; in arm_get_next_irq() 177 next = ffs(irq & filt) + 63; in arm_get_next_irq()
|
| H A D | mpic.c | 511 bit_off = ffs(err_cause) - 1; in mv_mpic_get_cause_err() 529 bit_off = ffs(cause) - 1; in mv_mpic_get_msi() 598 ipi = ffs(val) - 1; in mpic_ipi_read()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/ |
| H A D | jemalloc_macros.h.in | 16 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1)) 19 ((int)(((size_t)(a) < (size_t)INT_MAX) ? ffs((int)(a))-1 : \ 20 ffs((int)(((size_t)(a))>>32))+31))
|
| /f-stack/freebsd/libkern/ |
| H A D | ffs.c | 41 ffs(int mask) in ffs() function
|
| /f-stack/freebsd/arm/include/ |
| H A D | runq.h | 41 #define RQB_FFS(word) (ffs(word) - 1)
|
| H A D | cpufunc.h | 190 ffs(int mask) in ffs() function
|
| /f-stack/freebsd/i386/include/ |
| H A D | runq.h | 41 #define RQB_FFS(word) (ffs(word) - 1)
|
| H A D | cpufunc.h | 201 ffs(int mask) in ffs() function 217 return (ffs((int)mask)); in ffsl()
|
| /f-stack/freebsd/mips/include/ |
| H A D | runq.h | 50 #define RQB_FFS(word) (ffs(word) - 1)
|
| /f-stack/freebsd/contrib/zstd/lib/freebsd/ |
| H A D | zstd_kfreebsd.c | 72 return (ffs(x) - 1); in __ctzsi2()
|
| /f-stack/freebsd/mips/nlm/dev/net/ucore/ |
| H A D | ucore.h | 149 nlm_ucore_pkt_done(int l3cachelines, int fsv, int ffs, int prepad_en, in nlm_ucore_pkt_done() argument 157 val |= ((ffs & 0x1f) << 14); in nlm_ucore_pkt_done()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | k6_mem.c | 92 for (bit = ffs(desc->mr_len >> 17) - 1; bit < 15; bit++) in k6_mrmake() 121 sc->mr_desc[d].mr_len = ffs(mask) << 17; in k6_mrinit()
|
| /f-stack/freebsd/kern/ |
| H A D | Make.tags.inc | 49 ${SYS}/ufs/ffs/*.[ch] \ 94 ${SYS}/ufs/ffs \
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_intr.c | 172 return (ffs(pending) - 1); in bcm2835_intc_active_intr() 203 return (BANK1_START + ffs(pending_gpu) - 1); in bcm2835_intc_active_intr() 209 return (BANK2_START + ffs(pending_gpu) - 1); in bcm2835_intc_active_intr()
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_cc.h | 122 CK_F_CC_FFS_G(ffs, unsigned int) in CK_F_CC_FFS_G() argument
|
| /f-stack/freebsd/arm64/include/ |
| H A D | cpufunc.h | 44 ffs(int mask) in ffs() function
|
| /f-stack/freebsd/arm/nvidia/ |
| H A D | as3722_regulators.c | 396 *sel >>= ffs(sc->def->volt_vsel_mask) - 1; in as3722_read_sel() 405 sel <<= ffs(sc->def->volt_vsel_mask) - 1; in as3722_write_sel() 433 val = ext_pwr_ctrl << (ffs(sc->def->ext_enable_mask) - 1); in as3722_reg_extreg_setup()
|
| /f-stack/dpdk/drivers/crypto/ccp/ |
| H A D | ccp_dev.c | 230 return RTE_MIN(start + (ffs(tmp) - 1), nbits); in _ccp_find_next_bit() 401 bitno = ffs(qlsb) - 1; in ccp_find_and_assign_lsb_to_q() 412 bitno = ffs(qlsb) - 1; in ccp_find_and_assign_lsb_to_q()
|
| /f-stack/freebsd/net/route/ |
| H A D | route_ddb.c | 155 while ((idx = ffs(flags)) > 0) { in rt_dumpentry_ddb()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_sched_prio.c | 126 prio = ffs(si->bitmap) - 1; in prio_dequeue()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | mp_machdep.c | 131 while ((bit = ffs(ipi_bitmap))) { in mips_ipi_handler()
|
| /f-stack/freebsd/sys/ |
| H A D | libkern.h | 136 int ffs(int);
|