/linux/tools/include/asm-generic/bitops/ |
H A D | fls64.h | 19 static __always_inline int fls64(__u64 x) in fls64() function 27 static __always_inline int fls64(__u64 x) in fls64() function
|
/linux/include/asm-generic/bitops/ |
H A D | fls64.h | 19 static __always_inline int fls64(__u64 x) in fls64() function 27 static __always_inline int fls64(__u64 x) in fls64() function
|
/linux/arch/alpha/include/asm/ |
H A D | bitops.h | 386 static inline int fls64(unsigned long word) in fls64() function 393 static inline int fls64(unsigned long x) in fls64() function 408 return fls64(x) - 1; in __fls() 413 return fls64(x); in fls()
|
/linux/fs/bcachefs/ |
H A D | varint.c | 23 unsigned bits = fls64(v|1); in bch2_varint_encode() 84 unsigned bits = fls64(v|1); in bch2_varint_encode_fast()
|
H A D | bkey.c | 212 if (fls64(v) > bits) in set_inc_field() 392 if (fls64(v) > bits) { in set_inc_field_lossy() 599 fls64(s->field_max[i] - s->field_min[i]), in bch2_bkey_format_done() 728 return fls64(l_v ^ r_v) - 1 + nr_key_bits; in bch2_bkey_greatest_differing_bit()
|
/linux/arch/s390/include/asm/ |
H A D | bitops.h | 224 static inline int fls64(unsigned long word) in fls64() function 240 return fls64(word); in fls()
|
/linux/include/linux/ |
H A D | count_zeros.h | 28 return BITS_PER_LONG - fls64(x); in count_leading_zeros()
|
H A D | log2.h | 32 return fls64(n) - 1; in __ilog2_u64()
|
/linux/include/asm-generic/ |
H A D | getorder.h | 46 return fls64(size); in get_order()
|
/linux/lib/ |
H A D | clz_ctz.c | 34 return 64 - fls64(val); in __clzdi2()
|
/linux/arch/riscv/include/asm/ |
H A D | word-at-a-time.h | 44 return fls64(mask) >> 3; in find_zero()
|
/linux/lib/math/ |
H A D | int_sqrt.c | 56 m = 1ULL << ((fls64(x) - 1) & ~1ULL); in int_sqrt64()
|
/linux/arch/mips/sibyte/bcm1480/ |
H A D | irq.c | 326 do_IRQ(fls64(mask_h) - 1); in dispatch_ip2() 328 do_IRQ(63 + fls64(mask_l)); in dispatch_ip2()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_bit.h | 38 return fls64(v) - 1; in xfs_highbit64()
|
/linux/tools/include/linux/ |
H A D | log2.h | 29 return fls64(n) - 1; in __ilog2_u64()
|
H A D | bitops.h | 79 return fls64(l); in fls_long()
|
/linux/drivers/extcon/ |
H A D | extcon-fsa9480.c | 206 int dev = fls64(mask) - 1; in fsa9480_handle_change() 210 int cable = fls64(cables) - 1; in fsa9480_handle_change()
|
/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | fifo.c | 54 device->runlists = fls64(a->v.runlists.data); in nvif_fifo_runlists()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_cubic.c | 131 static int fls64(__u64 x) in fls64() function 248 b = fls64(a); in cubic_root()
|
/linux/arch/sparc/lib/ |
H A D | Makefile | 20 lib-$(CONFIG_SPARC64) += fls64.o
|
/linux/drivers/net/wireguard/ |
H A D | allowedips.c | 84 return a ? fls64(a) + 64U : fls64(b); in fls128()
|
/linux/scripts/coccinelle/tests/ |
H A D | unsigned_lesser_than_zero.cocci | 40 identifier f !~ "^(ata_id_queue_depth|btrfs_copy_from_user|dma_map_sg|dma_map_sg_attrs|fls|fls64|ga…
|
/linux/arch/mips/sibyte/sb1250/ |
H A D | irq.c | 284 do_IRQ(fls64(mask) - 1); in dispatch_ip2()
|
/linux/arch/powerpc/include/asm/ |
H A D | bitops.h | 297 static __always_inline int fls64(__u64 x) in fls64() function
|
/linux/arch/arm64/kvm/ |
H A D | va_layout.c | 69 tag_lsb = fls64((u64)phys_to_virt(memblock_start_of_DRAM()) ^ in kvm_compute_layout()
|