HomeSort by relevance Sort by last modified time
    Searched refs:fwrite (Results 76 - 100 of 824) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webrtc/webrtc/test/testsupport/
frame_writer.cc 59 size_t bytes_written = fwrite(frame_buffer, 1, frame_length_in_bytes_,
  /external/xz-embedded/userspace/
buftest.c 45 fwrite(out, 1, b.out_pos, stdout);
bytetest.c 62 if (fwrite(out, 1, b.out_pos, stdout) != b.out_pos) {
91 if (fwrite(out, 1, b.out_pos, stdout) != b.out_pos
xzminidec.c 70 if (fwrite(out, 1, b.out_pos, stdout) != b.out_pos) {
91 if (fwrite(out, 1, b.out_pos, stdout) != b.out_pos
  /system/core/liblog/tests/
libc_test.cpp 27 ASSERT_EQ((size_t)1, fwrite(message, sizeof(message), 1, fp));
  /build/make/tools/ziptime/
ZipEntry.cpp 105 if (fwrite(buf, 1, kLFHLen, fp) != kLFHLen)
148 if (fwrite(buf, 1, kCDELen, fp) != kCDELen)
  /external/curl/docs/examples/
ftp-wildcard.c 147 written = fwrite(buff, size, nmemb, data->output);
150 written = fwrite(buff, size, nmemb, stdout);
  /external/curl/tests/libtest/
lib1540.c 62 (void)fwrite(ptr, size, nmemb, stdout);
74 fwrite(ptr, size, nmemb, stdout);
  /external/ltp/testcases/kernel/fs/stream/
stream01.c 75 fwrite("a", 1, 1, stream);
80 fwrite("a", 1, 1, stream);
  /external/toybox/toys/posix/
paste.c 96 if (dlen) fwrite(dstr, dlen, 1, stdout);
100 fwrite(buf, len-(buf[len-1]=='\n'), 1, stdout);
  /device/google/contexthub/util/nanoapp_encr/
nanoapp_encr.c 120 fwrite(image, sizeof(*image), 1, out);
125 fwrite(&encr, sizeof(encr), 1, out);
137 fwrite(outBuf, AES_BLOCK_SIZE, 1, out);
146 fwrite(outBuf, AES_BLOCK_SIZE, 1, out);
148 err = fwrite(outBuf, AES_BLOCK_SIZE, 1, out) != 1;
199 fwrite(image, sizeof(*image), 1, out);
211 err = fwrite(outBuf, size, 1, out) != 1;
  /system/core/libziparchive/
zip_writer.cc 249 if (fwrite(&header, sizeof(header), 1, file_) != 1) {
253 if (fwrite(path, sizeof(*path), file_entry.path.size(), file_) != file_entry.path.size()) {
257 if (file_entry.padding_length != 0 && fwrite(zero_padding.data(), 1, file_entry.padding_length,
344 if (fwrite(data, 1, len, file_) != len) {
372 if (fwrite(buffer_.data(), 1, write_bytes, file_) != write_bytes) {
398 if (fwrite(buffer_.data(), 1, write_bytes, file_) != write_bytes) {
413 if (fwrite(buffer_.data(), 1, write_bytes, file_) != write_bytes) {
439 if (fwrite(&sig, sizeof(sig), 1, file_) != 1) {
447 if (fwrite(&dd, sizeof(dd), 1, file_) != 1) {
460 if (fwrite(&header, sizeof(header), 1, file_) != 1)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
GenSection.c 153 fwrite (EnglishLangCode, 1, 4, OutFile);
160 fwrite (&String[Index], 1, 1, OutFile);
161 fwrite (&AsciiNull, 1, 1, OutFile);
246 fwrite (&CommonSect, sizeof (CommonSect), 1, OutFile);
263 if (fwrite (Buffer, (size_t) InputFileLength, 1, OutFile) != 1) {
537 fwrite (&CompressionSect, sizeof (CompressionSect), 1, OutFile);
538 fwrite (FileBuffer, CompressedLength, 1, OutFile);
666 fwrite (&Crc32GuidSect, sizeof (Crc32GuidSect), 1, OutFile);
667 fwrite (FileBuffer, InputLength, 1, OutFile);
973 fwrite (&CommonSect, sizeof (CommonSect), 1, OutFile);
    [all...]
  /external/syslinux/com32/lib/libpng/
pngwio.c 60 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);
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 307 fwrite(p_buffer, sizeof(unsigned char), filled_length, m_file_ip);
338 fwrite(p_buffer_y, sizeof(unsigned char), width, m_file_op);
345 fwrite(p_buffer_uv, sizeof(unsigned char), width, m_file_op);
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 738 fwrite(&bfType , 1, sizeof(bfType) , fpDumpfile);
739 fwrite(&bfSize , 1, sizeof(bfSize) , fpDumpfile);
740 fwrite(&bfReserved1 , 1, sizeof(bfReserved1), fpDumpfile);
741 fwrite(&bfReserved2 , 1, sizeof(bfReserved2), fpDumpfile);
742 fwrite(&bfOffBits , 1, sizeof(bfOffBits) , fpDumpfile);
745 fwrite(&biSize , 1, sizeof(biSize) , fpDumpfile);
746 fwrite(&biWidth , 1, sizeof(biWidth) , fpDumpfile);
747 fwrite(&biHeight , 1, sizeof(biHeight) , fpDumpfile);
748 fwrite(&biPlanes , 1, sizeof(biPlanes) , fpDumpfile);
749 fwrite(&biBitCount , 1, sizeof(biBitCount) , fpDumpfile)
    [all...]
  /external/tpm2/
NVMem.c 91 fwrite(s_NV, 1, NV_MEMORY_SIZE, s_NVFile);
261 fwrite(s_NV, 1, NV_MEMORY_SIZE, s_NVFile);
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/
testG722.cc 134 if (fwrite(streamdata, sizeof(short), stream_len / 2, outbitp) !=
139 if (fwrite(decoded, sizeof(short), framelength, outp) !=
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
audio_classifier_test.cc 77 if (!fwrite(&is_music, sizeof(is_music), 1, out_file)) {
87 if (!fwrite(&music_prob, sizeof(music_prob), 1, out_file)) {
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdio 63 using ::fwrite;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.c 1122 fwrite (&DbHeader, sizeof (STRING_DB_HEADER), 1, DBFptr);
1213 write to the output file properly, open it as binary and use fwrite.
1250 fwrite (&WChar, sizeof (WCHAR), 1, OutFptr);
    [all...]
  /bionic/libc/include/bits/fortify/
stdio.h 111 size_t fwrite(const void* const __pass_object_size0 buf, size_t size, size_t count, FILE* stream)
114 "in call to 'fwrite', size * count overflows")
116 "in call to 'fwrite', size * count is too large for the given buffer") {
120 return __call_bypassing_fortify(fwrite)(buf, size, count, stream);
154 size_t __fwrite_real(const void*, size_t, size_t, FILE*) __RENAME(fwrite); variable
155 __errordecl(__fwrite_too_big_error, "fwrite called with size * count bigger than buffer");
156 __errordecl(__fwrite_overflow, "fwrite called with overflowing size * count");
197 size_t fwrite(const void* buf, size_t size, size_t count, FILE* stream) { function
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Strip/
strip.c 141 fwrite (Ptrx, Index, 1, OutFile);
  /external/boringssl/src/tool/
sign.cc 77 if (fwrite(sig.get(), 1, sig_len, stdout) != sig_len) {

Completed in 668 milliseconds

1 2 34 5 6 7 8 91011>>