Searched defs:__div64_32 (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/sh/lib/
H A Ddiv64-generic.c11 uint32_t __div64_32(u64 *xp, u32 y) function
/linux-master/arch/powerpc/boot/
H A Ddiv64.S15 __div64_32: label
/linux-master/arch/mips/include/asm/
H A Ddiv64.h59 #define __div64_32(n, base) ({ \ macro
/linux-master/arch/m68k/include/asm/
H A Ddiv64.h35 #define __div64_32 __div64_32 macro
/linux-master/arch/arm/include/asm/
H A Ddiv64.h24 static inline uint32_t __div64_32(uint64_t *n, uint32_t base) function
41 #define __div64_32 __div64_32 macro
/linux-master/arch/x86/include/asm/
H A Ddiv64.h78 #define __div64_32 macro
/linux-master/lib/math/
H A Ddiv64.c32 uint32_t __attribute__((weak)) __div64_32(uint64_t *n, uint32_t base) function
64 EXPORT_SYMBOL(__div64_32); variable

Completed in 167 milliseconds