HomeSort by relevance Sort by last modified time
    Searched refs:getc (Results 1 - 25 of 238) sorted by null

1 2 3 4 5 6 7 8 910

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetc.c 39 return (getc(fp));
getchar.c 57 return (getc(stdin));
getc.c 1 /* $OpenBSD: getc.c,v 1.9 2009/11/09 00:18:27 kurt Exp $ */
49 * A subroutine version of the macro getc.
51 #undef getc macro
54 getc(FILE *fp) function
  /external/chromium_org/third_party/angle/src/compiler/translator/
MMap.h 23 char c = getc(fp);
27 c = getc(fp);
34 c = getc(fp);
37 c = getc(fp);
  /external/libpcap/
etherent.c 82 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/
rdcolmap.c 88 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(infile)
    [all...]
  /external/jpeg/
rdcolmap.c 88 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(infile)
    [all...]
  /external/qemu/distrib/jpeg-6b/
rdcolmap.c 88 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(infile)
    [all...]
  /frameworks/base/libs/androidfw/
ZipUtils.cpp 269 ic = getc(fp);
270 if (ic != 0x1f || getc(fp) != 0x8b)
272 method = getc(fp);
273 flags = getc(fp);
283 (void) getc(fp);
288 len = getc(fp);
289 len |= getc(fp) << 8;
290 while (len-- && getc(fp) != EOF)
296 ic = getc(fp);
302 ic = getc(fp)
    [all...]
  /external/bison/lib/
unlocked-io.h 100 # undef getc macro
101 # define getc(x) getc_unlocked (x) macro
103 # define getc_unlocked(x) getc (x)
getdelim.c 39 # define getc_maybe_unlocked(fp) getc(fp)
45 # define getc_maybe_unlocked(fp) getc(fp)
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 100 # undef getc macro
101 # define getc(x) getc_unlocked (x) macro
103 # define getc_unlocked(x) getc (x)
getdelim.c 39 # define getc_maybe_unlocked(fp) getc(fp)
45 # define getc_maybe_unlocked(fp) getc(fp)
  /external/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 64 using ::getc;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /ndk/sources/cxx-stl/system/include/
cstdio 64 using ::getc;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 62 using ::getc;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 62 using ::getc;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 64 using ::getc;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 64 using ::getc;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 64 using ::getc;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 59 # undef getc macro
90 using _STLP_VENDOR_CSTD::getc;

Completed in 349 milliseconds

1 2 3 4 5 6 7 8 910