Home
last modified time | relevance | path

Searched refs:fls64 (Results 1 – 25 of 725) sorted by relevance

12345678910>>...29

/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dbitops.h369 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 Dfls64.h18 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 Dfls64.h19 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 Dfls64.h19 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 Dmali_kbase_js_affinity.c246 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 Dmali_kbase_pm_policy.c674 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 Dcount_zeros.h28 return BITS_PER_LONG - fls64(x); in count_leading_zeros()
H A Dlog2.h32 return fls64(n) - 1; in __ilog2_u64()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dgetorder.h46 return fls64(size); in get_order()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dbitops.h395 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 Dword-at-a-time.h42 return fls64(mask) >> 3; in find_zero()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dbitops.h188 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 Dirq.c326 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 Dword-at-a-time.h38 return fls64(mask) >> 3; in find_zero()
/OK3568_Linux_fs/kernel/lib/math/
H A Dint_sqrt.c55 m = 1ULL << ((fls64(x) - 1) & ~1ULL); in int_sqrt64()
/OK3568_Linux_fs/kernel/lib/
H A Dclz_ctz.c51 return 64 - fls64((u64)val); in __clzdi2()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_bit.h38 return fls64(v) - 1; in xfs_highbit64()
/OK3568_Linux_fs/kernel/drivers/extcon/
H A Dextcon-fsa9480.c206 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 Dbitops.h61 return fls64(l); in fls_long()
H A Dlog2.h29 return fls64(n) - 1; in __ilog2_u64()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dinit.c236 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 Dlog2.h37 return fls64(n) - 1; in __ilog2_u64()
H A Dbitops.h155 return fls64(l); in fls_long()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvif/
H A Dfifo.c52 device->runlists = fls64(a->v.runlists.data); in nvif_fifo_runlists()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c123 static __always_inline int fls64(__u64 x) in fls64() function
248 b = fls64(a); in cubic_root()

12345678910>>...29