Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/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/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.c1410 pcre_study(const pcre *external_re, int options, const char **errorptr) in pcre_study() argument
1413 pcre16_study(const pcre16 *external_re, int options, const char **errorptr) in pcre_study()
1416 pcre32_study(const pcre32 *external_re, int options, const char **errorptr) in pcre_study()
1430 *errorptr = NULL; in pcre_study()
1434 *errorptr = "argument is not a compiled regular expression"; in pcre_study()
1441 *errorptr = "argument not compiled in 8 bit mode"; in pcre_study()
1443 *errorptr = "argument not compiled in 16 bit mode"; in pcre_study()
1445 *errorptr = "argument not compiled in 32 bit mode"; in pcre_study()
1452 *errorptr = "unknown or incorrect option bit(s) set"; in pcre_study()
1499 *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.c824 const char *errorptr; in tables() local
850 regex = pcre_compile(null_str, 0, &errorptr, &erroroffset, NULL); in tables()
856 regex = pcre16_compile(null_str, 0, &errorptr, &erroroffset, NULL); in tables()
862 regex = pcre32_compile(null_str, 0, &errorptr, &erroroffset, NULL); in tables()
Dpcre_compile.c8748 pcre_compile(const char *pattern, int options, const char **errorptr, in pcre_compile() argument
8752 pcre16_compile(PCRE_SPTR16 pattern, int options, const char **errorptr, in pcre_compile()
8756 pcre32_compile(PCRE_SPTR32 pattern, int options, const char **errorptr, in pcre_compile()
8761 return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables); in pcre_compile()
8763 return pcre16_compile2(pattern, options, NULL, errorptr, erroroffset, tables); in pcre_compile()
8765 return pcre32_compile2(pattern, options, NULL, errorptr, erroroffset, tables); in pcre_compile()
8773 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2() argument
8777 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
8781 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
8824 if (errorptr == NULL) in pcre_compile2()
[all …]
/external/qemu/distrib/jpeg-6b/
Djquant2.c958 register FSERRPTR errorptr; /* => fserrors[] at column before current */ in pass2_fs_dither() local
983 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */ in pass2_fs_dither()
989 errorptr = cquantize->fserrors; /* => entry before first real column */ in pass2_fs_dither()
1007 cur0 = RIGHT_SHIFT(cur0 + errorptr[dir3+0] + 8, 4); in pass2_fs_dither()
1008 cur1 = RIGHT_SHIFT(cur1 + errorptr[dir3+1] + 8, 4); in pass2_fs_dither()
1009 cur2 = RIGHT_SHIFT(cur2 + errorptr[dir3+2] + 8, 4); in pass2_fs_dither()
1049 errorptr[0] = (FSERROR) (bpreverr0 + cur0); in pass2_fs_dither()
1057 errorptr[1] = (FSERROR) (bpreverr1 + cur1); in pass2_fs_dither()
1065 errorptr[2] = (FSERROR) (bpreverr2 + cur2); in pass2_fs_dither()
1077 errorptr += dir3; /* advance errorptr to current column */ in pass2_fs_dither()
[all …]
Djquant1.c620 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/chromium_org/third_party/libjpeg_turbo/
Djquant2.c942 register FSERRPTR errorptr; /* => fserrors[] at column before current */ in pass2_fs_dither() local
967 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */ in pass2_fs_dither()
973 errorptr = cquantize->fserrors; /* => entry before first real column */ in pass2_fs_dither()
991 cur0 = RIGHT_SHIFT(cur0 + errorptr[dir3+0] + 8, 4); in pass2_fs_dither()
992 cur1 = RIGHT_SHIFT(cur1 + errorptr[dir3+1] + 8, 4); in pass2_fs_dither()
993 cur2 = RIGHT_SHIFT(cur2 + errorptr[dir3+2] + 8, 4); in pass2_fs_dither()
1033 errorptr[0] = (FSERROR) (bpreverr0 + cur0); in pass2_fs_dither()
1041 errorptr[1] = (FSERROR) (bpreverr1 + cur1); in pass2_fs_dither()
1049 errorptr[2] = (FSERROR) (bpreverr2 + cur2); in pass2_fs_dither()
1061 errorptr += dir3; /* advance errorptr to current column */ in pass2_fs_dither()
[all …]
Djquant1.c625 register FSERRPTR errorptr; /* => fserrors[] at column before current */ in quantize_fs_dither() local
654 errorptr = cquantize->fserrors[ci] + (width+1); /* => entry after last column */ in quantize_fs_dither()
659 errorptr = cquantize->fserrors[ci]; /* => entry before first column */ in quantize_fs_dither()
677 cur = RIGHT_SHIFT(cur + errorptr[dir] + 8, 4); in quantize_fs_dither()
698 errorptr[0] = (FSERROR) (bpreverr + cur); in quantize_fs_dither()
709 errorptr += dir; /* advance errorptr to current column */ in quantize_fs_dither()
715 errorptr[0] = (FSERROR) bpreverr; /* unload prev err into array */ in quantize_fs_dither()
/external/jpeg/
Djquant2.c958 register FSERRPTR errorptr; /* => fserrors[] at column before current */ in pass2_fs_dither() local
983 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */ in pass2_fs_dither()
989 errorptr = cquantize->fserrors; /* => entry before first real column */ in pass2_fs_dither()
1007 cur0 = RIGHT_SHIFT(cur0 + errorptr[dir3+0] + 8, 4); in pass2_fs_dither()
1008 cur1 = RIGHT_SHIFT(cur1 + errorptr[dir3+1] + 8, 4); in pass2_fs_dither()
1009 cur2 = RIGHT_SHIFT(cur2 + errorptr[dir3+2] + 8, 4); in pass2_fs_dither()
1049 errorptr[0] = (FSERROR) (bpreverr0 + cur0); in pass2_fs_dither()
1057 errorptr[1] = (FSERROR) (bpreverr1 + cur1); in pass2_fs_dither()
1065 errorptr[2] = (FSERROR) (bpreverr2 + cur2); in pass2_fs_dither()
1077 errorptr += dir3; /* advance errorptr to current column */ in pass2_fs_dither()
[all …]
Djquant1.c620 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()