Home | Info | Community | Development | myReactOS | Contact Us
{ \ while((count & ~0x7) && ((x+8) < width)) \ UNROLL8( statement; count--; x++; ); \ \ while((count > 0) && (x < width)) \ { \ statement; \ count--; \ x++; \ } \ }
Definition at line 46 of file bitmap.c.
Referenced by bitmap_decompress1(), bitmap_decompress2(), and bitmap_decompress3().