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

/linux-4.1.27/arch/m68k/include/asm/
H A Ddiv64.h12 #define do_div(n, base) ({ \ macro
/linux-4.1.27/include/asm-generic/
H A Ddiv64.h25 # define do_div(n,base) ({ \ macro
40 # define do_div(n,base) ({ \ macro
/linux-4.1.27/arch/arm/include/asm/
H A Ddiv64.h59 #define do_div(n, base) __do_div_asm(n, base) macro
73 #define do_div(n, base) \ macro
/linux-4.1.27/arch/x86/include/asm/
H A Ddiv64.h21 #define do_div(n, base) \ macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Ddiv64.h36 #define do_div(n, base) \ macro
/linux-4.1.27/arch/powerpc/boot/
H A Dstdio.c26 # define do_div(n, base) ({ \ macro
42 # define do_div(n,base) ({ \ macro
/linux-4.1.27/arch/alpha/boot/
H A Dstdio.c21 # define do_div(n, base) ({ \ macro
/linux-4.1.27/fs/xfs/
H A Dxfs_linux.h320 #undef do_div macro
321 #define do_div(a, b) xfs_do_div(&(a), (b), sizeof(a)) macro

Completed in 320 milliseconds