OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_SLOP
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jmemmgr.c
253
#define
MIN_SLOP
50 /* greater than 0 to avoid futile looping */
303
if (slop <
MIN_SLOP
) /* give up when it gets real small */
[
all
...]
/external/qemu/distrib/jpeg-6b/
jmemmgr.c
253
#define
MIN_SLOP
50 /* greater than 0 to avoid futile looping */
303
if (slop <
MIN_SLOP
) /* give up when it gets real small */
[
all
...]
Completed in 189 milliseconds