HomeSort by relevance Sort by last modified time
    Searched refs:fwrite (Results 51 - 75 of 375) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/zlib/examples/
gzjoin.c 55 #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);
fitblk.c 166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
zpipe.c 70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
  /packages/inputmethods/PinyinIME/jni/share/
dictlist.cpp 387 if (fwrite(&scis_num_, sizeof(size_t), 1, fp) != 1)
390 if (fwrite(start_pos_, sizeof(size_t), kMaxLemmaSize + 1, fp) !=
394 if (fwrite(start_id_, sizeof(size_t), kMaxLemmaSize + 1, fp) !=
398 if (fwrite(scis_hz_, sizeof(char16), scis_num_, fp) != scis_num_)
401 if (fwrite(scis_splid_, sizeof(SpellingId), scis_num_, fp) != scis_num_)
404 if (fwrite(buf_, sizeof(char16), start_pos_[kMaxLemmaSize], fp) !=
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file_unittest.cc 120 EXPECT_EQ(fwrite(&kZero, sizeof(kZero), 1, file.get()), 1U);
139 EXPECT_EQ(fwrite(&kLargeCount, sizeof(kLargeCount), 1, file.get()), 1U);
prefix_set.cc 248 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/
rtmon.c 45 fwrite((void*)n1, 1, NLMSG_ALIGN(n1->nlmsg_len), fp);
54 fwrite((void*)n, 1, NLMSG_ALIGN(n->nlmsg_len), fp);
  /external/libvpx/examples/
encoder_tmpl.c 88 if(fwrite(header, 1, 32, outfile));
106 if(fwrite(header, 1, 12, outfile));
  /external/tinyalsa/
tinycap.c 135 fwrite(&header, sizeof(struct wav_header), 1, file);
183 if (fwrite(buffer, 1, size, file) != size) {
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp 102 fwrite(readBuf.buf()+skip, 1, readBuf.validData()-skip, dumpFP);
  /external/openssl/crypto/rc4/
rc4.c 181 i=fwrite(buf,(unsigned int)i,1,out);
  /external/skia/src/ports/
SkOSFile_stdio.cpp 88 return ::fwrite(buffer, 1, byteCount, (FILE*)f);
  /external/srec/audio/test/AudioHardwareRecordLoop/src/
AudioHardwareRecordLoop.c 131 fwrite(recordedSamples, sizeof(typeSample), i, fpOutput);
  /external/srec/audio/test/AudioInRecord/src/
AudioInRecord.c 139 fwrite(recordedSamples, sizeof(typeSample), nSamples, fpOutput);
  /external/tcpdump/
print-timed.c 109 fwrite(tsp->tsp_name, end - (u_char *)tsp->tsp_name, 1, stdout);
  /external/v8/src/
log-utils.h 132 size_t rv = fwrite(msg, 1, length, output_handle_);
  /external/webkit/Tools/mangleme/
mangle.cgi.c 51 fwrite(x,c,1,stdout);
remangle.cgi.c 50 fwrite(x,c,1,stdout);
  /system/core/libzipfile/
test_zipfile.c 82 fwrite(scratch, unsize, 1, f);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 123 using std::fwrite;
  /external/sonivox/arm-fm-22k/host_src/
eas_wave.c 174 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/
eas_wave.c 174 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/
eas_wave.c 174 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);
  /frameworks/base/libs/rs/
rsFileA3D.cpp 320 fwrite(magicString.string(), sizeof(char), magicString.size(), writeHandle);
324 fwrite(&headerSize, sizeof(headerSize), 1, writeHandle);
327 fwrite(headerStream.getPtr(), sizeof(uint8_t), headerStream.getPos(), writeHandle);
331 fwrite(&fileDataSize, sizeof(fileDataSize), 1, writeHandle);
333 fwrite(mWriteStream->getPtr(), sizeof(uint8_t), mWriteStream->getPos(), writeHandle);
  /build/tools/zipalign/
ZipEntry.cpp 485 if (fwrite(buf, 1, kLFHLen, fp) != kLFHLen)
490 if (fwrite(mFileName, 1, mFileNameLength, fp) != mFileNameLength)
496 if (fwrite(mExtraField, 1, mExtraFieldLength, fp) != mExtraFieldLength)
649 if (fwrite(buf, 1, kCDELen, fp) != kCDELen)
654 if (fwrite(mFileName, 1, mFileNameLength, fp) != mFileNameLength)
660 if (fwrite(mExtraField, 1, mExtraFieldLength, fp) != mExtraFieldLength)
666 if (fwrite(mFileComment, 1, mFileCommentLength, fp) != mFileCommentLength)

Completed in 372 milliseconds

1 23 4 5 6 7 8 91011>>