Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Ddiv64.h35 #define __div64_32 __div64_32 macro
/linux/lib/math/
H A Dtest_mul_u64_u64_div_u64.c156 #undef __div64_32
157 #define __div64_32 __div64_32 macro
H A Ddiv64.c31 #ifndef __div64_32
32 uint32_t __attribute__((weak)) __div64_32(uint64_t *n, uint32_t base) in __div64_32() function
64 EXPORT_SYMBOL(__div64_32);
/linux/arch/sh/lib/
H A Ddiv64-generic.c11 uint32_t __div64_32(u64 *xp, u32 y) in __div64_32() function
/linux/arch/mips/include/asm/
H A Ddiv64.h59 #define __div64_32(n, base) ({ \ macro
/linux/arch/powerpc/boot/
H A Ddiv64.S14 .globl __div64_32
15 __div64_32: label
H A Dstdio.c42 extern unsigned int __div64_32(unsigned long long *dividend,
56 __rem = __div64_32(&(n), __base); \
/linux/arch/x86/include/asm/
H A Ddiv64.h97 #define __div64_32 macro
/linux/arch/powerpc/lib/
H A Ddiv64.S15 _GLOBAL(__div64_32)