HomeSort by relevance Sort by last modified time
    Searched refs:nmatched (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/
cdjpeg.c 88 register int nmatched = 0; local
97 nmatched++; /* count matched characters */
100 if (nmatched < minchars)
rdjpgcom.c 426 register int nmatched = 0; local
435 nmatched++; /* count matched characters */
438 if (nmatched < minchars)
wrjpgcom.c 384 register int nmatched = 0; local
393 nmatched++; /* count matched characters */
396 if (nmatched < minchars)

Completed in 320 milliseconds