Home
last modified time | relevance | path

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

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