Searched refs:fwrite (Results 26 - 50 of 253) sorted by relevance

1234567891011

/external/qemu/
H A Dtrace.c335 fwrite(&swappedHeader, sizeof(TraceHeader), 1, trace_static.fstream);
415 fwrite(&zero, sizeof(uint64_t), 1, trace_static.fstream); // bb_num
416 fwrite(&zero, sizeof(uint32_t), 1, trace_static.fstream); // bb_addr
417 fwrite(&zero, sizeof(uint32_t), 1, trace_static.fstream); // num_insns
609 fwrite(&bb_num, sizeof(bb_num), 1, trace_static.fstream);
610 fwrite(&bb_addr, sizeof(bb_addr), 1, trace_static.fstream);
611 fwrite(&num_insns, sizeof(num_insns), 1, trace_static.fstream);
614 fwrite(&insn, sizeof(insn), 1, trace_static.fstream);
651 fwrite(trace_bb.compressed, sizeof(char), size,
678 fwrite(trace_b
[all...]
/external/dropbear/libtomcrypt/demos/
H A Dencrypt.c187 if (fwrite(plaintext,1,y,fdout) != y) {
210 if (fwrite(IV,1,ivsize,fdout) != ivsize) {
228 if (fwrite(ciphertext,1,y,fdout) != y) {
/external/libpng/
H A Dpngwio.c60 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
92 check = fwrite(near_data, 1, length, io_ptr);
109 err = fwrite(buf, 1, written, io_ptr);
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwio.c53 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
84 check = fwrite(near_data, 1, length, io_ptr);
101 err = fwrite(buf, 1, written, io_ptr);
/external/quake/quake/src/WinQuake/
H A Dcl_demo.cpp73 fwrite (&len, 4, 1, cls.demofile);
77 fwrite (&f, 4, 1, cls.demofile);
79 fwrite (net_message.data, net_message.cursize, 1, cls.demofile);
H A Dgl_mesh.cpp343 fwrite (&numcommands, 4, 1, f);
344 fwrite (&numorder, 4, 1, f);
345 fwrite (&commands, numcommands * sizeof(commands[0]), 1, f);
346 fwrite (&vertexorder, numorder * sizeof(vertexorder[0]), 1, f);
/external/oprofile/libopagent/
H A Dopagent.c177 if (!fwrite(&header, sizeof(header), 1, dumpfile)) {
181 if (!fwrite(_bfd_target_name, strlen(_bfd_target_name) + 1, 1,
187 if (pad_cnt && !fwrite(pad_bytes, pad_cnt, 1, dumpfile)) {
213 if (!fwrite(&rec, sizeof(rec), 1, dumpfile))
337 if (padding_count && !fwrite(padd_bytes, padding_count, 1, dumpfile))
375 if (!fwrite(&rec, sizeof(rec), 1, dumpfile))
/external/chromium/chrome/browser/extensions/
H A Dextension_creator.cc210 if (fwrite(&header, sizeof(SandboxedExtensionUnpacker::ExtensionHeader), 1,
212 PLOG(ERROR) << "fwrite failed to write header";
214 if (fwrite(&public_key.front(), sizeof(uint8), public_key.size(),
216 PLOG(ERROR) << "fwrite failed to write public_key.front";
218 if (fwrite(&signature.front(), sizeof(uint8), signature.size(),
220 PLOG(ERROR) << "fwrite failed to write signature.front";
229 if (fwrite(buffer.get(), sizeof(char), bytes_read, crx_handle.get()) !=
231 PLOG(ERROR) << "fwrite failed to write buffer";
/external/icu4c/test/intltest/
H A Drndmcoll.cpp158 fwrite(rule, strlen(rule),1,stdout);
/external/libvorbis/examples/
H A Dvorbisfile_example.c83 fwrite(pcmout,1,ret,stdout);
/external/libvorbis/test/
H A Dwrite_read.c82 fwrite (og.header,1,og.header_len,file);
83 fwrite (og.body,1,og.body_len,file);
112 fwrite (og.header,1,og.header_len,file);
113 fwrite (og.body,1,og.body_len,file);
/external/quake/quake/src/QW/client/
H A Dgl_mesh.c336 fwrite (&numcommands, 4, 1, f);
337 fwrite (&numorder, 4, 1, f);
338 fwrite (&commands, numcommands * sizeof(commands[0]), 1, f);
339 fwrite (&vertexorder, numorder * sizeof(vertexorder[0]), 1, f);
/external/srec/audio/test/AudioHardwareRecord/src/
H A DAudioHardwareRecord.c94 fwrite(recordedSamples, sizeof(typeSample), i, fpOutput);
/external/v8/src/
H A Dlog-utils.h79 size_t rv = fwrite(msg, 1, length, output_handle_);
/external/webkit/LayoutTests/http/tests/resources/
H A DportabilityLayer.php28 $bytesWritten = fwrite($handle, $data);
/external/zlib/src/examples/
H A Dgzjoin.c55 #include <stdio.h> /* fputs(), fprintf(), fwrite(), putc() */
266 fwrite("\x1f\x8b\x08\0\0\0\0\0\0\xff", 1, 10, out);
319 fwrite(start, 1, strm.next_in - start, out);
360 fwrite(start, 1, strm.next_in - start, out);
378 fwrite(start, 1, in->next - start - 1, out);
391 fwrite("\0\0\xff\xff", 1, 4, out);
H A Dfitblk.c166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
H A Dzpipe.c70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
/external/elfutils/src/
H A Dldlex.l53 #undef fwrite
54 #define fwrite(b, m, n, s) fwrite_unlocked (b, m, n, s)
59 = fwrite (yytext, yyleng, 1, yyout); } while (0)
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file_unittest.cc120 EXPECT_EQ(fwrite(&kZero, sizeof(kZero), 1, file.get()), 1U);
139 EXPECT_EQ(fwrite(&kLargeCount, sizeof(kLargeCount), 1, file.get()), 1U);
H A Dprefix_set.cc248 size_t written = fwrite(&header, sizeof(header), 1, file.get());
256 written = fwrite(&(index_[0]), sizeof(index_[0]), index_.size(), file.get());
262 written = fwrite(&(deltas_[0]), sizeof(deltas_[0]), deltas_.size(),
270 written = fwrite(&digest, sizeof(digest), 1, file.get());
/external/iproute2/ip/
H A Drtmon.c45 fwrite((void*)n1, 1, NLMSG_ALIGN(n1->nlmsg_len), fp);
54 fwrite((void*)n, 1, NLMSG_ALIGN(n->nlmsg_len), fp);
/external/libvpx/examples/
H A Dencoder_tmpl.c88 if(fwrite(header, 1, 32, outfile));
106 if(fwrite(header, 1, 12, outfile));
/external/tinyalsa/
H A Dtinycap.c157 fwrite(&header, sizeof(struct wav_header), 1, file);
206 if (fwrite(buffer, 1, size, file) != size) {
/external/openssl/crypto/rc4/
H A Drc4.c181 i=fwrite(buf,(unsigned int)i,1,out);

Completed in 1827 milliseconds

1234567891011