| /freebsd-14.2/lib/libc/string/ |
| H A D | ffsl.c | 42 ffsl(long mask) in ffsl() function
|
| H A D | Makefile.inc | 13 ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \ 59 MLINKS+=ffs.3 ffsl.3 \
|
| H A D | Symbol.map | 7 ffsl;
|
| /freebsd-14.2/lib/libc/tests/string/ |
| H A D | ffsl_test.c | 28 #define FFS ffsl
|
| /freebsd-14.2/sys/riscv/include/ |
| H A D | runq.h | 37 #define RQB_FFS(word) (ffsl(word) - 1)
|
| /freebsd-14.2/sys/arm64/include/ |
| H A D | runq.h | 41 #define RQB_FFS(word) (ffsl(word) - 1)
|
| /freebsd-14.2/sys/powerpc/include/ |
| H A D | runq.h | 44 #define RQB_FFS(word) (ffsl(word) - 1)
|
| /freebsd-14.2/include/ |
| H A D | strings.h | 53 int ffsl(long) __pure2;
|
| H A D | malloc_np.h | 88 #define MALLOCX_ALIGN(a) ((int)(ffsl((int)(a))-1))
|
| /freebsd-14.2/sys/contrib/ck/include/ |
| H A D | ck_cc.h | 129 CK_F_CC_FFS_G(ffsl, unsigned long) in CK_F_CC_FFS_G()
|
| /freebsd-14.2/sys/sys/ |
| H A D | bitstring.h | 251 _value = ((_curbitstr - _bitstr) * _BITSTR_BITS) + ffsl(_test) - 1; in bit_ff_at_() 304 _last = ffsl(~(_test >> 1)); in bit_ff_area_at_()
|
| H A D | bitset.h | 248 __bit = ffsl((p)->__bits[__i] & __mask); \ 288 int __bit = ffsl(__bits) - 1; \
|
| H A D | libkern.h | 155 ffsl(long mask) in ffsl() function
|
| /freebsd-14.2/contrib/ofed/libmlx5/ |
| H A D | dbrec.c | 105 j = ffsl(page->free[i]); in mlx5_alloc_dbrec()
|
| /freebsd-14.2/sys/dev/drm2/ |
| H A D | drm_atomic.h | 91 return (i * NB_BITS_PER_LONG + ffsl(n) - 1); in find_first_zero_bit()
|
| /freebsd-14.2/tools/build/ |
| H A D | depend-cleanup.sh | 150 clean_dep lib/libc ffsl S
|
| /freebsd-14.2/contrib/ofed/libmlx4/ |
| H A D | dbrec.c | 109 j = ffsl(page->free[i]); in mlx4_alloc_db()
|
| /freebsd-14.2/sys/net/route/ |
| H A D | nhop_utils.c | 163 if ((v = ffsl(*mask)) == 0) in bitmask_alloc_idx()
|
| /freebsd-14.2/sys/dev/mana/ |
| H A D | gdma_util.h | 168 return (i * BITS_PER_LONG + ffsl(n) - 1); in find_first_zero_bit()
|
| /freebsd-14.2/sys/dev/axgbe/ |
| H A D | xgbe_osdep.h | 232 return (ffsl(mask) - 1); in __ffsl()
|
| /freebsd-14.2/sys/powerpc/ps3/ |
| H A D | ps3pic.c | 175 while ((irq = ffsl(bitmap & mask) - 1) != -1) { in ps3pic_dispatch()
|
| /freebsd-14.2/lib/libc/ |
| H A D | Makefile | 173 KSRCS= bcmp.c ffs.c ffsl.c fls.c flsl.c mcount.c strcat.c strchr.c \
|
| /freebsd-14.2/sys/dev/xen/bus/ |
| H A D | xen_intr.c | 392 l1i = ffsl(masked_l1) - 1; in xen_intr_handle_upcall() 405 l2i = ffsl(masked_l2) - 1; in xen_intr_handle_upcall()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | bitops.h | 85 return (ffsl(mask) - 1); in __ffsl()
|
| /freebsd-14.2/sys/powerpc/mpc85xx/ |
| H A D | platform_mpc85xx.c | 453 (tgt << OCP85XX_TRGT_SHIFT_QORIQ) | (ffsl(PAGE_SIZE) - 2)); in mpc85xx_smp_start_cpu()
|