Searched refs:ROUND (Results 1 – 1 of 1) sorted by relevance
54 #define ROUND(a, b) (((a) + (b)-1) & ~((b)-1)) macro59 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) + (align - 1)]; \
Completed in 22 milliseconds