Searched refs:flsl (Results 1 – 25 of 50) sorted by relevance
12
28 #define FLS flsl
44 flsl(long mask) in flsl() function
11 ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \61 ffs.3 flsl.3 \
9 flsl;
35 int flsl(long) __pure2;
60 int flsl(long) __pure2;
336 if (flsl(maxphys) == NBBY * sizeof(maxphys)) in init_param2()339 maxphys = 1UL << flsl(maxphys); in init_param2()
1373 return (flsl(sbt)); in flssbt()1375 return (flsl(((uint64_t)sbt) >> 32) + 32); in flssbt()1376 return (flsl(sbt)); in flssbt()
51 log2x = flsl(x) - 1; in fp16_sqrt()
549 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()
83 scale_bits = flsl(scale); in binuptime()
126 bcd.dow = flsl(data.dow & 0x7F) - 1; in rx8803_gettime()
169 (flsl(size + (size - 1)) - 2))
56 load_size = roundup2(flsl(mask), 8) / 8; in find_matches()
48 flsl(long mask)197 scale_bits = flsl(scale);
476 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()
98 newlen = 1 << flsl(req->ir_usedlen + len); in isns_req_getspace()
301 return (flsl(i)); in highbit()
178 KSRCS= bcmp.c ffs.c ffsl.c fls.c flsl.c mcount.c strcat.c strchr.c \
204 const int exponent = flsl(sc->sc_clk_freq); in dwwdt_event()
202 clean_dep lib/libc flsl S
105 #define ROUNDUP_POW_OF_TWO(_n) (1ULL << flsl((_n) - 1))
396 return (flsl(i)); in highbit()
74 #define ice_fls(_n) flsl(_n)
175 flsl(long mask) in flsl() function