/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | testresample2.c | 80 fwrite(fout, sizeof(float), out_len, stdout); in main()
|
H A D | testresample.c | 76 fwrite(out, sizeof(short), out_len, stdout); in main()
|
/third_party/openssl/demos/bio/ |
H A D | server-cmod.c | 84 fwrite(buf, 1, i, stdout); in main()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_file_stream.cpp | 124 uint32 bytesWritten = (uint32) fwrite (data, 1, count, fFile); in DoWrite()
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_image_load_store.cpp | 1421 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 D | qt-faststart.c | 625 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 D | tinyalsa.c | 227 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 D | main-unix-snapshot.c | 439 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 D | main.cc | 68 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 D | minigzip.c | 231 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 D | lib1509.c | 87 fwrite(ptr, size, nmemb, stream); in WriteOutput()
|
H A D | lib1527.c | 85 test_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite); in test()
|
H A D | lib2305.c | 67 fwrite(buffer, 1, nread, save); in websocket()
|
H A D | lib1526.c | 87 test_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite); in test()
|
H A D | lib1525.c | 84 test_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite); in test()
|
/third_party/ffmpeg/libavformat/ |
H A D | md5proto.c | 80 if (fwrite(buf, 1, sizeof(buf), stdout) < sizeof(buf)) in md5_close()
|
/third_party/curl/src/ |
H A D | tool_msgs.c | 76 (void)fwrite(ptr, cut + 1, 1, tool_stderr); in voutf()
|
/third_party/backends/backend/escl/ |
H A D | escl_scan.c | 39 * \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 D | test_ps.c | 13 if (fwrite(buf,1,len,f)!=len) { in example_outfn()
|
/third_party/mbedtls/programs/pkey/ |
H A D | rsa_sign_pss.c | 137 if (fwrite(buf, 1, olen, f) != olen) { in main() 138 mbedtls_printf("failed\n ! fwrite failed\n\n"); in main()
|
H A D | pk_sign.c | 124 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 D | stream04.c | 24 >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 D | sendfile.c | 38 fwrite(src, strlen(src), 1, f); in sendfile_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | flockfile.c | 64 ret = fwrite(buf, strlen(buf), 1, fp); in do_child_two()
|
/third_party/node/deps/openssl/openssl/ms/ |
H A D | applink.c | 116 OPENSSL_ApplinkTable[APPLINK_FWRITE] = fwrite; in __declspec()
|