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

/freebsd-12-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-12-stable/sys/libkern/
H A Dflsll.c40 flsll(long long mask) function
/freebsd-12-stable/sys/contrib/zstd/lib/freebsd/
H A Dzstd_kfreebsd.c93 return (sizeof(x) * NBBY - flsll(x));
/freebsd-12-stable/include/
H A Dstrings.h59 int flsll(long long) __pure2;
/freebsd-12-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-12-stable/libexec/rpc.rquotad/
H A Drquotad.c193 scale = 1 << flsll(dqblk.dqb_bhardlimit >> 32);
245 scale = 1 << flsll(dqblk.dqb_bhardlimit >> 32);
/freebsd-12-stable/sys/dev/watchdog/
H A Dwatchdog.c113 power = flsll(ns);
/freebsd-12-stable/sys/sys/
H A Dlibkern.h151 int flsll(long long);
/freebsd-12-stable/sys/dev/ice/
H A Dice_osdep.h501 return flsll(n) - 1;
/freebsd-12-stable/sys/kern/
H A Dkern_resource.c867 #define flsll(x) (fls((x) >> 32) != 0 ? fls((x) >> 32) + 32 : fls(x)) macro
901 sa = flsll(a);
902 sb = flsll(b);
916 sa = flsll(a);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h427 return (flsll(i));
/freebsd-12-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c662 power = flsll(ns);
/freebsd-12-stable/sys/dev/ntb/
H A Dntb.c76 dbt = flsll(NTB_DB_VALID_MASK(dev));
H A Dntb_transport.c357 db_count = flsll(db_bitmap);
/freebsd-12-stable/usr.sbin/diskinfo/
H A Ddiskinfo.c419 step = 1ULL << (flsll(sectorcount / (4 * 200)) - 1);
/freebsd-12-stable/sys/netinet/
H A Dtcp_lro.c405 #define tcp_lro_msb_64(x) (1ULL << (flsll(x) - 1))
/freebsd-12-stable/sys/amd64/include/
H A Dcpufunc.h201 flsll(long long mask) function
/freebsd-12-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_plx.c724 bsize = 1LL << flsll(bsize);

Completed in 405 milliseconds