Home
last modified time | relevance | path

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

/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)
/linux/arch/m68k/include/asm/
H A Ddiv64.h35 #define __div64_32 __div64_32 macro
/linux/include/asm-generic/
H A Ddiv64.h173 #ifndef __div64_32
174 extern uint32_t __div64_32(uint64_t *dividend, uint32_t divisor);
199 __rem = __div64_32(&(n), __base); \
/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 symbol
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.h78 #define __div64_32 macro
/linux/arch/powerpc/lib/
H A Ddiv64.S15 _GLOBAL(__div64_32)