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

123

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DMMap.h23 char c = getc(fp);
27 c = getc(fp);
34 c = getc(fp);
37 c = getc(fp);
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
H A Dmywc.c11 while ((c = getc(f)) != EOF) {
16 c = getc(f);
/external/libpcap/
H A Detherent.c70 c = getc(f);
83 c = getc(f);
113 c = getc(fp);
117 c = getc(fp);
122 c = getc(fp);
149 c = getc(fp);
/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);
H A Dwrjpgcom.c78 #define NEXTBYTE() getc(infile)
546 while ((c = getc(src_file)) != EOF) {
/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);
H A Dwrjpgcom.c78 #define NEXTBYTE() getc(infile)
546 while ((c = getc(src_file)) != EOF) {
/external/bison/lib/
H A Dunlocked-io.h101 # undef getc macro
102 # define getc(x) getc_unlocked (x) macro
104 # define getc_unlocked(x) getc (x)
/external/quake/quake/src/QW/client/
H A Dgl_warp.c536 blue = getc(fin);
537 green = getc(fin);
538 red = getc(fin);
545 blue = getc(fin);
546 green = getc(fin);
547 red = getc(fin);
548 alphabyte = getc(fin);
563 packetHeader=getc(fin);
568 blue = getc(fin);
569 green = getc(fi
[all...]
/external/quake/quake/src/WinQuake/
H A Dgl_warp.cpp585 blue = getc(fin);
586 green = getc(fin);
587 red = getc(fin);
594 blue = getc(fin);
595 green = getc(fin);
596 red = getc(fin);
597 alphabyte = getc(fin);
612 packetHeader=getc(fin);
617 blue = getc(fin);
618 green = getc(fi
[all...]
H A Dcl_demo.cpp311 while ((c = getc(cls.demofile)) != '\n')
/external/stlport/stlport/stl/
H A D_cstdio.h59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
/external/dropbear/
H A Dnetbsd_getpass.c101 for (p = buf; (ch = getc(fp)) != EOF && ch != '\n';)
H A Dcli-kex.c136 response = getc(tty);
139 response = getc(stdin);
/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/elfutils/src/
H A Dldlex.l47 #undef getc
48 #define getc(s) getc_unlocked (s)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb339 case c = @buffer.getc
341 nc = @buffer.getc

Completed in 759 milliseconds

123