Home
last modified time | relevance | path

Searched refs:__div64_32 (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Ddiv64.h24 static inline uint32_t __div64_32(uint64_t *n, uint32_t base) in __div64_32() function
41 #define __div64_32 __div64_32 macro
51 #define do_div(n, base) __div64_32(&(n), base)
/openbmc/linux/arch/m68k/include/asm/
H A Ddiv64.h35 #define __div64_32 __div64_32 macro
/openbmc/u-boot/lib/
H A Ddiv64.c27 #ifndef __div64_32
28 uint32_t __attribute__((weak)) __div64_32(uint64_t *n, uint32_t base) in __div64_32() function
60 EXPORT_SYMBOL(__div64_32);
/openbmc/linux/lib/math/
H A Ddiv64.c30 #ifndef __div64_32
31 uint32_t __attribute__((weak)) __div64_32(uint64_t *n, uint32_t base) in __div64_32() function
63 EXPORT_SYMBOL(__div64_32);
/openbmc/u-boot/include/
H A Ddiv64.h197 #ifndef __div64_32
198 extern uint32_t __div64_32(uint64_t *dividend, uint32_t divisor);
224 __rem = __div64_32(&(n), __base); \
/openbmc/linux/include/asm-generic/
H A Ddiv64.h212 #ifndef __div64_32
213 extern uint32_t __div64_32(uint64_t *dividend, uint32_t divisor);
238 __rem = __div64_32(&(n), __base); \
/openbmc/linux/arch/sh/lib/
H A Ddiv64-generic.c11 uint32_t __div64_32(u64 *xp, u32 y) in __div64_32() function
/openbmc/linux/arch/mips/include/asm/
H A Ddiv64.h59 #define __div64_32(n, base) ({ \ macro
/openbmc/linux/arch/powerpc/boot/
H A Dstdio.c42 extern unsigned int __div64_32(unsigned long long *dividend,
56 __rem = __div64_32(&(n), __base); \
H A Ddiv64.S14 .globl __div64_32
15 __div64_32: label
/openbmc/linux/arch/x86/include/asm/
H A Ddiv64.h78 #define __div64_32 macro
/openbmc/linux/arch/powerpc/lib/
H A Ddiv64.S15 _GLOBAL(__div64_32)