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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/math-emu/
H A Ddfrem.c57 register boolean roundup = FALSE; local
H A Dsfrem.c56 register boolean roundup = FALSE; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-mo.c59 # define roundup(x, y) ({typeof(x) _x = (x); typeof(y) _y = (y); \ macro
62 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-bpf.c1664 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkernel.h61 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro

Completed in 123 milliseconds