Home
last modified time | relevance | path

Searched defs:roundup (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sys/sys/
H A Dparam.h151 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/original-bsd/usr.bin/f77/include.vax/
H A Ddefines.h261 #define roundup(a,b) ( b * ( (a+b-1)/b) ) macro
/original-bsd/usr.bin/f77/include.tahoe/
H A Ddefines.h243 #define roundup(a,b) ( b * ( (a+b-1)/b) ) macro