repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20070605-1.c
blob
8bf53253cc798672103095361d5334a590147e88
1
quantize_fs_dither
(
unsigned
width
,
short
*
errorptr
,
int
dir
)
2
{
3
short
bpreverr
;
4
unsigned
col
;
5
for
(
col
=
width
;
col
>
0
;
col
--)
6
errorptr
+=
dir
;
7
errorptr
[
0
] = (
short
)
bpreverr
;
8
}
9
10