Home
last modified time | relevance | path

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

123

/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.inc18 flsl.c \
159 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.c343 if (flsl(maxphys) == NBBY * sizeof(maxphys)) in init_param2()
346 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.c551 flsl((PART_SIZE >> 12) - 1)); in moea64_cpu_bootstrap_native()
555 | (uintptr_t)(flsl(moea64_pteg_mask >> 11)))); in moea64_cpu_bootstrap_native()
629 (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/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h293 #define highbit(x) flsl(x)
/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/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/sys/compat/linux/
H A Dlinux_vdso_gtod.inc48 flsl(long mask)
197 scale_bits = flsl(scale);
/freebsd/lib/libc/
H A DMakefile175 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/sys/dev/watchdog/
H A Dwatchdog.c145 pow2ns = flsl(sbttons(sbt)); in wdog_kern_pat_sbt()
/freebsd/sys/dev/sfxge/
H A Dsfxge.h105 #define ROUNDUP_POW_OF_TWO(_n) (1ULL << flsl((_n) - 1))
/freebsd/sys/sys/
H A Dlibkern.h175 flsl(long mask) in flsl() function
/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/amd64/amd64/
H A Dfpu.c419 max_ext_n = flsl(xsave_mask | xsave_mask_supervisor); in fpuinitstate()
883 max_ext_n = flsl(xsave_mask); in fpugetregs()

123