HomeSort by relevance Sort by last modified time
    Searched refs:termchar (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
rdswitch.c 41 read_text_integer (FILE * file, long * result, int * termchar)
43 /* Reads one trailing character after the integer; returns it in termchar */
52 *termchar = ch;
58 *termchar = ch;
70 *termchar = ch;
92 int tblno, i, termchar; local
102 while (read_text_integer(fp, &val, &termchar)) { /* read 1st element of table */
110 if (! read_text_integer(fp, &val, &termchar)) {
127 if (termchar != EOF) {
141 read_scan_integer (FILE * file, long * result, int * termchar)
188 int scanno, ncomps, termchar; local
    [all...]
  /external/jpeg/
rdswitch.c 38 read_text_integer (FILE * file, long * result, int * termchar)
40 /* Reads one trailing character after the integer; returns it in termchar */
49 *termchar = ch;
55 *termchar = ch;
67 *termchar = ch;
86 int tblno, i, termchar; local
96 while (read_text_integer(fp, &val, &termchar)) { /* read 1st element of table */
104 if (! read_text_integer(fp, &val, &termchar)) {
115 if (termchar != EOF) {
129 read_scan_integer (FILE * file, long * result, int * termchar)
176 int scanno, ncomps, termchar; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
rdswitch.c 38 read_text_integer (FILE * file, long * result, int * termchar)
40 /* Reads one trailing character after the integer; returns it in termchar */
49 *termchar = ch;
55 *termchar = ch;
67 *termchar = ch;
86 int tblno, i, termchar; local
96 while (read_text_integer(fp, &val, &termchar)) { /* read 1st element of table */
104 if (! read_text_integer(fp, &val, &termchar)) {
115 if (termchar != EOF) {
129 read_scan_integer (FILE * file, long * result, int * termchar)
176 int scanno, ncomps, termchar; local
    [all...]

Completed in 86 milliseconds