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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/math-emu/
H A Ddfrem.c57 register boolean roundup = FALSE; local
H A Dsfrem.c56 register boolean roundup = FALSE; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkernel.h42 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro

Completed in 46 milliseconds