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

1 2 3 4 5 6 7 8

  /external/webrtc/webrtc/test/
run_loop.cc 19 while (getc(stdin) != '\n' && !feof(stdin));
  /external/swiftshader/src/OpenGL/compiler/
MMap.h 31 char c = getc(fp);
35 c = getc(fp);
42 c = getc(fp);
45 c = getc(fp);
  /external/libpcap/
etherent.c 77 c = getc(f);
90 c = getc(f);
120 c = getc(fp);
124 c = getc(fp);
129 c = getc(fp);
156 c = getc(fp);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
getc.c 2 Implementation of getc as declared in <stdio.h>.
43 NetBSD: getc.c,v 1.11 2003/08/07 16:43:26 agc Exp
44 getc.c 8.1 (Berkeley) 6/4/93
55 * A subroutine version of the macro getc.
57 #undef getc macro
61 getc(FILE *fp) function
  /external/brotli/research/
read_dist.h 29 int c = getc(fin);
33 if ((c = getc(fin)) != 1) {
  /external/libjpeg-turbo/
rdcolmap.c 89 if ((header[i] = getc(infile)) == EOF)
105 R = getc(infile);
106 G = getc(infile);
107 B = getc(infile);
128 ch = getc(infile);
131 ch = getc(infile);
179 c = getc(infile); /* save format discriminator for a sec */
208 R = getc(infile);
209 G = getc(infile);
210 B = getc(infile)
    [all...]
  /external/libcxx/include/
stdio.h 80 int getc(FILE* stream);
112 #undef getc macro
  /external/syslinux/com32/lib/
fgets.c 4 * This will be very slow due to the implementation of getc(),
17 ch = getc(f);
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /external/libgsm/src/
toast_audio.c 49 if ( (i = getc(f)) == EOF
50 || ((u = (unsigned char)i), (i = getc(f)) == EOF)
51 || ((u = (u<<8)|(unsigned char)i), (i = getc(f)) == EOF)
52 || ((u = (u<<8)|(unsigned char)i), (i = getc(f)) == EOF)) return -1;
88 if (getc(in) == EOF) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
BufFileInput.cpp 63 int c = getc( input );
83 int c = getc( input );
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
BufFileInput.cpp 63 int c = getc( input );
83 int c = getc( input );
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
stdio.h 80 int getc(FILE* stream);
119 #undef getc macro

Completed in 491 milliseconds

1 2 3 4 5 6 7 8