Searched refs:fwrite (Results 126 - 150 of 511) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
H A Drdf-objfmt.c416 fwrite(info->buf, 10, 1, info->f);
450 fwrite(info->buf, 10, 1, info->f);
453 fwrite(rsd->raw_data, rsd->size, 1, info->f);
659 fwrite(info->buf, (unsigned long)(localbuf-info->buf), 1, info->f);
697 fwrite(info.buf, 2, 1, f);
698 fwrite(cur->str, len, 1, f);
708 fwrite(info.buf, 2, 1, f);
709 fwrite(cur->str, len, 1, f);
744 fwrite(info.buf, 6, 1, f);
762 fwrite(inf
[all...]
/external/sonivox/arm-fm-22k/host_src/
H A Deas_wave.c174 if (fwrite(&wFile->wh, sizeof(WAVE_HEADER), 1, wFile->file) != 1)
222 count = (EAS_I32) fwrite(buffer, 1, (size_t) n, wFile->file);
257 count = (EAS_I32) fwrite(&wFile->wh, sizeof(WAVE_HEADER), 1, wFile->file);
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_wave.c174 if (fwrite(&wFile->wh, sizeof(WAVE_HEADER), 1, wFile->file) != 1)
222 count = (EAS_I32) fwrite(buffer, 1, (size_t) n, wFile->file);
257 count = (EAS_I32) fwrite(&wFile->wh, sizeof(WAVE_HEADER), 1, wFile->file);
/external/sonivox/arm-wt-22k/host_src/
H A Deas_wave.c174 if (fwrite(&wFile->wh, sizeof(WAVE_HEADER), 1, wFile->file) != 1)
222 count = (EAS_I32) fwrite(buffer, 1, (size_t) n, wFile->file);
257 count = (EAS_I32) fwrite(&wFile->wh, sizeof(WAVE_HEADER), 1, wFile->file);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprefix_set.cc288 size_t written = fwrite(&header, sizeof(header), 1, file.get());
298 written = fwrite(&(index_[0]), sizeof(index_[0]), index_.size(),
310 written = fwrite(&(deltas_[0]), sizeof(deltas_[0]), deltas_.size(),
324 written = fwrite(&(full_hashes_[0]), elt_size, elts, file.get());
335 written = fwrite(&digest, sizeof(digest), 1, file.get());
/external/openssl/crypto/des/
H A Ddes.c548 j=fwrite(obuf,1,(unsigned int)l-i,
639 j=fwrite(obuf,1,(unsigned int)l-i,DES_OUT);
710 fwrite(b,1,(unsigned int)j,fp);
720 fwrite(b,1,(unsigned int)j,fp);
727 fwrite(b,1,(unsigned int)j,fp);
749 fwrite(b,1,(unsigned int)j,fp);
751 fwrite(end,1,strlen(end),fp);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c608 fwrite(info->buf, REGULAR_OUTBUF_SIZE, 1, info->f);
611 fwrite(info->buf, left, 1, info->f);
614 fwrite(bigbuf ? bigbuf : info->buf, (size_t) size, 1, info->f);
680 fwrite(info->buf, 8, 1, info->f);
787 fwrite(info->buf, MACHO_SECTCMD64_SIZE, 1, info->f);
789 fwrite(info->buf, MACHO_SECTCMD_SIZE, 1, info->f);
961 fwrite(info->buf, 8 + long_int_bytes, 1, info->f);
986 fwrite(name, len + 1, 1, info->f);
1205 fwrite(info.buf, (size_t) (localbuf - info.buf), 1, f);
1225 fwrite(inf
[all...]
/external/llvm/lib/LineEditor/
H A DLineEditor.cpp128 ::fwrite(Data->ContinuationOutput.c_str(),
234 ::fwrite("\n", 1, 1, Data->Out);
289 ::fwrite("\n", 1, 1, Data->Out);
/external/bison/darwin-lib/
H A Dstdio.h883 # undef fwrite
884 # define fwrite rpl_fwrite
886 _GL_FUNCDECL_RPL (fwrite, size_t,
889 _GL_CXXALIAS_RPL (fwrite, size_t,
892 _GL_CXXALIAS_SYS (fwrite, size_t,
897 which sometimes causes an unwanted diagnostic for fwrite calls.
904 size_t r = fwrite (ptr, s, n, stream);
908 # undef fwrite macro
909 # define fwrite rpl_fwrite macro
912 _GL_CXXALIASWARN (fwrite); variable
[all...]
/external/bison/linux-lib/
H A Dstdio.h883 # undef fwrite
884 # define fwrite rpl_fwrite
886 _GL_FUNCDECL_RPL (fwrite, size_t,
889 _GL_CXXALIAS_RPL (fwrite, size_t,
892 _GL_CXXALIAS_SYS (fwrite, size_t,
897 which sometimes causes an unwanted diagnostic for fwrite calls.
904 size_t r = fwrite (ptr, s, n, stream);
908 # undef fwrite macro
909 # define fwrite rpl_fwrite macro
912 _GL_CXXALIASWARN (fwrite); variable
[all...]
/external/bluetooth/bluedroid/btif/co/
H A Dbta_gattc_co.c153 int num = fwrite(p_attr_list, sizeof(tBTA_GATTC_NV_ATTR), num_attr, sCacheFD);
/external/bzip2/
H A Ddlltest.c138 fwrite(buff,1,len,fp_w);
/external/chromium_org/chrome/tools/convert_dict/
H A Dconvert_dict.cc144 size_t written = fwrite(&serialized[0], 1, serialized.size(), out_file);
/external/chromium_org/content/browser/
H A Dbrowser_shutdown_profile_dumper.cc126 size_t written = fwrite(chars, 1, size, dump_file_);
129 << " in fwrite() to trace file '" << dump_file_name_.value()
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dstreams.c104 return (int)fwrite(buf, 1, count, (FILE*)data);
/external/chromium_org/third_party/leveldatabase/src/port/
H A Dport_posix.h59 // Use fread/fwrite/fflush on platforms without _unlocked variants
61 #define fwrite_unlocked fwrite
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dresize_util.c110 fwrite(outbuf, target_width * target_height * 3 / 2, 1, fpout);
/external/chromium_org/third_party/opus/src/doc/
H A Dtrivial_example.c152 fwrite(pcm_bytes, sizeof(short), frame_size*CHANNELS, fout);
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc73 byte_count = fwrite(output_buffer, 1, buffer_length, output_file);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dtest_font_utils.cc94 fwrite(output_stream->Get(), 1, output_stream->Size(), output_file);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c437 if (fwrite(&auxUW8, sizeof(uint8_t), 1, outp) != 1) {
442 if (fwrite(&auxUW8, sizeof(uint8_t), 1, outp) != 1) {
445 if (fwrite(payload, 1, stream_len,
475 if (fwrite(decoded, sizeof(int16_t),
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/tools/
H A Daudio_codec_speed_test.cc111 fwrite(&out_data_[0], sizeof(int16_t),
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A DRTPchange.cc85 if (fwrite(first_line, 1, kRtpDumpHeaderSize, out_file)
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dfile_before_streaming_test.cc47 ASSERT_EQ(1u, fwrite(&kInputValue, sizeof(kInputValue), 1, input_file));
/external/chromium_org/tools/traceline/traceline/
H A Dassembler_unittest.cc80 fwrite(buf, 1, cb.size(), stdout);

Completed in 4831 milliseconds

1234567891011>>