| /linux/include/asm-generic/bitops/ |
| H A D | fls64.h | 19 static __always_inline __attribute_const__ int fls64(__u64 x) in fls64() function 27 static __always_inline __attribute_const__ int fls64(__u64 x) in fls64() function
|
| /linux/tools/include/asm-generic/bitops/ |
| H A D | fls64.h | 19 static __always_inline __attribute_const__ int fls64(__u64 x) in fls64() function 27 static __always_inline __attribute_const__ int fls64(__u64 x) in fls64() function
|
| /linux/lib/tests/ |
| H A D | ffs_kunit.c | 172 KUNIT_EXPECT_EQ(test, fls64(input), 0); in validate_ffs64_relationships() 176 fls64_result = fls64(input); in validate_ffs64_relationships() 190 KUNIT_EXPECT_EQ_MSG(test, fls64(input), fls(input_32), in validate_ffs64_relationships() 192 input, input_32, fls64(input), fls(input_32)); in validate_ffs64_relationships() 251 validate_ffs64_result(test, tc->input, fls64(tc->input), in ffs64_correctness_test()
|
| /linux/arch/alpha/include/asm/ |
| H A D | bitops.h | 386 static inline __attribute_const__ int fls64(unsigned long word) in fls64() function 393 static inline __attribute_const__ int fls64(unsigned long x) in fls64() function 408 return fls64(x) - 1; in __fls() 413 return fls64(x); 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()
|
| H A D | bitops.h | 207 return fls64(l); in fls_long()
|
| /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/fs/xfs/libxfs/ |
| H A D | xfs_bit.h | 38 return fls64(v) - 1; in xfs_highbit64()
|
| /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/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/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 | 124 static int fls64(__u64 x) in div64_u64() 241 b = fls64(a); in cubic_root() 131 static int fls64(__u64 x) fls64() function
|
| /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/platforms/powernv/ |
| H A D | opal-irqchip.c | 51 hwirq = fls64(e) - 1; in opal_handle_events()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | bitops.h | 297 static __always_inline __attribute_const__ int fls64(__u64 x) in fls64() function
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_clock.c | 253 u64 max_val_cycles_rounded = 1ULL << fls64(max_val_cycles - 1); in freq_to_shift()
|
| /linux/arch/x86/include/asm/ |
| H A D | bitops.h | 397 static __always_inline __attribute_const__ 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()
|
| /linux/arch/mips/pci/ |
| H A D | msi-octeon.c | 312 bit = fls64(msi_bits); in __octeon_msi_do_interrupt()
|