Searched defs:do_div (Results 1 - 6 of 6) sorted by path

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

Completed in 210 milliseconds