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

/ast/src/lib/librecsort/
H A Drskeyhdr.h121 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/ast/src/lib/libast/features/
H A Dalign.c56 #define roundof(x,y) (((x)+((y)-1))&~((y)-1)) macro
100 align1 = roundof(align0, 2);
107 align2 = roundof(align0, 4);
/ast/src/lib/libast/astsa/
H A Dast.h94 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro
/ast/src/lib/libast/include/
H A Dast.h207 #define roundof(x,y) (((x)+(y)-1)&~((y)-1)) macro

Completed in 10 milliseconds