Home
last modified time | relevance | path

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

123

/f-stack/freebsd/libkern/arm/
H A Dffs.S49 ENTRY(ffs)
86 END(ffs)
/f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/
H A Dstrings.h18 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 Dbit_util.h39 #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 Dic.c162 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 Dmpic.c511 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 Djemalloc_macros.h.in16 # 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 Dffs.c41 ffs(int mask) in ffs() function
/f-stack/freebsd/arm/include/
H A Drunq.h41 #define RQB_FFS(word) (ffs(word) - 1)
H A Dcpufunc.h190 ffs(int mask) in ffs() function
/f-stack/freebsd/i386/include/
H A Drunq.h41 #define RQB_FFS(word) (ffs(word) - 1)
H A Dcpufunc.h201 ffs(int mask) in ffs() function
217 return (ffs((int)mask)); in ffsl()
/f-stack/freebsd/mips/include/
H A Drunq.h50 #define RQB_FFS(word) (ffs(word) - 1)
/f-stack/freebsd/contrib/zstd/lib/freebsd/
H A Dzstd_kfreebsd.c72 return (ffs(x) - 1); in __ctzsi2()
/f-stack/freebsd/mips/nlm/dev/net/ucore/
H A Ducore.h149 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 Dk6_mem.c92 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 DMake.tags.inc49 ${SYS}/ufs/ffs/*.[ch] \
94 ${SYS}/ufs/ffs \
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_intr.c172 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 Dck_cc.h122 CK_F_CC_FFS_G(ffs, unsigned int) in CK_F_CC_FFS_G() argument
/f-stack/freebsd/arm64/include/
H A Dcpufunc.h44 ffs(int mask) in ffs() function
/f-stack/freebsd/arm/nvidia/
H A Das3722_regulators.c396 *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 Dccp_dev.c230 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 Droute_ddb.c155 while ((idx = ffs(flags)) > 0) { in rt_dumpentry_ddb()
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_prio.c126 prio = ffs(si->bitmap) - 1; in prio_dequeue()
/f-stack/freebsd/mips/mips/
H A Dmp_machdep.c131 while ((bit = ffs(ipi_bitmap))) { in mips_ipi_handler()
/f-stack/freebsd/sys/
H A Dlibkern.h136 int ffs(int);

123