Searched refs:fwrite (Results 51 - 75 of 471) sorted by relevance

1234567891011>>

/external/libexif/contrib/examples/
H A Dthumbnail.c49 fwrite(ed->data, 1, ed->size, thumb);
/external/libjpeg-turbo/
H A Djinclude.h76 * The modules that use fread() and fwrite() always invoke them through
84 ((size_t) fwrite((const void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))
/external/nanopb-c/tests/extensions/
H A Dencode_extensions.c41 fwrite(buffer, 1, stream.bytes_written, stdout);
/external/sfntly/cpp/src/test/
H A Dchrome_subsetter.cc60 int byte_count = fwrite(output_buffer, 1, output_length, output_file);
/external/vboot_reference/utility/
H A Dbmpblk_font.c162 if (1 != fwrite(&header, sizeof(header), 1, ofp)) {
204 if (1 != fwrite(&entry, sizeof(entry), 1, ofp)) {
208 if (1 != fwrite(imgdata, imgsize, 1, ofp)) {
212 if (diff && 1 != fwrite("\0\0\0\0\0\0\0\0", diff, 1, ofp)) {
H A Dpad_digest_utility.c50 1 != fwrite(padded_digest, padded_digest_len, 1, stdout))
H A Dsignature_digest_utility.c50 1 != fwrite(signature_digest, signature_digest_len, 1, stdout))
/external/webrtc/webrtc/test/testsupport/
H A Dframe_writer.cc59 size_t bytes_written = fwrite(frame_buffer, 1, frame_length_in_bytes_,
/external/curl/docs/examples/
H A Dftp-wildcard.c147 written = fwrite(buff, size, nmemb, data->output);
150 written = fwrite(buff, size, nmemb, stdout);
H A Dftpsget.c47 return fwrite(buffer, size, nmemb, out->stream);
H A Dsftpget.c56 return fwrite(buffer, size, nmemb, out->stream);
/external/ltp/testcases/kernel/fs/stream/
H A Dstream01.c75 fwrite("a", 1, 1, stream);
80 fwrite("a", 1, 1, stream);
/external/toybox/toys/posix/
H A Dpaste.c97 if (dlen) fwrite(dstr, dlen, 1, stdout);
101 fwrite(buf, len-(buf[len-1]=='\n'), 1, stdout);
/external/syslinux/com32/lib/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/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShell.cpp738 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(
[all...]
/external/tpm2/
H A DNVMem.c91 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/
H A DtestG722.cc134 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/
H A Daudio_classifier_test.cc77 if (!fwrite(&is_music, sizeof(is_music), 1, out_file)) {
87 if (!fwrite(&music_prob, sizeof(music_prob), 1, out_file)) {
/external/autotest/client/deps/gfxtest/src/
H A Dgetfb.c65 if (fwrite(ptr, screen_size, 1, file) < 1) {
/external/boringssl/src/tool/
H A Dgenerate_ed25519.cc52 if (fwrite(in, in_len, 1, file.get()) != 1) {
/external/curl/src/
H A Dtool_msgs.c64 (void)fwrite(ptr, cut + 1, 1, config->errors);
/external/curl/tests/libtest/
H A Dlib1525.c81 test_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite);
H A Dlib1527.c82 test_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite);
/external/curl/tests/unit/
H A Dunit1308.c38 fwrite(buf, len, 1, stdout);
/external/dng_sdk/source/
H A Ddng_file_stream.cpp124 uint32 bytesWritten = (uint32) fwrite (data, 1, count, fFile);

Completed in 1797 milliseconds

1234567891011>>