HomeSort by relevance Sort by last modified time
    Searched full:fread (Results 176 - 200 of 1472) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 57 using ::fread;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 57 using ::fread;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio 57 using ::fread;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdio 57 using ::fread;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdio 57 using ::fread;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 61 /* Routines to replace fread() and fgets() which accept any of \r, \n
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 61 /* Routines to replace fread() and fgets() which accept any of \r, \n
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 138 fread((char *)so, 1, sizeof(mcSoAuthTokenCont_t), fs);
210 fread((char *)so, 1, sizeof(mcSoRootCont_t), fs);
274 fread((char *)so, 1, sizeof(mcSoSpCont_t), fs);
338 fread((char *)so, 1, sizeof(mcSoTltCont_t), fs);
429 fread(p, 1, sizeof(mcSoHeader_t), fs);
431 fread(p, 1, MC_SO_SIZE(so->soHeader.plainLen, so->soHeader.encryptedLen) - sizeof(mcSoHeader_t), fs);
613 fread((char *)&magic, 1, sizeof(magic), fs);
623 fread((char *)&version, 1, sizeof(version), fs);
635 fread((char *)&serviceType, 1, sizeof(serviceType), fs);
657 fread((char *)regobj->value, 1, tlSize, fs)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.c 123 shortread |= (fread(ptr + buf_position, 1, needed, f) < needed);
250 if (fread(buf, 1, w, file) != (size_t)w)
  /external/chromium_org/third_party/webrtc/common_audio/
wav_writer_unittest.cc 62 ASSERT_EQ(1u, fread(contents, kContentSize, 1, f));
106 ASSERT_EQ(1u, fread(contents, kContentSize, 1, f));
  /external/chromium_org/tools/telemetry/telemetry/core/
bitmaptools.cc 21 return fread(out, sizeof(*out), 1, stdin) == 1;
112 if (fread(pixels, sizeof(pixels[0]), size, stdin) <
  /external/deqp/framework/delibs/deimage/
deTarga.c 51 bytesRead = (int)fread(&tgaHeader, 1, 18, file);
87 fread(buffer, 1, bufSize, file);
  /external/libcxx/include/
cstdio 82 size_t fread(void* restrict ptr, size_t size, size_t nmemb,
168 using ::fread;
  /external/libvpx/libvpx/
tools_common.c 122 shortread |= (fread(ptr + buf_position, 1, needed, f) < needed);
248 if (fread(buf, 1, w, file) != w)
  /external/llvm/test/CodeGen/Thumb/
2009-08-20-ISelBug.ll 43 %12 = call i32 @fread(i8* noalias %val8, i32 8, i32 1, %struct.FILE* noalias %11) nounwind ; <i32> [#uses=1]
64 declare i32 @fread(i8* noalias nocapture, i32, i32, %struct.FILE* noalias nocapture) nounwind
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Isac_test.cc 173 while (fread(sigIn,sizeof(WebRtc_Word16),frameLen,pInFile) == frameLen) {
189 if (fread(&chc,sizeof(WebRtc_Word16),1,pChcFile)!=1) /* packet may be lost */
  /external/zlib/src/examples/
zpipe.c 54 strm.avail_in = fread(in, 1, CHUNK, source);
112 strm.avail_in = fread(in, 1, CHUNK, source);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.c 122 shortread |= (fread(ptr + buf_position, 1, needed, f) < needed);
248 if (fread(buf, 1, w, file) != w)
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/
inv_mpu_iio-shared 
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/
inv_playback-shared 
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/
inv_self_test-shared 
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamInALSA.cpp 826 fread(mRealCoeffs[0], sizeof(int16), FILT_SIZE, flt1r);
829 fread(mRealCoeffs[1], sizeof(int16), FILT_SIZE, flt2r);
832 fread(mRealCoeffs[2], sizeof(int16), FILT_SIZE, flt3r);
835 fread(mRealCoeffs[3], sizeof(int16), FILT_SIZE, flt4r);
840 fread(mImagCoeffs[0], sizeof(int16), FILT_SIZE, flt1i);
843 fread(mImagCoeffs[1], sizeof(int16), FILT_SIZE, flt2i);
846 fread(mImagCoeffs[2], sizeof(int16), FILT_SIZE, flt3i);
849 fread(mImagCoeffs[3], sizeof(int16), FILT_SIZE, flt4i);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cstdio 62 #undef fread
109 using ::fread;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdio 64 #undef fread
110 using ::fread;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdio 64 #undef fread
111 using ::fread;

Completed in 3525 milliseconds

1 2 3 4 5 6 78 91011>>