OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nmatched
(Results
1 - 3
of
3
) sorted by null
/external/jpeg/
cdjpeg.c
125
register int
nmatched
= 0;
local
134
nmatched
++; /* count matched characters */
137
if (
nmatched
< minchars)
rdjpgcom.c
414
register int
nmatched
= 0;
local
423
nmatched
++; /* count matched characters */
426
if (
nmatched
< minchars)
wrjpgcom.c
390
register int
nmatched
= 0;
local
399
nmatched
++; /* count matched characters */
402
if (
nmatched
< minchars)
Completed in 393 milliseconds