Searched refs:errorptr (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Djquant2.c958 register FSERRPTR errorptr; /* => fserrors[] at column before current */ local
963 int dir3; /* 3*dir, for advancing inptr & errorptr */
983 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */
989 errorptr = cquantize->fserrors; /* => entry before first real column */
1005 * Note: errorptr points to *previous* column's array entry.
1007 cur0 = RIGHT_SHIFT(cur0 + errorptr[dir3+0] + 8, 4);
1008 cur1 = RIGHT_SHIFT(cur1 + errorptr[dir3+1] + 8, 4);
1009 cur2 = RIGHT_SHIFT(cur2 + errorptr[dir3+2] + 8, 4);
1049 errorptr[0] = (FSERROR) (bpreverr0 + cur0);
1057 errorptr[
[all...]
H A Djquant1.c620 register FSERRPTR errorptr; /* => fserrors[] at column before current */ local
649 errorptr = cquantize->fserrors[ci] + (width+1); /* => entry after last column */
654 errorptr = cquantize->fserrors[ci]; /* => entry before first column */
670 * Note: errorptr points to *previous* column's array entry.
672 cur = RIGHT_SHIFT(cur + errorptr[dir] + 8, 4);
693 errorptr[0] = (FSERROR) (bpreverr + cur);
704 errorptr += dir; /* advance errorptr to current column */
710 errorptr[0] = (FSERROR) bpreverr; /* unload prev err into array */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Djquant2.c958 register FSERRPTR errorptr; /* => fserrors[] at column before current */ local
963 int dir3; /* 3*dir, for advancing inptr & errorptr */
983 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */
989 errorptr = cquantize->fserrors; /* => entry before first real column */
1005 * Note: errorptr points to *previous* column's array entry.
1007 cur0 = RIGHT_SHIFT(cur0 + errorptr[dir3+0] + 8, 4);
1008 cur1 = RIGHT_SHIFT(cur1 + errorptr[dir3+1] + 8, 4);
1009 cur2 = RIGHT_SHIFT(cur2 + errorptr[dir3+2] + 8, 4);
1049 errorptr[0] = (FSERROR) (bpreverr0 + cur0);
1057 errorptr[
[all...]
H A Djquant1.c620 register FSERRPTR errorptr; /* => fserrors[] at column before current */ local
649 errorptr = cquantize->fserrors[ci] + (width+1); /* => entry after last column */
654 errorptr = cquantize->fserrors[ci]; /* => entry before first column */
670 * Note: errorptr points to *previous* column's array entry.
672 cur = RIGHT_SHIFT(cur + errorptr[dir] + 8, 4);
693 errorptr[0] = (FSERROR) (bpreverr + cur);
704 errorptr += dir; /* advance errorptr to current column */
710 errorptr[0] = (FSERROR) bpreverr; /* unload prev err into array */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Djquant2.c958 register FSERRPTR errorptr; /* => fserrors[] at column before current */ local
963 int dir3; /* 3*dir, for advancing inptr & errorptr */
983 errorptr = cquantize->fserrors + (width+1)*3; /* => entry after last column */
989 errorptr = cquantize->fserrors; /* => entry before first real column */
1005 * Note: errorptr points to *previous* column's array entry.
1007 cur0 = RIGHT_SHIFT(cur0 + errorptr[dir3+0] + 8, 4);
1008 cur1 = RIGHT_SHIFT(cur1 + errorptr[dir3+1] + 8, 4);
1009 cur2 = RIGHT_SHIFT(cur2 + errorptr[dir3+2] + 8, 4);
1049 errorptr[0] = (FSERROR) (bpreverr0 + cur0);
1057 errorptr[
[all...]
H A Djquant1.c620 register FSERRPTR errorptr; /* => fserrors[] at column before current */ local
649 errorptr = cquantize->fserrors[ci] + (width+1); /* => entry after last column */
654 errorptr = cquantize->fserrors[ci]; /* => entry before first column */
670 * Note: errorptr points to *previous* column's array entry.
672 cur = RIGHT_SHIFT(cur + errorptr[dir] + 8, 4);
693 errorptr[0] = (FSERROR) (bpreverr + cur);
704 errorptr += dir; /* advance errorptr to current column */
710 errorptr[0] = (FSERROR) bpreverr; /* unload prev err into array */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_study.c1307 errorptr points to where to place error messages;
1317 pcre_study(const pcre *external_re, int options, const char **errorptr) argument
1320 pcre16_study(const pcre16 *external_re, int options, const char **errorptr)
1333 *errorptr = NULL;
1337 *errorptr = "argument is not a compiled regular expression";
1344 *errorptr = "argument is compiled in 16 bit mode";
1346 *errorptr = "argument is compiled in 8 bit mode";
1353 *errorptr = "unknown or incorrect option bit(s) set";
1396 *errorptr = "internal error: opcode not recognized";
1405 case -2: *errorptr
[all...]
H A Dpcreposix.c258 const char *errorptr; local
271 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr,
H A Dpcre_jit_test.c709 const char *errorptr; local
732 regex = pcre_compile(null_str, 0, &errorptr, &erroroffset, NULL);
738 regex = pcre16_compile(null_str, 0, &errorptr, &erroroffset, NULL);
H A Dpcregexp.pas338 var errorptr : PChar; var erroroffset : integer;
343 var errorptr : PChar; var erroroffset : integer;
415 var errorptr : PChar ) : pointer {pcre_extra}; external;
H A Dpcre_compile.c7597 errorptr pointer to pointer to error text
7602 with errorptr and erroroffset set
7607 pcre_compile(const char *pattern, int options, const char **errorptr, argument
7611 pcre16_compile(PCRE_SPTR16 pattern, int options, const char **errorptr,
7616 return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
7618 return pcre16_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
7626 const char **errorptr, int *erroroffset, const unsigned char *tables)
7630 const char **errorptr, int *erroroffset, const unsigned char *tables)
7660 /* We can't pass back an error message if errorptr is NULL; I guess the best we
7664 if (errorptr
7625 pcre_compile2(const char *pattern, int options, int *errorcodeptr, const char **errorptr, int *erroroffset, const unsigned char *tables) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_study.c1307 errorptr points to where to place error messages;
1317 pcre_study(const pcre *external_re, int options, const char **errorptr) argument
1320 pcre16_study(const pcre16 *external_re, int options, const char **errorptr)
1333 *errorptr = NULL;
1337 *errorptr = "argument is not a compiled regular expression";
1344 *errorptr = "argument is compiled in 16 bit mode";
1346 *errorptr = "argument is compiled in 8 bit mode";
1353 *errorptr = "unknown or incorrect option bit(s) set";
1396 *errorptr = "internal error: opcode not recognized";
1405 case -2: *errorptr
[all...]
H A Dpcreposix.c258 const char *errorptr; local
271 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr,
H A Dpcre_jit_test.c709 const char *errorptr; local
732 regex = pcre_compile(null_str, 0, &errorptr, &erroroffset, NULL);
738 regex = pcre16_compile(null_str, 0, &errorptr, &erroroffset, NULL);
H A Dpcregexp.pas338 var errorptr : PChar; var erroroffset : integer;
343 var errorptr : PChar; var erroroffset : integer;
415 var errorptr : PChar ) : pointer {pcre_extra}; external;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_study.c1307 errorptr points to where to place error messages;
1317 pcre_study(const pcre *external_re, int options, const char **errorptr) argument
1320 pcre16_study(const pcre16 *external_re, int options, const char **errorptr)
1333 *errorptr = NULL;
1337 *errorptr = "argument is not a compiled regular expression";
1344 *errorptr = "argument is compiled in 16 bit mode";
1346 *errorptr = "argument is compiled in 8 bit mode";
1353 *errorptr = "unknown or incorrect option bit(s) set";
1396 *errorptr = "internal error: opcode not recognized";
1405 case -2: *errorptr
[all...]
H A Dpcreposix.c258 const char *errorptr; local
271 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr,
H A Dpcre_jit_test.c709 const char *errorptr; local
732 regex = pcre_compile(null_str, 0, &errorptr, &erroroffset, NULL);
738 regex = pcre16_compile(null_str, 0, &errorptr, &erroroffset, NULL);
H A Dpcregexp.pas338 var errorptr : PChar; var erroroffset : integer;
343 var errorptr : PChar; var erroroffset : integer;
415 var errorptr : PChar ) : pointer {pcre_extra}; external;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dihex.c194 ihex_get_byte (bfd *abfd, bfd_boolean *errorptr) argument
201 *errorptr = TRUE;
H A Dsrec.c220 srec_get_byte (bfd *abfd, bfd_boolean *errorptr) argument
227 *errorptr = TRUE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dihex.c194 ihex_get_byte (bfd *abfd, bfd_boolean *errorptr) argument
201 *errorptr = TRUE;
H A Dsrec.c220 srec_get_byte (bfd *abfd, bfd_boolean *errorptr) argument
227 *errorptr = TRUE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dihex.c194 ihex_get_byte (bfd *abfd, bfd_boolean *errorptr) argument
201 *errorptr = TRUE;
H A Dsrec.c220 srec_get_byte (bfd *abfd, bfd_boolean *errorptr) argument
227 *errorptr = TRUE;

Completed in 398 milliseconds

12