Searched refs:fwrite (Results 276 - 300 of 511) sorted by relevance

<<11121314151617181920>>

/external/libopus/src/
H A Dopus_demo.c754 if (fwrite(int_field, 1, 4, fout) != 4) {
759 if (fwrite(int_field, 1, 4, fout) != 4) {
763 if (fwrite(data[toggle], 1, len[toggle], fout) != (unsigned)len[toggle]) {
806 if (fwrite(fbytes, sizeof(short)*channels, output_samples-skip, fout) != (unsigned)(output_samples-skip)){
/external/libvpx/libvpx/examples/
H A Ddecode_with_partial_drops.c314 (void) fwrite(buf, 1, (plane ? (img->d_w + 1) >> 1 : img->d_w),
/external/libvpx/libvpx/
H A Dtools_common.c231 fwrite(buf, 1, w, file);
/external/lzma/C/
H A D7zFile.c159 *size = fwrite(data, 1, originalSize, p->file);
/external/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_batchbuffer.c193 fwrite(batch->base.map, used, 1, file);
/external/nanopb-c/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c179 fwrite(buffer, 1, stream.bytes_written, stdout);
/external/oprofile/libutil/
H A Dop_fileio.c66 written = fwrite(buf, size, 1, fp);
/external/qemu-pc-bios/vgabios/
H A Dbiossums.c163 if (fwrite(bios_data, 1, bios_len, stream) < bios_len) {
/external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
H A DCallstacker.cpp632 fwrite(output, 1, now - output, file);
/external/stlport/src/details/
H A Dfstream_stdio.cpp326 ptrdiff_t written = fwrite(buf, 1, n, _M_file);
/external/valgrind/main/auxprogs/
H A Dvalgrind-listener.c136 = fwrite(&buf[i], 1, 1, stdout);
/external/valgrind/main/perf/
H A Dffbench.c365 fwrite(patarr, SCRN, 1, fp);
/external/zlib/src/contrib/blast/
H A Dblast.c426 return fwrite(buf, 1, len, (FILE *)how) != len;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp1283 fwrite(s.source, len, 1, stdout);
1285 fwrite(s.source, s.history - s.source, 1, stdout);
1287 fwrite(s.history, s.working - s.history, 1, stdout);
1289 fwrite(s.working, (s.source + len - s.working), 1, stdout);
1378 fwrite(t,strlen(t),1,stdout); \
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dprocess_test.cc763 ASSERT_EQ(1u, fwrite(&stream_has_voice,
771 ASSERT_EQ(1u, fwrite(&ns_speech_prob,
998 ASSERT_EQ(1u, fwrite(&stream_has_voice,
1006 ASSERT_EQ(1u, fwrite(&ns_speech_prob,
1053 ASSERT_EQ(path_size, fwrite(echo_path.get(),
/external/bsdiff/
H A Dbsdiff.c266 if (fwrite(header, 32, 1, pf) != 1)
267 err(1, "fwrite(%s)", argv[3]);
391 if (fwrite(header, 32, 1, pf) != 1)
392 err(1, "fwrite(%s)", argv[3]);
/external/chromium_org/third_party/icu/source/samples/ucnv/
H A Dconvsamp.cpp944 assert(fwrite(uBuf, sizeof(uBuf[0]), (target-uBuf), out) ==
1049 assert(fwrite(buf, sizeof(buf[0]), (target-buf), out) ==
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc622 if (fwrite(streamdata, sizeof(char),
771 if (fwrite(decoded, sizeof(int16_t),
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Decho_control_mobile.c460 fwrite(&msInAECBuf, 2, 1, aecm->bufFile);
461 fwrite(&(aecm->knownDelay), sizeof(aecm->knownDelay), 1, aecm->delayFile);
/external/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp944 assert(fwrite(uBuf, sizeof(uBuf[0]), (target-uBuf), out) ==
1049 assert(fwrite(buf, sizeof(buf[0]), (target-buf), out) ==
/external/libvorbis/lib/
H A Dpsytune.c297 fwrite(buffer,1,44,stdout);
508 fwrite(buffer,1,framesize*2,stdout);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.c631 if (fwrite(streamdata, sizeof(char),
783 if (fwrite(decoded, sizeof(WebRtc_Word16),
/external/webrtc/src/modules/audio_processing/aecm/
H A Decho_control_mobile.c527 fwrite(&msInAECBuf, 2, 1, aecm->bufFile);
528 fwrite(&(aecm->knownDelay), sizeof(aecm->knownDelay), 1, aecm->delayFile);
/external/wpa_supplicant_8/hs20/client/
H A Dest.c519 fwrite(pos, end - pos, 1, f);
678 fwrite(resp, resp_len, 1, f);
/external/aac/libSYS/src/
H A DgenericStds.cpp392 UINT FDKfwrite(void *ptrf, INT size, UINT nmemb, FDKFILE *fp) { return fwrite(ptrf, size, nmemb, (FILE*)fp); }

Completed in 2576 milliseconds

<<11121314151617181920>>