Home
last modified time | relevance | path

Searched refs:errorptr (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/glx/apple/
Dapple_glx_context.c128 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()
486 unsigned long mask, int *errorptr, bool * x11errorptr) in apple_glx_copy_context() argument
495 *errorptr = BadMatch; in apple_glx_copy_context()
501 *errorptr = BadAccess; in apple_glx_copy_context()
516 *errorptr = GLXBadContext; in apple_glx_copy_context()
Dapple_glx_context.h75 int *errorptr, bool * x11errorptr);
84 unsigned long mask, int *errorptr,
/third_party/skia/third_party/externals/libjpeg-turbo/
Djquant2.c937 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 …]
Djquant1.c621 register FSERRPTR errorptr; /* => fserrors[] at column before current */ in quantize_fs_dither() local
649 errorptr = cquantize->fserrors[ci] + (width + 1); /* => entry after last column */ in quantize_fs_dither()
654 errorptr = cquantize->fserrors[ci]; /* => entry before first column */ in quantize_fs_dither()
672 cur = RIGHT_SHIFT(cur + errorptr[dir] + 8, 4); in quantize_fs_dither()
693 errorptr[0] = (FSERROR)(bpreverr + cur); in quantize_fs_dither()
704 errorptr += dir; /* advance errorptr to current column */ in quantize_fs_dither()
710 errorptr[0] = (FSERROR)bpreverr; /* unload prev err into array */ in quantize_fs_dither()
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c9765 int *errorptr, PCRE2_SIZE *erroroffset, pcre2_compile_context *ccontext) in pcre2_compile() argument
9819 if (errorptr == NULL || erroroffset == NULL) return NULL; in pcre2_compile()
9820 *errorptr = ERR0; in pcre2_compile()
9827 *errorptr = ERR16; in pcre2_compile()
9845 *errorptr = ERR17; in pcre2_compile()
9853 *errorptr = ERR92; in pcre2_compile()
9865 *errorptr = ERR88; in pcre2_compile()
10149 *errorptr = ERR21; in pcre2_compile()
10619 *errorptr = errorcode; in pcre2_compile()