| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | bitops.h | 369 static inline int fls64(unsigned long word) in fls64() function 376 static inline int fls64(unsigned long x) in fls64() function 391 return fls64(x) - 1; in __fls() 396 return fls64(x); in fls()
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/bitops/ |
| H A D | fls64.h | 18 static __always_inline int fls64(__u64 x) in fls64() function 26 static __always_inline int fls64(__u64 x) in fls64() function
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_js_affinity.c | 246 int bitnum = fls64(cores) - 1; in kbase_js_affinity_retain_slot_cores() 272 int bitnum = fls64(cores) - 1; in kbase_js_affinity_release_slot_cores()
|
| H A D | mali_kbase_pm_policy.c | 674 int bitnum = fls64(cores) - 1; in kbase_pm_request_cores() 727 int bitnum = fls64(shader_cores) - 1; in kbase_pm_unrequest_cores() 806 int bitnum = fls64(shader_cores) - 1; in kbase_pm_register_inuse_cores() 859 int bitnum = fls64(shader_cores) - 1; in kbase_pm_release_cores()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | getorder.h | 46 return fls64(size); in get_order()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | bitops.h | 395 static inline int fls64(unsigned long word) in fls64() function 411 return fls64(word); in fls()
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | word-at-a-time.h | 42 return fls64(mask) >> 3; in find_zero()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | bitops.h | 188 static inline int fls64(__u64 x) in fls64() function 196 static inline int fls64(__u64 x) in fls64() function
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | word-at-a-time.h | 38 return fls64(mask) >> 3; in find_zero()
|
| /OK3568_Linux_fs/kernel/lib/math/ |
| H A D | int_sqrt.c | 55 m = 1ULL << ((fls64(x) - 1) & ~1ULL); in int_sqrt64()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | clz_ctz.c | 51 return 64 - fls64((u64)val); in __clzdi2()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_bit.h | 38 return fls64(v) - 1; in xfs_highbit64()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | bitops.h | 61 return fls64(l); in fls_long()
|
| H A D | log2.h | 29 return fls64(n) - 1; in __ilog2_u64()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | init.c | 236 acpi_zone_dma_bits = fls64(acpi_iort_dma_get_max_cpu_address()); in zone_sizes_init() 237 dt_zone_dma_bits = fls64(of_dma_get_max_cpu_address(NULL)); in zone_sizes_init()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | log2.h | 37 return fls64(n) - 1; in __ilog2_u64()
|
| H A D | bitops.h | 155 return fls64(l); in fls_long()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvif/ |
| H A D | fifo.c | 52 device->runlists = fls64(a->v.runlists.data); in nvif_fifo_runlists()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_cubic.c | 123 static __always_inline int fls64(__u64 x) in fls64() function 248 b = fls64(a); in cubic_root()
|