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

12

/freebsd-13-stable/lib/libc/string/
H A Dffsl.c41 ffsl(long mask) function
H A DMakefile.inc11 ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
46 MLINKS+=ffs.3 ffsl.3 \
/freebsd-13-stable/sys/libkern/
H A Dffsl.c41 ffsl(long mask) function
/freebsd-13-stable/sys/riscv/include/
H A Drunq.h39 #define RQB_FFS(word) (ffsl(word) - 1)
/freebsd-13-stable/sys/arm64/include/
H A Drunq.h39 #define RQB_FFS(word) (ffsl(word) - 1)
H A Dcpufunc.h53 ffsl(long mask) function
/freebsd-13-stable/sys/mips/include/
H A Drunq.h48 #define RQB_FFS(word) (ffsl(word) - 1)
/freebsd-13-stable/sys/powerpc/include/
H A Drunq.h46 #define RQB_FFS(word) (ffsl(word) - 1)
/freebsd-13-stable/include/
H A Dstrings.h55 int ffsl(long) __pure2;
H A Dmalloc_np.h90 #define MALLOCX_ALIGN(a) ((int)(ffsl((int)(a))-1))
/freebsd-13-stable/sys/sys/
H A Dbitstring.h220 _offset = ffsl(_test);
254 _offset = ffsl(~_test);
310 ffsl(~_test) - 1;
357 ffsl(~_test) - 1;
H A Dlibkern.h139 int ffsl(long);
H A Dbitset.h238 __bit = ffsl((p)->__bits[__i] & __mask); \
/freebsd-13-stable/sys/contrib/ck/include/
H A Dck_cc.h127 CK_F_CC_FFS_G(ffsl, unsigned long)
/freebsd-13-stable/lib/libc/sys/
H A D__vdso_gettimeofday.c85 scale_bits = ffsl(scale);
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_atomic.h93 return (i * NB_BITS_PER_LONG + ffsl(n) - 1);
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Ddbrec.c105 j = ffsl(page->free[i]);
/freebsd-13-stable/sys/arm/include/
H A Dcpufunc.h199 ffsl(long mask) function
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-app-init-linux.c368 firstcore = ffsl(cpumask) - 1;
378 cpu = ffsl(cpumask) - 1;
/freebsd-13-stable/contrib/ofed/libmlx4/
H A Ddbrec.c109 j = ffsl(page->free[i]);
/freebsd-13-stable/sys/net/route/
H A Dnhop_utils.c42 #define BLOCK_ITEMS (8 * sizeof(u_long)) /* Number of items for ffsl() */
164 if ((v = ffsl(*mask)) == 0)
/freebsd-13-stable/lib/libc/
H A DMakefile176 KSRCS= bcmp.c ffs.c ffsl.c fls.c flsl.c mcount.c strcat.c strchr.c \
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe_osdep.h234 return (ffsl(mask) - 1);
/freebsd-13-stable/sys/powerpc/ps3/
H A Dps3pic.c179 while ((irq = ffsl(bitmap & mask) - 1) != -1) {
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitops.h81 return (ffsl(mask) - 1);

Completed in 335 milliseconds

12