Searched refs:PAD64_MULTI (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_render.c486 #define PAD64_MULTI(previous, idx, factor) char previous ## _pad ## idx [(64 - (sizeof(struct previous) * (factor)) % 64) % 64] macro
487 #define PAD64(previous, idx) PAD64_MULTI(previous, idx, 1)

Completed in 4 milliseconds