Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/apple/
Dapple_glx_context.c126 int *errorptr, bool * x11errorptr) in apple_glx_create_context() argument
137 *errorptr = BadAlloc; in apple_glx_create_context()
143 *errorptr = GLXBadContext; in apple_glx_create_context()
175 *errorptr = BadMatch; in apple_glx_create_context()
179 *errorptr = GLXBadContext; in apple_glx_create_context()
484 unsigned long mask, int *errorptr, bool * x11errorptr) in apple_glx_copy_context() argument
493 *errorptr = BadMatch; in apple_glx_copy_context()
499 *errorptr = BadAccess; in apple_glx_copy_context()
514 *errorptr = GLXBadContext; in apple_glx_copy_context()
Dapple_glx_context.h75 int *errorptr, bool * x11errorptr);
84 unsigned long mask, int *errorptr,
/external/pcre/dist/
Dpcre_study.c1452 pcre_study(const pcre *external_re, int options, const char **errorptr) in pcre_study() argument
1455 pcre16_study(const pcre16 *external_re, int options, const char **errorptr) in pcre_study()
1458 pcre32_study(const pcre32 *external_re, int options, const char **errorptr) in pcre_study()
1473 *errorptr = NULL; in pcre_study()
1477 *errorptr = "argument is not a compiled regular expression"; in pcre_study()
1484 *errorptr = "argument not compiled in 8 bit mode"; in pcre_study()
1486 *errorptr = "argument not compiled in 16 bit mode"; in pcre_study()
1488 *errorptr = "argument not compiled in 32 bit mode"; in pcre_study()
1495 *errorptr = "unknown or incorrect option bit(s) set"; in pcre_study()
1542 *errorptr = "internal error: opcode not recognized"; in pcre_study()
[all …]
Dpcreposix.c270 const char *errorptr; in regcomp() local
284 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr, in regcomp()
Dpcregexp.pas338 var errorptr : PChar; var erroroffset : integer;
343 var errorptr : PChar; var erroroffset : integer;
415 var errorptr : PChar ) : pointer {pcre_extra}; external;
Dpcre_jit_test.c833 const char *errorptr; in tables() local
859 regex = pcre_compile(null_str, 0, &errorptr, &erroroffset, NULL); in tables()
865 regex = pcre16_compile(null_str, 0, &errorptr, &erroroffset, NULL); in tables()
871 regex = pcre32_compile(null_str, 0, &errorptr, &erroroffset, NULL); in tables()
Dpcre_compile.c8960 pcre_compile(const char *pattern, int options, const char **errorptr, in pcre_compile() argument
8964 pcre16_compile(PCRE_SPTR16 pattern, int options, const char **errorptr, in pcre_compile()
8968 pcre32_compile(PCRE_SPTR32 pattern, int options, const char **errorptr, in pcre_compile()
8973 return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables); in pcre_compile()
8975 return pcre16_compile2(pattern, options, NULL, errorptr, erroroffset, tables); in pcre_compile()
8977 return pcre32_compile2(pattern, options, NULL, errorptr, erroroffset, tables); in pcre_compile()
8985 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2() argument
8989 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
8993 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
9036 if (errorptr == NULL) in pcre_compile2()
[all …]
/external/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()
1026 errorptr[0] = (FSERROR) (bpreverr0 + cur0 * 3); in pass2_fs_dither()
1031 errorptr[1] = (FSERROR) (bpreverr1 + cur1 * 3); in pass2_fs_dither()
1036 errorptr[2] = (FSERROR) (bpreverr2 + cur2 * 3); in pass2_fs_dither()
1047 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()
/external/opencv3/3rdparty/libjpeg/
Djquant2.c959 register FSERRPTR errorptr; /* => fserrors[] at column before current */ in pass2_fs_dither() local
984 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */ in pass2_fs_dither()
990 errorptr = cquantize->fserrors; /* => entry before first real column */ in pass2_fs_dither()
1008 cur0 = RIGHT_SHIFT(cur0 + errorptr[dir3+0] + 8, 4); in pass2_fs_dither()
1009 cur1 = RIGHT_SHIFT(cur1 + errorptr[dir3+1] + 8, 4); in pass2_fs_dither()
1010 cur2 = RIGHT_SHIFT(cur2 + errorptr[dir3+2] + 8, 4); in pass2_fs_dither()
1050 errorptr[0] = (FSERROR) (bpreverr0 + cur0); in pass2_fs_dither()
1058 errorptr[1] = (FSERROR) (bpreverr1 + cur1); in pass2_fs_dither()
1066 errorptr[2] = (FSERROR) (bpreverr2 + cur2); in pass2_fs_dither()
1078 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
650 errorptr = cquantize->fserrors[ci] + (width+1); /* => entry after last column */ in quantize_fs_dither()
655 errorptr = cquantize->fserrors[ci]; /* => entry before first column */ in quantize_fs_dither()
673 cur = RIGHT_SHIFT(cur + errorptr[dir] + 8, 4); in quantize_fs_dither()
694 errorptr[0] = (FSERROR) (bpreverr + cur); in quantize_fs_dither()
705 errorptr += dir; /* advance errorptr to current column */ in quantize_fs_dither()
711 errorptr[0] = (FSERROR) bpreverr; /* unload prev err into array */ in quantize_fs_dither()