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

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h131 #define MULTIPLE(x,y) ((x)%(y) == 0 ? (x) : (y)%(x) == 0 ? (y) : (y)*(x)) macro
269 { char data[MULTIPLE(ALIGNA,ALIGNB)];

Completed in 62 milliseconds