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

/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_local.h46 #define NOUVEAU_ALIGN(x,bytes) (((x) + ((bytes) - 1)) & ~((bytes) - 1)) macro

Completed in 2 milliseconds