/linux-6.6.21/tools/include/asm-generic/bitops/ |
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-6.6.21/include/asm-generic/bitops/ |
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-6.6.21/arch/alpha/include/asm/ |
D | bitops.h | 366 static inline int fls64(unsigned long word) in fls64() function 373 static inline int fls64(unsigned long x) in fls64() function 388 return fls64(x) - 1; in __fls() 393 return fls64(x); in fls()
|
/linux-6.6.21/include/linux/ |
D | count_zeros.h | 28 return BITS_PER_LONG - fls64(x); in count_leading_zeros()
|
D | log2.h | 32 return fls64(n) - 1; in __ilog2_u64()
|
D | netdev_features.h | 181 return fls64(feature) - 1; in find_next_netdev_feature()
|
/linux-6.6.21/include/asm-generic/ |
D | getorder.h | 46 return fls64(size); in get_order()
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | word-at-a-time.h | 42 return fls64(mask) >> 3; in find_zero()
|
/linux-6.6.21/lib/ |
D | clz_ctz.c | 34 return 64 - fls64(val); in __clzdi2()
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | word-at-a-time.h | 38 return fls64(mask) >> 3; in find_zero()
|
/linux-6.6.21/lib/math/ |
D | int_sqrt.c | 56 m = 1ULL << ((fls64(x) - 1) & ~1ULL); in int_sqrt64()
|
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_bit.h | 38 return fls64(v) - 1; in xfs_highbit64()
|
/linux-6.6.21/arch/s390/include/asm/ |
D | bitops.h | 353 static inline int fls64(unsigned long word) in fls64() function 369 return fls64(word); in fls()
|
/linux-6.6.21/arch/mips/sibyte/bcm1480/ |
D | irq.c | 326 do_IRQ(fls64(mask_h) - 1); in dispatch_ip2() 328 do_IRQ(63 + fls64(mask_l)); in dispatch_ip2()
|
/linux-6.6.21/tools/include/linux/ |
D | log2.h | 29 return fls64(n) - 1; in __ilog2_u64()
|
D | bitops.h | 77 return fls64(l); in fls_long()
|
/linux-6.6.21/arch/arm64/mm/ |
D | init.c | 265 acpi_zone_dma_bits = fls64(acpi_iort_dma_get_max_cpu_address()); in zone_sizes_init() 266 dt_zone_dma_bits = fls64(of_dma_get_max_cpu_address(NULL)); in zone_sizes_init()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvif/ |
D | fifo.c | 54 device->runlists = fls64(a->v.runlists.data); in nvif_fifo_runlists()
|
/linux-6.6.21/drivers/extcon/ |
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-6.6.21/arch/sparc/lib/ |
D | Makefile | 21 lib-$(CONFIG_SPARC64) += fls64.o
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | bpf_cubic.c | 123 static __always_inline int fls64(__u64 x) in fls64() function 242 b = fls64(a); in cubic_root()
|
/linux-6.6.21/drivers/media/rc/ |
D | imon_raw.c | 61 bit = fls64(data & (BIT_ULL(offset) - 1)); in imon_ir_data()
|
/linux-6.6.21/scripts/coccinelle/tests/ |
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-6.6.21/drivers/net/wireguard/ |
D | allowedips.c | 84 return a ? fls64(a) + 64U : fls64(b); in fls128()
|
/linux-6.6.21/arch/mips/sibyte/sb1250/ |
D | irq.c | 284 do_IRQ(fls64(mask) - 1); in dispatch_ip2()
|