Home | Info | Community | Development | myReactOS | Contact Us
do { \ if ((c) >= 32) { \ a.hi = a.lo << ((c) - 32); \ a.lo = 0; \ } else { \ a.hi = (a.hi << (c)) | (a.lo >> (32 - (c)));\ a.lo <<= c; \ } \ } while (0)
Definition at line 59 of file internal.h.
Referenced by dxt5_rgba_quantize(), fxt1_quantize_ALPHA0(), fxt1_quantize_ALPHA1(), fxt1_quantize_CHROMA(), fxt1_quantize_MIXED0(), and fxt1_quantize_MIXED1().