Searched refs:fwrite (Results 151 - 175 of 253) sorted by relevance

1234567891011

/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c688 fwrite(farend_ptr, sizeof(int16_t), PART_LEN, aec->farFile);
689 fwrite(nearend_ptr, sizeof(int16_t), PART_LEN, aec->nearFile);
846 fwrite(eInt16, sizeof(int16_t), PART_LEN, aec->outLinearFile);
847 fwrite(output, sizeof(int16_t), PART_LEN, aec->outFile);
/external/zlib/src/contrib/minizip/
H A Dminiunz.c442 if (fwrite(buf,err,1,fout)!=1)
/external/zlib/src/contrib/untgz/
H A Duntgz.c533 if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes)
/external/jhead/
H A Djhead.c153 fwrite(Comment, CommentSize, 1, file);
1042 fwrite((char *)CommentSec->Data+2, CommentSec->Size-2 ,1, CommentFile);
/external/libvpx/vp8/decoder/
H A Ddecodframe.c935 fwrite((void *) &size, 4, 1, f);
936 fwrite((void *) pbi->Source, size, 1, f);
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp400 /// EmitFWrite - Emit a call to the fwrite function. This assumes that Ptr is
405 if (!TLI->has(LibFunc::fwrite))
414 StringRef FWriteName = TLI->getName(LibFunc::fwrite);
/external/openssl/crypto/threads/
H A Dmttest.c577 fwrite(cbuf,1,i,stdout);
618 fwrite(sbuf,1,i,stdout);
/external/icu4c/tools/tzcode/
H A Dzic.c1569 (void) fwrite((void *) buf, (size_t) sizeof buf, (size_t) 1, fp);
1580 (void) fwrite((void *) buf, (size_t) sizeof buf, (size_t) 1, fp);
1780 #define DO(field) (void) fwrite((void *) tzh.field, \
1814 (void) fwrite((void *) &uc,
1831 (void) fwrite((void *) thischars,
/external/speex/libspeex/
H A Dmdf.c395 fwrite(rec, sizeof(spx_int16_t), len, rFile);
396 fwrite(play, sizeof(spx_int16_t), len, pFile);
397 fwrite(out, sizeof(spx_int16_t), len, oFile);
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp1114 fwrite(text, 1, strlen(text), reinterpret_cast<FILE*>(file));
1115 fwrite("\n", 1, 1, reinterpret_cast<FILE*>(file));
1204 fwrite("\n", 1, 1, file);
/external/bison/lib/
H A Dbitset_stats.c285 if (fwrite (&bitset_stats_info_data, sizeof (bitset_stats_info_data),
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc71 const size_t ret = fwrite(ptr, sizeof(T), nmemb, fp);
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_master.cc91 size_t num_written = fwrite(data, 1, data_len, file);
/external/icu4c/io/
H A Dustdio.c374 fwrite(charBuffer,
/external/icu4c/samples/cal/
H A Dcal.c390 fwrite(c, sizeof(char), count, f);
/external/icu4c/tools/icuswap/
H A Dicuswap.cpp261 if(length!=(int32_t)fwrite(data, 1, length, out)) {
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp751 fwrite( m_start, 1, size, m_file );
H A Dgrfmt_tiff.cpp815 fwrite( buffer, 1, 4, f );
/external/qemu/distrib/sdl-1.2.15/src/file/
H A DSDL_rwops.c346 nwrote = fwrite(ptr, size, num, context->hidden.stdio.fp);
/external/quake/quake/src/QW/client/
H A Dgl_vidlinux_x11.c507 fwrite(d_15to8table, 1<<15, 1, f);
H A Dgl_vidlinuxglx.c455 fwrite(d_15to8table, 1<<15, 1, f);
/external/srec/audio/AudioIn/UNIX/src/
H A Daudioin.c663 fwrite ( CodecBuffer, 2, iReadSamples, audio_data );
/external/srec/portable/src/
H A Dpstream.c892 fwrite(data, 1, size, fp);
/external/v8/src/
H A Dplatform-cygwin.cc236 int result = fwrite(initial, size, 1, file);
H A Dplatform-freebsd.cc246 int result = fwrite(initial, size, 1, file);

Completed in 1385 milliseconds

1234567891011