Home
last modified time | relevance | path

Searched defs:__div64_32 (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/boot/
H A Ddiv64.S15 __div64_32: label
/linux/arch/m68k/include/asm/
H A Ddiv64.h35 #define __div64_32 __div64_32 macro
/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/x86/include/asm/
H A Ddiv64.h78 #define __div64_32 macro
/linux/lib/math/
H A Ddiv64.c32 uint32_t __attribute__((weak)) __div64_32(uint64_t *n, uint32_t base) in __div64_32() function