Searched refs:getc (Results 1 - 25 of 89) sorted by relevance

1234

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DMMap.h23 char c = getc(fp);
27 c = getc(fp);
34 c = getc(fp);
37 c = getc(fp);
/external/libpcap/
H A Detherent.c82 c = getc(f);
95 c = getc(f);
125 c = getc(fp);
129 c = getc(fp);
134 c = getc(fp);
161 c = getc(fp);
/external/chromium_org/third_party/libjpeg_turbo/
H A Drdcolmap.c88 if ((header[i] = getc(infile)) == EOF)
104 R = getc(infile);
105 G = getc(infile);
106 B = getc(infile);
127 ch = getc(infile);
130 ch = getc(infile);
178 c = getc(infile); /* save format discriminator for a sec */
207 R = getc(infile);
208 G = getc(infile);
209 B = getc(infil
[all...]
H A Drdppm.c60 * On most systems, reading individual bytes with getc() is drastically less
65 * model, or else replace fread() with a getc() loop --- which will be much
91 ch = getc(infile);
94 ch = getc(infile);
304 if (getc(source->pub.input_file) != 'P')
307 c = getc(source->pub.input_file); /* subformat discriminator character */
H A Drdswitch.c30 ch = getc(file);
33 ch = getc(file);
H A Drdtarga.c94 if ((c = getc(infile)) == EOF)
130 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
/external/jpeg/
H A Drdcolmap.c88 if ((header[i] = getc(infile)) == EOF)
104 R = getc(infile);
105 G = getc(infile);
106 B = getc(infile);
127 ch = getc(infile);
130 ch = getc(infile);
178 c = getc(infile); /* save format discriminator for a sec */
207 R = getc(infile);
208 G = getc(infile);
209 B = getc(infil
[all...]
H A Drdppm.c59 * On most systems, reading individual bytes with getc() is drastically less
64 * model, or else replace fread() with a getc() loop --- which will be much
90 ch = getc(infile);
93 ch = getc(infile);
303 if (getc(source->pub.input_file) != 'P')
306 c = getc(source->pub.input_file); /* subformat discriminator character */
H A Drdswitch.c27 ch = getc(file);
30 ch = getc(file);
H A Drdtarga.c94 if ((c = getc(infile)) == EOF)
130 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
/external/qemu/distrib/jpeg-6b/
H A Drdcolmap.c88 if ((header[i] = getc(infile)) == EOF)
104 R = getc(infile);
105 G = getc(infile);
106 B = getc(infile);
127 ch = getc(infile);
130 ch = getc(infile);
178 c = getc(infile); /* save format discriminator for a sec */
207 R = getc(infile);
208 G = getc(infile);
209 B = getc(infil
[all...]
H A Drdppm.c59 * On most systems, reading individual bytes with getc() is drastically less
64 * model, or else replace fread() with a getc() loop --- which will be much
90 ch = getc(infile);
93 ch = getc(infile);
303 if (getc(source->pub.input_file) != 'P')
306 c = getc(source->pub.input_file); /* subformat discriminator character */
H A Drdswitch.c27 ch = getc(file);
30 ch = getc(file);
H A Drdtarga.c94 if ((c = getc(infile)) == EOF)
130 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
/external/bison/lib/
H A Dunlocked-io.h100 # undef getc macro
101 # define getc(x) getc_unlocked (x) macro
103 # define getc_unlocked(x) getc (x)
H A Dgetdelim.c39 # define getc_maybe_unlocked(fp) getc(fp)
45 # define getc_maybe_unlocked(fp) getc(fp)
H A Dlocalcharset.c98 # undef getc macro
99 # define getc getc_unlocked macro
195 c = getc (fp);
204 c = getc (fp);
/external/stlport/stlport/stl/
H A D_cstdio.h59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
/external/e2fsprogs/intl/
H A Dlocalcharset.c90 # undef getc macro
91 # define getc getc_unlocked macro
153 c = getc (fp);
162 c = getc (fp);
H A Drelocatable.c335 while (c = getc (fp), c != EOF && c != '\n' && c != '/')
354 while (c = getc (fp), c != EOF && c != '\n')
/external/stlport/src/
H A Dstdio_streambuf.cpp161 int c = getc(_M_file);
175 int c = getc(_M_file);
/external/libpng/contrib/tools/
H A Dchecksum-icc.c28 int ch = getc(ip);
/external/elfutils/0.153/src/
H A Dldlex.l47 #undef getc
48 #define getc(s) getc_unlocked (s)
/external/chromium_org/v8/src/base/platform/
H A Dplatform-cygwin.cc135 c = getc(fp);
160 c = getc(fp);
/external/iputils/
H A Dtftpsubs.c150 c = getc(file);

Completed in 387 milliseconds

1234