Home
last modified time | relevance | path

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

12

/freebsd/lib/libc/tests/string/
H A Dflsl_test.c28 #define FLS flsl
/freebsd/lib/libc/string/
H A Dflsl.c44 flsl(long mask) in flsl() function
H A DMakefile.inc11 ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
61 ffs.3 flsl.3 \
H A DSymbol.map9 flsl;
/freebsd/tools/build/cross-build/include/linux/
H A Dstrings.h35 int flsl(long) __pure2;
/freebsd/include/
H A Dstrings.h60 int flsl(long) __pure2;
/freebsd/sys/kern/
H A Dsubr_param.c336 if (flsl(maxphys) == NBBY * sizeof(maxphys)) in init_param2()
339 maxphys = 1UL << flsl(maxphys); in init_param2()
H A Dkern_timeout.c1373 return (flsl(sbt)); in flssbt()
1375 return (flsl(((uint64_t)sbt) >> 32) + 32); in flssbt()
1376 return (flsl(sbt)); in flssbt()
/freebsd/sys/dev/syscons/plasma/
H A Dfp16.c51 log2x = flsl(x) - 1; in fp16_sqrt()
/freebsd/sys/powerpc/aim/
H A Dmoea64_native.c549 flsl((PART_SIZE >> 12) - 1)); in moea64_cpu_bootstrap_native()
553 | (uintptr_t)(flsl(moea64_pteg_mask >> 11)))); in moea64_cpu_bootstrap_native()
623 (uintptr_t)(flsl((moea64_pteg_count - 1) >> 11))); in moea64_bootstrap_native()
/freebsd/lib/libsys/
H A D__vdso_gettimeofday.c83 scale_bits = flsl(scale); in binuptime()
/freebsd/sys/dev/iicbus/rtc/
H A Drx8803.c126 bcd.dow = flsl(data.dow & 0x7F) - 1; in rx8803_gettime()
/freebsd/sys/powerpc/mpc85xx/
H A Dmpc85xx.c169 (flsl(size + (size - 1)) - 2))
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_nfit.c56 load_size = roundup2(flsl(mask), 8) / 8; in find_matches()
/freebsd/sys/compat/linux/
H A Dlinux_vdso_gtod.inc48 flsl(long mask)
197 scale_bits = flsl(scale);
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpio.c476 num_clear_pins = flsl((u_long)clear_pins); in chipc_gpio_pin_access_32()
477 num_change_pins = flsl((u_long)change_pins); in chipc_gpio_pin_access_32()
/freebsd/usr.sbin/ctld/
H A Disns.c98 newlen = 1 << flsl(req->ir_usedlen + len); in isns_req_getspace()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h301 return (flsl(i)); in highbit()
/freebsd/lib/libc/
H A DMakefile178 KSRCS= bcmp.c ffs.c ffsl.c fls.c flsl.c mcount.c strcat.c strchr.c \
/freebsd/sys/dev/dwwdt/
H A Ddwwdt.c204 const int exponent = flsl(sc->sc_clk_freq); in dwwdt_event()
/freebsd/tools/build/
H A Ddepend-cleanup.sh202 clean_dep lib/libc flsl S
/freebsd/sys/dev/sfxge/
H A Dsfxge.h105 #define ROUNDUP_POW_OF_TWO(_n) (1ULL << flsl((_n) - 1))
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h396 return (flsl(i)); in highbit()
/freebsd/sys/dev/ice/
H A Dice_osdep.h74 #define ice_fls(_n) flsl(_n)
/freebsd/sys/sys/
H A Dlibkern.h175 flsl(long mask) in flsl() function

12