Home
last modified time | relevance | path

Searched refs:ROUND (Results 1 – 3 of 3) sorted by relevance

/include/
A Dmemalign.h73 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
A Dimage.h318 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) macro
/include/linux/
A Dkernel.h38 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) macro

Completed in 11 milliseconds