Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Ddiv64.h59 #define do_div(n, base) __do_div_asm(n, base) macro
73 #define do_div(n, base) \ macro
/arch/m68k/include/asm/
Ddiv64_mm.h8 #define do_div(n, base) ({ \ macro
/arch/x86/include/asm/
Ddiv64.h20 #define do_div(n, base) \ macro
/arch/x86/boot/
Dprintf.c37 #define do_div(n,base) ({ \ macro
/arch/powerpc/boot/
Dstdio.c30 # define do_div(n,base) ({ \ macro