Searched refs:ROUND (Results 1 – 3 of 3) sorted by relevance
73 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
318 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) macro
38 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) macro
Completed in 11 milliseconds