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

1 2 3 4 5 6

  /bionic/libc/stdio/
fgetc.c 1 /* $OpenBSD: fgetc.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
37 fgetc(FILE *fp) function
  /external/dropbear/libtommath/
bn_mp_fread.c 27 ch = fgetc(stream);
30 ch = fgetc(stream);
54 ch = fgetc(stream);
  /external/dropbear/libtommath/mtest/
mtest.c 49 size = 1 + ((fgetc(rng)<<8) + fgetc(rng)) % 101;
50 buf[0] = (fgetc(rng)&1)?1:0;
52 while (buf[1] == 0) buf[1] = fgetc(rng);
61 size = 10 + ((fgetc(rng)<<8) + fgetc(rng)) % 101;
62 buf[0] = (fgetc(rng)&1)?1:0;
64 while (buf[1] == 0) buf[1] = fgetc(rng);
118 n = fgetc(rng) % 15;
183 n = fgetc(rng) & 63
    [all...]
  /bionic/libstdc++/include/
cstdio 50 using ::fgetc;
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 50 using ::fgetc;
  /ndk/sources/cxx-stl/system/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 48 using ::fgetc;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 48 using ::fgetc;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 50 using ::fgetc;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 50 using ::fgetc;
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 514 BOMC1 = fgetc(fFile);
515 BOMC2 = fgetc(fFile);
521 else if (BOMC1 == 0xEF && BOMC2 == 0xBB && (BOMC3 = fgetc(fFile)) == 0xBF ) {
545 cL = fgetc(fFile);
546 cH = fgetc(fFile);
557 cH = fgetc(fFile);
558 cL = fgetc(fFile);
574 int ch = fgetc(fFile); // Note: c and ch are separate cause eof test doesn't work on UChar type.
603 bytes[i] = fgetc(fFile);
  /external/quake/quake/src/QW/client/
gl_warp.c 420 dataByte = fgetc(f);
425 dataByte = fgetc(f);
467 b1 = fgetc(f);
468 b2 = fgetc(f);
477 b1 = fgetc(f);
478 b2 = fgetc(f);
479 b3 = fgetc(f);
480 b4 = fgetc(f);
497 targa_header.id_length = fgetc(fin);
498 targa_header.colormap_type = fgetc(fin)
    [all...]
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 469 dataByte = fgetc(f);
474 dataByte = fgetc(f);
516 b1 = fgetc(f);
517 b2 = fgetc(f);
526 b1 = fgetc(f);
527 b2 = fgetc(f);
528 b3 = fgetc(f);
529 b4 = fgetc(f);
546 targa_header.id_length = fgetc(fin);
547 targa_header.colormap_type = fgetc(fin)
    [all...]
  /external/icu4c/tools/toolutil/
filestrm.c 131 int c = fgetc((FILE*)fileStream);
146 int32_t c = fgetc((FILE*)fileStream);
  /external/stlport/src/
stdio_streambuf.cpp 159 int c = fgetc(_M_file);
173 int c = fgetc(_M_file);
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 159 int c = fgetc(_M_file);
173 int c = fgetc(_M_file);
  /hardware/invensense/mlsdk/platform/linux/
mlsl_linux_mpu.c 219 *len += (unsigned char)fgetc(calFile) << 24;
220 *len += (unsigned char)fgetc(calFile) << 16;
221 *len += (unsigned char)fgetc(calFile) << 8;
222 *len += (unsigned char)fgetc(calFile);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 110 using std::fgetc;
  /external/libpng/contrib/pngminus/
pnm2png.c 453 token[i] = (unsigned char) fgetc (pnm_file);
461 token[i] = (unsigned char) fgetc (pnm_file);
490 old_value = fgetc (pnm_file);
  /external/stlport/stlport/stl/
_cstdio.h 71 using _STLP_VENDOR_CSTD::fgetc;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 71 using _STLP_VENDOR_CSTD::fgetc;

Completed in 255 milliseconds

1 2 3 4 5 6