Searched refs:fwrite (Results 1 - 25 of 471) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2006-09-18-fwrite-cast-crash.c5 unsigned fwrite(signed char *, unsigned , unsigned , signed char *);
11 struct l_struct_2E_FILE *))(void*)fwrite)((&(str301[0u])), 38u, 1u, ltmp_6202_16);
/external/curl/include/curl/
H A Dstdcheaders.h28 size_t fwrite (const void *, size_t, size_t, FILE *);
/external/google-breakpad/src/third_party/curl/
H A Dstdcheaders.h29 size_t fwrite (const void *, size_t, size_t, FILE *);
/external/syslinux/com32/lib/
H A Dfwrite2.c4 * The actual fwrite() function as a non-inline
10 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE * f) function
/external/valgrind/memcheck/tests/
H A Dfwrite.stderr.exp3 by 0x........: main (fwrite.c:12)
6 by 0x........: main (fwrite.c:7)
/external/webrtc/webrtc/modules/video_processing/test/
H A DwriteYUV420file.m13 fwrite(fid,uint8(Y(:,:,k).'), 'uchar');
16 fwrite(fid,uint8(U(:,:,k).'), 'uchar');
19 fwrite(fid,uint8(V(:,:,k).'), 'uchar');
/external/libvpx/libvpx/
H A Divfenc.c34 fwrite(header, 1, 32, outfile);
43 fwrite(header, 1, 12, outfile);
50 fwrite(header, 1, 4, outfile);
/external/fio/t/
H A Dlog.c16 return fwrite(buffer, len, 1, stderr);
30 return fwrite(buffer, len, 1, stdout);
/external/libpng/contrib/libtests/
H A Dfakepng.c29 fwrite(chunk, length, 1, stdout);
60 fwrite(signature, sizeof signature, 1, stdout);
/external/swiftshader/third_party/LLVM/runtime/libprofile/
H A DGCDAProfiling.c42 fwrite(&i, 4, 1, output_file);
61 fwrite(s, strlen(s), 1, output_file);
62 fwrite("\0\0\0\0", 4 - (strlen(s) % 4), 1, output_file);
118 fwrite("adcg*204MVLL", 12, 1, output_file);
120 fwrite("adcg*404MVLL", 12, 1, output_file);
160 fwrite("\0\0\0\1", 4, 1, output_file);
171 fwrite("\0\0\xa1\1", 4, 1, output_file);
187 fwrite("\0\0\0\0\0\0\0\0", 8, 1, output_file);
/external/nanopb-c/examples/using_double_on_avr/
H A Dencode_double.c21 fwrite(buffer, 1, stream.bytes_written, stdout);
/external/fio/
H A Dlog.c22 len = fwrite(buffer, len, 1, f_out);
32 len = fwrite(buf, len, 1, f_out);
54 return fwrite(buffer, len, 1, f_out);
85 ret = fwrite(buffer, len, 1, stderr);
88 return fwrite(buffer, len, 1, f_err);
/external/selinux/libselinux/utils/
H A Dsefcontext_compile.c115 len = fwrite(&magic, sizeof(uint32_t), 1, bin_file);
121 len = fwrite(&section_len, sizeof(uint32_t), 1, bin_file);
130 len = fwrite(&section_len, sizeof(uint32_t), 1, bin_file);
133 len = fwrite(reg_version, sizeof(char), section_len, bin_file);
142 len = fwrite(&section_len, sizeof(uint32_t), 1, bin_file);
145 len = fwrite(reg_arch, sizeof(char), section_len, bin_file);
151 len = fwrite(&section_len, sizeof(uint32_t), 1, bin_file);
160 len = fwrite(&stem_len, sizeof(uint32_t), 1, bin_file);
166 len = fwrite(stem, sizeof(char), stem_len, bin_file);
173 len = fwrite(
[all...]
/external/nanopb-c/tests/basic_buffer/
H A Dencode_buffer.c30 fwrite(buffer, 1, stream.bytes_written, stdout);
/external/syslinux/lzo/include/lzo/
H A Dlzoutil.h51 #define lzo_fwrite(f,b,s) (fwrite(b,1,s,f))
/external/webrtc/webrtc/test/
H A Drtp_file_writer.cc48 return fwrite(packet->data, sizeof(uint8_t), packet->length, file_) ==
69 if (fwrite(&tmp, sizeof(uint8_t), 1, file_) != 1)
78 if (fwrite(&tmp, sizeof(uint8_t), 1, file_) != 1)
82 if (fwrite(&tmp, sizeof(uint8_t), 1, file_) != 1)
/external/boringssl/src/tool/
H A Drand.cc80 if (fwrite(hex_buf, todo*2, 1, stdout) != 1) {
84 if (fwrite(buf, todo, 1, stdout) != 1) {
91 if (hex && fwrite("\n", 1, 1, stdout) != 1) {
/external/webrtc/webrtc/modules/audio_processing/logging/
H A Daec_logging.h43 (void) fwrite(data, data_size, 1, file); \
50 (void) fwrite(&value_to_store, sizeof(value_to_store), 1, file); \
57 (void) fwrite(&value_to_store, sizeof(value_to_store), 1, file); \
/external/webrtc/webrtc/tools/frame_editing/
H A Dframe_editing_lib.cc61 fwrite(temp_buffer.get(), 1, frame_length, out_fid);
70 fwrite(temp_buffer.get(), 1, frame_length, out_fid);
75 fwrite(temp_buffer.get(), 1, frame_length, out_fid);
/external/zlib/src/contrib/minizip/
H A Dmztools.c67 if (fwrite(header, 1, 30, fpOut) == 30) {
78 if (fwrite(filename, 1, fnsize, fpOut) == fnsize) {
101 if (fwrite(extra, 1, extsize, fpOut) == extsize) {
127 if ((int)fwrite(data, 1, dataSize, fpOut) == dataSize) {
170 if (fwrite(header, 1, 46, fpOutCD) == 46) {
175 if (fwrite(filename, 1, fnsize, fpOutCD) == fnsize) {
188 if (fwrite(extra, 1, extsize, fpOutCD) == extsize) {
198 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
240 if (fwrite(header, 1, 22, fpOutCD) == 22) {
244 if ((int)fwrite(commen
[all...]
/external/webrtc/webrtc/modules/audio_coding/test/
H A DRTPFile.cc144 EXPECT_EQ(1u, fwrite(&dummy_variable, 4, 1, _rtpFile));
145 EXPECT_EQ(1u, fwrite(&dummy_variable, 4, 1, _rtpFile));
146 EXPECT_EQ(1u, fwrite(&dummy_variable, 4, 1, _rtpFile));
147 EXPECT_EQ(1u, fwrite(&dummy_variable, 2, 1, _rtpFile));
148 EXPECT_EQ(1u, fwrite(&dummy_variable, 2, 1, _rtpFile));
182 EXPECT_EQ(1u, fwrite(&lengthBytes, 2, 1, _rtpFile));
183 EXPECT_EQ(1u, fwrite(&plen, 2, 1, _rtpFile));
184 EXPECT_EQ(1u, fwrite(&offsetMs, 4, 1, _rtpFile));
185 EXPECT_EQ(1u, fwrite(&rtpHeader, 12, 1, _rtpFile));
186 EXPECT_EQ(payloadSize, fwrite(payloadDat
[all...]
/external/libopus/src/
H A Drepacketizer_demo.c164 if(fwrite(int_field, 1, 4, fout)!=4){
169 if (fwrite(int_field, 1, 4, fout)!=4) {
173 if (fwrite(output_packet, 1, err, fout)!=(unsigned)err) {
189 if (fwrite(int_field, 1, 4, fout)!=4) {
197 if (fwrite(int_field, 1, 4, fout)!=4) {
201 if (fwrite(output_packet, 1, err, fout)!=(unsigned)err) {
/external/compiler-rt/test/profile/
H A Dinstrprof-without-libc.c48 if (fwrite(Buffer, 1, Size, File) != Size)
/external/fmtlib/fmt/
H A Dprintf.cc22 return std::fwrite(w.data(), 1, size, f) < size ? -1 : static_cast<int>(size);
/external/libvorbis/examples/
H A Dencoder_example.c174 fwrite(og.header,1,og.header_len,stdout);
175 fwrite(og.body,1,og.body_len,stdout);
227 fwrite(og.header,1,og.header_len,stdout);
228 fwrite(og.body,1,og.body_len,stdout);

Completed in 943 milliseconds

1234567891011>>