URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20070605-1.c] - Rev 315
Go to most recent revision | Compare with Previous | Blame | View Log
quantize_fs_dither (unsigned width, short *errorptr, int dir) { short bpreverr; unsigned col; for (col = width; col > 0; col--) errorptr += dir; errorptr[0] = (short) bpreverr; }
Go to most recent revision | Compare with Previous | Blame | View Log