Searched refs:errorptr (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/glx/apple/ |
D | apple_glx_context.c | 128 int *errorptr, bool * x11errorptr) in apple_glx_create_context() argument 139 *errorptr = BadAlloc; in apple_glx_create_context() 145 *errorptr = GLXBadContext; in apple_glx_create_context() 178 *errorptr = BadMatch; in apple_glx_create_context() 182 *errorptr = GLXBadContext; in apple_glx_create_context() 487 unsigned long mask, int *errorptr, bool * x11errorptr) in apple_glx_copy_context() argument 496 *errorptr = BadMatch; in apple_glx_copy_context() 502 *errorptr = BadAccess; in apple_glx_copy_context() 517 *errorptr = GLXBadContext; in apple_glx_copy_context()
|
D | apple_glx_context.h | 75 int *errorptr, bool * x11errorptr); 84 unsigned long mask, int *errorptr,
|
/external/libjpeg-turbo/ |
D | jquant2.c | 937 register FSERRPTR errorptr; /* => fserrors[] at column before current */ in pass2_fs_dither() local 962 errorptr = cquantize->fserrors + (width + 1) * 3; /* => entry after last column */ in pass2_fs_dither() 968 errorptr = cquantize->fserrors; /* => entry before first real column */ in pass2_fs_dither() 986 cur0 = RIGHT_SHIFT(cur0 + errorptr[dir3 + 0] + 8, 4); in pass2_fs_dither() 987 cur1 = RIGHT_SHIFT(cur1 + errorptr[dir3 + 1] + 8, 4); in pass2_fs_dither() 988 cur2 = RIGHT_SHIFT(cur2 + errorptr[dir3 + 2] + 8, 4); in pass2_fs_dither() 1030 errorptr[0] = (FSERROR)(bpreverr0 + cur0 * 3); in pass2_fs_dither() 1035 errorptr[1] = (FSERROR)(bpreverr1 + cur1 * 3); in pass2_fs_dither() 1040 errorptr[2] = (FSERROR)(bpreverr2 + cur2 * 3); in pass2_fs_dither() 1051 errorptr += dir3; /* advance errorptr to current column */ in pass2_fs_dither() [all …]
|
D | jquant1.c | 624 register FSERRPTR errorptr; /* => fserrors[] at column before current */ in quantize_fs_dither() local 652 errorptr = cquantize->fserrors[ci] + (width + 1); /* => entry after last column */ in quantize_fs_dither() 657 errorptr = cquantize->fserrors[ci]; /* => entry before first column */ in quantize_fs_dither() 675 cur = RIGHT_SHIFT(cur + errorptr[dir] + 8, 4); in quantize_fs_dither() 696 errorptr[0] = (FSERROR)(bpreverr + cur); in quantize_fs_dither() 707 errorptr += dir; /* advance errorptr to current column */ in quantize_fs_dither() 713 errorptr[0] = (FSERROR)bpreverr; /* unload prev err into array */ in quantize_fs_dither()
|
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 9115 int *errorptr, PCRE2_SIZE *erroroffset, pcre2_compile_context *ccontext) in pcre2_compile() argument 9168 if (errorptr == NULL || erroroffset == NULL) return NULL; in pcre2_compile() 9169 *errorptr = ERR0; in pcre2_compile() 9176 *errorptr = ERR16; in pcre2_compile() 9190 *errorptr = ERR17; in pcre2_compile() 9198 *errorptr = ERR92; in pcre2_compile() 9210 *errorptr = ERR88; in pcre2_compile() 9494 *errorptr = ERR21; in pcre2_compile() 9915 *errorptr = errorcode; in pcre2_compile()
|