Home
last modified time | relevance | path

Searched refs:fwrite (Results 151 - 175 of 507) sorted by relevance

12345678910>>...21

/third_party/pulseaudio/speex/libspeexdsp/
H A Dtestresample2.c80 fwrite(fout, sizeof(float), out_len, stdout); in main()
H A Dtestresample.c76 fwrite(out, sizeof(short), out_len, stdout); in main()
/third_party/openssl/demos/bio/
H A Dserver-cmod.c84 fwrite(buf, 1, i, stdout); in main()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_file_stream.cpp124 uint32 bytesWritten = (uint32) fwrite (data, 1, count, fFile); in DoWrite()
/third_party/astc-encoder/Source/
H A Dastcenccli_image_load_store.cpp1421 actual += fwrite(&hdr, 1, sizeof(ktx_header), wf); in store_ktx_compressed_image()
1422 actual += fwrite(&img.data_len, 1, 4, wf); in store_ktx_compressed_image()
1423 actual += fwrite(img.data, 1, img.data_len, wf); in store_ktx_compressed_image()
1631 size_t hdr_bytes_written = fwrite(&hdr, 1, sizeof(ktx_header), wf); in store_ktx_uncompressed_image()
1632 size_t bytecount_bytes_written = fwrite(&image_bytes, 1, 4, wf); in store_ktx_uncompressed_image()
1633 size_t data_bytes_written = fwrite(dataptr, 1, image_write_bytes, wf); in store_ktx_uncompressed_image()
2264 size_t magic_bytes_written = fwrite(&dds_magic, 1, 4, wf); in store_dds_uncompressed_image()
2265 size_t hdr_bytes_written = fwrite(&hdr, 1, sizeof(dds_header), wf); in store_dds_uncompressed_image()
2270 dx10_bytes_written = fwrite(&dx10, 1, sizeof(dx10), wf); in store_dds_uncompressed_image()
2277 size_t data_bytes_written = fwrite(datapt in store_dds_uncompressed_image()
[all...]
/third_party/ffmpeg/tools/
H A Dqt-faststart.c625 if (fwrite(ftyp_atom, ftyp_atom_size, 1, outfile) != 1) { in main()
633 if (fwrite(moov_atom, moov_atom_size, 1, outfile) != 1) { in main()
653 if (fwrite(copy_buffer, bytes_to_copy, 1, outfile) != 1) { in main()
/third_party/alsa-utils/bat/
H A Dtinyalsa.c227 if (fwrite(buffer, 1, bytes, fp) != bytes) { in play_sample()
408 if (fwrite(buffer, 1, bytes, fp) != bytes) in capture_sample()
455 if (fwrite(buffer, 1, bytes, fp) != bytes) in latencytest_process_input()
/third_party/jerryscript/jerry-main/
H A Dmain-unix-snapshot.c439 fwrite (output_buffer, sizeof (uint8_t), snapshot_size, snapshot_file_p); in process_generate()
631 fwrite (literal_buffer, sizeof (uint8_t), lit_buf_sz, file_p); in process_literal_dump()
765 fwrite (output_buffer, 1u, merged_snapshot_size, file_p); in process_merge()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dmain.cc68 fwrite (data, 1, length, f); in svg_dump()
118 fwrite (data, 1, length, f); in png_dump()
299 fwrite (font_name, 1, strlen (font_name), font_name_file); in dump_glyphs()
/third_party/zlib/test/
H A Dminigzip.c231 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file); in gzwrite()
283 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file); in gzclose()
422 if ((int)fwrite(buf, 1, (unsigned)len, out) != len) { in gz_uncompress()
423 error("failed fwrite"); in gz_uncompress()
/third_party/curl/tests/libtest/
H A Dlib1509.c87 fwrite(ptr, size, nmemb, stream); in WriteOutput()
H A Dlib1527.c85 test_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite); in test()
H A Dlib2305.c67 fwrite(buffer, 1, nread, save); in websocket()
H A Dlib1526.c87 test_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite); in test()
H A Dlib1525.c84 test_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite); in test()
/third_party/ffmpeg/libavformat/
H A Dmd5proto.c80 if (fwrite(buf, 1, sizeof(buf), stdout) < sizeof(buf)) in md5_close()
/third_party/curl/src/
H A Dtool_msgs.c76 (void)fwrite(ptr, cut + 1, 1, tool_stderr); in voutf()
/third_party/backends/backend/escl/
H A Descl_scan.c39 * \return to_write (the result of the fwrite function)
45 size_t to_write = fwrite(str, size, nmemb, scanner->tmp); in write_callback()
/third_party/cups-filters/fontembed/
H A Dtest_ps.c13 if (fwrite(buf,1,len,f)!=len) { in example_outfn()
/third_party/mbedtls/programs/pkey/
H A Drsa_sign_pss.c137 if (fwrite(buf, 1, olen, f) != olen) { in main()
138 mbedtls_printf("failed\n ! fwrite failed\n\n"); in main()
H A Dpk_sign.c124 if (fwrite(buf, 1, olen, f) != olen) { in main()
125 mbedtls_printf("failed\n ! fwrite failed\n\n"); in main()
/third_party/ltp/testcases/kernel/fs/stream/
H A Dstream04.c24 >KEYS: < fwrite() fread()
25 >WHAT: < 1) Ensure fwrite appends data to stream.
26 < 2) Ensure fread and fwrite return values are valid.
81 fwrite(junk, sizeof(*junk), strlen(junk), stream)) == 0) { in main()
82 tst_brkm(TFAIL, tst_rmdir, "fwrite failed: %s", in main()
88 "strlen(junk) = %zi != return value from fwrite = %zi", in main()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dsendfile.c38 fwrite(src, strlen(src), 1, f); in sendfile_0100()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dflockfile.c64 ret = fwrite(buf, strlen(buf), 1, fp); in do_child_two()
/third_party/node/deps/openssl/openssl/ms/
H A Dapplink.c116 OPENSSL_ApplinkTable[APPLINK_FWRITE] = fwrite; in __declspec()

Completed in 13 milliseconds

12345678910>>...21