Home
last modified time | relevance | path

Searched defs:do_div (Results 1 – 5 of 5) sorted by relevance

/arch/m68k/include/asm/
Ddiv64.h13 #define do_div(n, base) ({ \ macro
/arch/arm/include/asm/
Ddiv64.h51 #define do_div(n, base) __div64_32(&(n), base) macro
/arch/powerpc/boot/
Dstdio.c32 # define do_div(n, base) ({ \ macro
48 # define do_div(n,base) ({ \ macro
/arch/x86/include/asm/
Ddiv64.h22 #define do_div(n, base) \ macro
/arch/alpha/boot/
Dstdio.c17 # define do_div(n, base) ({ \ macro