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

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128.h137 #define R128_ALIGN(x,bytes) (((x) + ((bytes) - 1)) & ~((bytes) - 1)) macro

Completed in 4 milliseconds