Home
last modified time | relevance | path

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

/linux-3.3/include/asm-generic/
Ddiv64.h25 # define do_div(n,base) ({ \ macro
40 # define do_div(n,base) ({ \ macro
/linux-3.3/arch/arm/include/asm/
Ddiv64.h59 #define do_div(n, base) __do_div_asm(n, base) macro
73 #define do_div(n, base) \ macro
/linux-3.3/arch/m68k/include/asm/
Ddiv64.h12 #define do_div(n, base) ({ \ macro
/linux-3.3/arch/x86/include/asm/
Ddiv64.h21 #define do_div(n, base) \ macro
/linux-3.3/arch/mn10300/include/asm/
Ddiv64.h36 #define do_div(n, base) \ macro
/linux-3.3/arch/powerpc/boot/
Dstdio.c30 # define do_div(n,base) ({ \ macro
/linux-3.3/fs/xfs/
Dxfs_linux.h266 #define do_div(a, b) xfs_do_div(&(a), (b), sizeof(a)) macro