| /f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/ |
| H A D | strings.h | 9 static __forceinline int ffsl(long x) { in ffsl() function 19 return ffsl(x); in ffs() 54 # define ffsl(x) __builtin_ffsl(x) macro
|
| /f-stack/freebsd/sys/ |
| H A D | bitstring.h | 220 _offset = ffsl(_test); in bit_ffs_at() 254 _offset = ffsl(~_test); in bit_ffc_at() 310 ffsl(~_test) - 1; in bit_ffs_area_at() 357 ffsl(~_test) - 1; in bit_ffc_area_at()
|
| H A D | libkern.h | 139 int ffsl(long);
|
| H A D | bitset.h | 238 __bit = ffsl((p)->__bits[__i] & __mask); \
|
| /f-stack/freebsd/libkern/ |
| H A D | ffsl.c | 41 ffsl(long mask) in ffsl() function
|
| /f-stack/freebsd/arm64/include/ |
| H A D | runq.h | 39 #define RQB_FFS(word) (ffsl(word) - 1)
|
| H A D | cpufunc.h | 53 ffsl(long mask) in ffsl() function
|
| /f-stack/freebsd/mips/include/ |
| H A D | runq.h | 48 #define RQB_FFS(word) (ffsl(word) - 1)
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-app-init-linux.c | 368 firstcore = ffsl(cpumask) - 1; in main() 378 cpu = ffsl(cpumask) - 1; in main()
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_cc.h | 127 CK_F_CC_FFS_G(ffsl, unsigned long) in CK_F_CC_FFS_G()
|
| /f-stack/freebsd/arm/include/ |
| H A D | cpufunc.h | 199 ffsl(long mask) in ffsl() function
|
| /f-stack/freebsd/net/route/ |
| H A D | nhop_utils.c | 164 if ((v = ffsl(*mask)) == 0) in bitmask_alloc_idx()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | bitset.h | 178 __bit = ffsl((p)->__bits[__i]); \
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure.ac | 1297 dnl Check for __builtin_ffsl(), then ffsl(3), and fail if neither are found. 1301 dnl ffsl() or __builtin_ffsl() are defined, respectively. 1317 JE_COMPILABLE([a program using ffsl], [ 1323 int rv = ffsl(0x08); 1329 AC_DEFINE([JEMALLOC_INTERNAL_FFSL], [ffsl]) 1332 AC_MSG_ERROR([Cannot build without ffsl(3) or __builtin_ffsl()])
|
| H A D | configure | 9967 int rv = ffsl(0x08);
|
| /f-stack/freebsd/x86/xen/ |
| H A D | xen_intr.c | 575 l1i = ffsl(masked_l1) - 1; in xen_intr_handle_upcall() 588 l2i = ffsl(masked_l2) - 1; in xen_intr_handle_upcall()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_reserv.c | 982 bitpos = ffsl(changes) - 1; in vm_reserv_break() 1272 bitpos = ffsl(changes) - 1; in vm_reserv_test_contig()
|
| H A D | vm_phys.c | 1137 return (min(ffsl(VM_PAGE_TO_PHYS(m) >> PAGE_SHIFT) - 1, in max_order()
|
| /f-stack/freebsd/i386/include/ |
| H A D | cpufunc.h | 215 ffsl(long mask) in ffsl() function
|
| /f-stack/freebsd/amd64/include/ |
| H A D | cpufunc.h | 138 #define ffsl(x) __builtin_ffsl(x) macro
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 242 if ((i = ffsl(freemask[0])) != 0) in freemask_ffsll() 244 if ((i = ffsl(freemask[1])) != 0) in freemask_ffsll()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pmap.c | 1481 bit = ffsl(inuse) - 1; in pmap_pv_reclaim() 1637 bit = ffsl(pc->pc_map[field]) - 1; in get_pv_entry() 2842 bit = ffsl(inuse) - 1; in pmap_remove_pages()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 2373 bit = ffsl(inuse) - 1; in reclaim_pv_chunk() 2541 bit = ffsl(pc->pc_map[field]) - 1; in get_pv_entry() 2726 bit = ffsl(pc->pc_map[field]) - 1; in pmap_pv_demote_l2() 5113 bit = ffsl(inuse) - 1; in pmap_remove_pages()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_descrip.c | 206 return (off * NDENTRIES + ffsl(mask) - 1); in fd_first_free() 211 return (off * NDENTRIES + ffsl(~map[off]) - 1); in fd_first_free()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_sockopt.c | 4680 if ((v = ffsl(*mask)) == 0) in ipfw_objhash_alloc_idx()
|