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

/arch/m68k/include/asm/
H A Ddiv64.h12 #define do_div(n, base) ({ \ macro
/arch/arm/include/asm/
H A Ddiv64.h8 * The semantics of do_div() are:
10 * uint32_t do_div(uint64_t *n, uint32_t base)
59 #define do_div(n, base) __do_div_asm(n, base) macro
73 #define do_div(n, base) \ macro
/arch/mn10300/include/asm/
H A Ddiv64.h36 #define do_div(n, base) \ macro
/arch/x86/include/asm/
H A Ddiv64.h10 * do_div() is NOT a C function. It wants to return
21 #define do_div(n, base) \ macro
/arch/powerpc/boot/
H A Dstdio.c26 # define do_div(n, base) ({ \ macro
42 # define do_div(n,base) ({ \ macro
110 tmp[i++] = digits[do_div(num, base)];

Completed in 187 milliseconds