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

/freebsd-13-stable/lib/libc/string/
H A Dflsll.c41 flsll(long long mask) function
H A DMakefile.inc11 ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
50 ffs.3 flsll.3
/freebsd-13-stable/sys/libkern/
H A Dflsll.c40 flsll(long long mask) function
/freebsd-13-stable/include/
H A Dstrings.h59 int flsll(long long) __pure2;
/freebsd-13-stable/sys/contrib/zstd/lib/freebsd/
H A Dzstd_kfreebsd.c93 return (sizeof(x) * NBBY - flsll(x));
/freebsd-13-stable/sys/arm/include/
H A Dcpufunc.h237 flsll(long long mask) function
/freebsd-13-stable/sys/arm64/include/
H A Dcpufunc.h91 flsll(long long mask) function
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dlog2.h126 fls((u32)(n)) - 1 : flsll((u64)(n)) - 1 \
H A Dbitops.h93 return (flsll(mask));
/freebsd-13-stable/libexec/rpc.rquotad/
H A Drquotad.c193 scale = 1 << flsll(dqblk.dqb_bhardlimit >> 32);
245 scale = 1 << flsll(dqblk.dqb_bhardlimit >> 32);
/freebsd-13-stable/sys/sys/
H A Dqmath.h163 #define Q_BITSPERBASEDOWN(base) (flsll(base) - 1)
164 #define Q_BITSPERBASEUP(base) (flsll(base) - (__builtin_popcountll(base) == 1))
565 if (Q_NTBITS(*(q)) < (uint32_t)flsll(Q_ABS(i))) \
H A Dlibkern.h151 int flsll(long long);
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe_osdep.h241 return (flsll(mask));
/freebsd-13-stable/sys/dev/watchdog/
H A Dwatchdog.c115 power = flsll(ns);
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h378 return (flsll(i));
/freebsd-13-stable/sys/dev/ice/
H A Dice_osdep.h501 return flsll(n) - 1;
/freebsd-13-stable/sys/kern/
H A Dkern_resource.c879 #define flsll(x) (fls((x) >> 32) != 0 ? fls((x) >> 32) + 32 : fls(x)) macro
913 sa = flsll(a);
914 sb = flsll(b);
928 sa = flsll(a);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h434 return (flsll(i));
/freebsd-13-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c662 power = flsll(ns);
/freebsd-13-stable/sys/dev/ntb/
H A Dntb.c77 dbt = flsll(NTB_DB_VALID_MASK(dev));
H A Dntb_transport.c359 db_count = flsll(db_bitmap);
/freebsd-13-stable/sys/amd64/include/
H A Dcpufunc.h162 flsll(long long mask) function
/freebsd-13-stable/usr.sbin/diskinfo/
H A Ddiskinfo.c423 step = 1ULL << (flsll(sectorcount / (4 * 200)) - 1);
/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_plx.c727 bsize = 1LL << flsll(bsize);
/freebsd-13-stable/sys/netinet/
H A Dtcp_lro.c1351 #define tcp_lro_msb_64(x) (1ULL << (flsll(x) - 1))

Completed in 211 milliseconds