Searched defs:roundof (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/features/
H A Dalign.c56 #define roundof(x,y) (((x)+((y)-1))&~((y)-1)) macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/astsa/
H A Dast.h95 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dast.h207 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro

Completed in 74 milliseconds