Searched refs:ffsl (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/lib/libc/tests/string/
H A Dffsl_test.c28 #define FFS ffsl
/freebsd-current/lib/libc/string/
H A Dffsl.c42 ffsl(long mask) function
H A DMakefile.inc11 ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
57 MLINKS+=ffs.3 ffsl.3 \
/freebsd-current/sys/riscv/include/
H A Drunq.h37 #define RQB_FFS(word) (ffsl(word) - 1)
/freebsd-current/sys/arm64/include/
H A Drunq.h41 #define RQB_FFS(word) (ffsl(word) - 1)
/freebsd-current/sys/powerpc/include/
H A Drunq.h44 #define RQB_FFS(word) (ffsl(word) - 1)
/freebsd-current/include/
H A Dstrings.h57 int ffsl(long) __pure2;
H A Dmalloc_np.h88 #define MALLOCX_ALIGN(a) ((int)(ffsl((int)(a))-1))
/freebsd-current/sys/contrib/ck/include/
H A Dck_cc.h129 CK_F_CC_FFS_G(ffsl, unsigned long)
/freebsd-current/contrib/ofed/libmlx5/
H A Ddbrec.c105 j = ffsl(page->free[i]);
/freebsd-current/sys/dev/drm2/
H A Ddrm_atomic.h91 return (i * NB_BITS_PER_LONG + ffsl(n) - 1);
/freebsd-current/contrib/ofed/libmlx4/
H A Ddbrec.c109 j = ffsl(page->free[i]);
/freebsd-current/sys/net/route/
H A Dnhop_utils.c41 #define BLOCK_ITEMS (8 * sizeof(u_long)) /* Number of items for ffsl() */
163 if ((v = ffsl(*mask)) == 0)
/freebsd-current/sys/dev/mana/
H A Dgdma_util.h168 return (i * BITS_PER_LONG + ffsl(n) - 1);
/freebsd-current/tools/build/
H A Ddepend-cleanup.sh151 clean_dep lib/libc ffsl S
/freebsd-current/sys/dev/axgbe/
H A Dxgbe_osdep.h227 return (ffsl(mask) - 1);
/freebsd-current/sys/sys/
H A Dbitstring.h251 _value = ((_curbitstr - _bitstr) * _BITSTR_BITS) + ffsl(_test) - 1;
304 _last = ffsl(~(_test >> 1));
H A Dbitset.h248 __bit = ffsl((p)->__bits[__i] & __mask); \
288 int __bit = ffsl(__bits) - 1; \
H A Dlibkern.h153 ffsl(long mask) function
/freebsd-current/sys/powerpc/ps3/
H A Dps3pic.c175 while ((irq = ffsl(bitmap & mask) - 1) != -1) {
/freebsd-current/lib/libc/
H A DMakefile178 KSRCS= bcmp.c ffs.c ffsl.c fls.c flsl.c mcount.c strcat.c strchr.c \
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h85 return (ffsl(mask) - 1);
/freebsd-current/sys/dev/xen/bus/
H A Dxen_intr.c401 l1i = ffsl(masked_l1) - 1;
414 l2i = ffsl(masked_l2) - 1;
/freebsd-current/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c453 (tgt << OCP85XX_TRGT_SHIFT_QORIQ) | (ffsl(PAGE_SIZE) - 2));
/freebsd-current/lib/libc/rpc/
H A Dsvc.c600 for (mask = *maskp++; (bit = ffsl(mask)) != 0;

Completed in 367 milliseconds

12