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

  /external/pcre/
pcreposix.c 248 const char *errorptr; local
261 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr,
  /external/jpeg/
jquant1.c 620 register FSERRPTR errorptr; /* => fserrors[] at column before current */ local
649 errorptr = cquantize->fserrors[ci] + (width+1); /* => entry after last column */
654 errorptr = cquantize->fserrors[ci]; /* => entry before first column */
670 * Note: errorptr points to *previous* column's array entry.
672 cur = RIGHT_SHIFT(cur + errorptr[dir] + 8, 4);
693 errorptr[0] = (FSERROR) (bpreverr + cur);
704 errorptr += dir; /* advance errorptr to current column */
710 errorptr[0] = (FSERROR) bpreverr; /* unload prev err into array */
jquant2.c 958 register FSERRPTR errorptr; \/* => fserrors[] at column before current *\/ local
    [all...]

Completed in 25 milliseconds