HomeSort by relevance Sort by last modified time
    Searched refs:nmatched (Results 1 - 6 of 6) 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)
  /external/qemu/distrib/jpeg-6b/
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 1169 milliseconds