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

  /external/mesa3d/src/glx/apple/
apple_glx_context.h 75 int *errorptr, bool * x11errorptr);
84 unsigned long mask, int *errorptr,
apple_glx_context.c 128 int *errorptr, bool * x11errorptr)
139 *errorptr = BadAlloc;
145 *errorptr = GLXBadContext;
178 *errorptr = BadMatch;
182 *errorptr = GLXBadContext;
487 unsigned long mask, int *errorptr, bool * x11errorptr)
496 *errorptr = BadMatch;
502 *errorptr = BadAccess;
517 *errorptr = GLXBadContext;
  /external/libjpeg-turbo/
jquant2.c 937 register FSERRPTR errorptr; \/* => fserrors[] at column before current *\/ local
    [all...]
jquant1.c 624 register FSERRPTR errorptr; /* => fserrors[] at column before current */ local
652 errorptr = cquantize->fserrors[ci] + (width + 1); /* => entry after last column */
657 errorptr = cquantize->fserrors[ci]; /* => entry before first column */
673 * Note: errorptr points to *previous* column's array entry.
675 cur = RIGHT_SHIFT(cur + errorptr[dir] + 8, 4);
696 errorptr[0] = (FSERROR)(bpreverr + cur);
707 errorptr += dir; /* advance errorptr to current column */
713 errorptr[0] = (FSERROR)bpreverr; /* unload prev err into array */
  /external/pcre/dist2/src/
pcre2_compile.c     [all...]

Completed in 197 milliseconds