Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/msvc_compat/
H A Dstrings.h9 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 Dbitstring.h220 _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 Dlibkern.h139 int ffsl(long);
H A Dbitset.h238 __bit = ffsl((p)->__bits[__i] & __mask); \
/f-stack/freebsd/libkern/
H A Dffsl.c41 ffsl(long mask) in ffsl() function
/f-stack/freebsd/arm64/include/
H A Drunq.h39 #define RQB_FFS(word) (ffsl(word) - 1)
H A Dcpufunc.h53 ffsl(long mask) in ffsl() function
/f-stack/freebsd/mips/include/
H A Drunq.h48 #define RQB_FFS(word) (ffsl(word) - 1)
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-app-init-linux.c368 firstcore = ffsl(cpumask) - 1; in main()
378 cpu = ffsl(cpumask) - 1; in main()
/f-stack/freebsd/contrib/ck/include/
H A Dck_cc.h127 CK_F_CC_FFS_G(ffsl, unsigned long) in CK_F_CC_FFS_G()
/f-stack/freebsd/arm/include/
H A Dcpufunc.h199 ffsl(long mask) in ffsl() function
/f-stack/freebsd/net/route/
H A Dnhop_utils.c164 if ((v = ffsl(*mask)) == 0) in bitmask_alloc_idx()
/f-stack/tools/compat/include/sys/
H A Dbitset.h178 __bit = ffsl((p)->__bits[__i]); \
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure.ac1297 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 Dconfigure9967 int rv = ffsl(0x08);
/f-stack/freebsd/x86/xen/
H A Dxen_intr.c575 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 Dvm_reserv.c982 bitpos = ffsl(changes) - 1; in vm_reserv_break()
1272 bitpos = ffsl(changes) - 1; in vm_reserv_test_contig()
H A Dvm_phys.c1137 return (min(ffsl(VM_PAGE_TO_PHYS(m) >> PAGE_SHIFT) - 1, in max_order()
/f-stack/freebsd/i386/include/
H A Dcpufunc.h215 ffsl(long mask) in ffsl() function
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h138 #define ffsl(x) __builtin_ffsl(x) macro
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c242 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 Dpmap.c1481 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 Dpmap.c2373 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 Dkern_descrip.c206 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 Dip_fw_sockopt.c4680 if ((v = ffsl(*mask)) == 0) in ipfw_objhash_alloc_idx()