/external/clang/test/CodeGen/ |
H A D | 2006-09-18-fwrite-cast-crash.c | 5 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 D | stdcheaders.h | 28 size_t fwrite (const void *, size_t, size_t, FILE *);
|
/external/google-breakpad/src/third_party/curl/ |
H A D | stdcheaders.h | 29 size_t fwrite (const void *, size_t, size_t, FILE *);
|
/external/syslinux/com32/lib/ |
H A D | fwrite2.c | 4 * 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 D | fwrite.stderr.exp | 3 by 0x........: main (fwrite.c:12) 6 by 0x........: main (fwrite.c:7)
|
/external/webrtc/webrtc/modules/video_processing/test/ |
H A D | writeYUV420file.m | 13 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 D | ivfenc.c | 34 fwrite(header, 1, 32, outfile); 43 fwrite(header, 1, 12, outfile); 50 fwrite(header, 1, 4, outfile);
|
/external/fio/t/ |
H A D | log.c | 16 return fwrite(buffer, len, 1, stderr); 30 return fwrite(buffer, len, 1, stdout);
|
/external/libpng/contrib/libtests/ |
H A D | fakepng.c | 29 fwrite(chunk, length, 1, stdout); 60 fwrite(signature, sizeof signature, 1, stdout);
|
/external/swiftshader/third_party/LLVM/runtime/libprofile/ |
H A D | GCDAProfiling.c | 42 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 D | encode_double.c | 21 fwrite(buffer, 1, stream.bytes_written, stdout);
|
/external/fio/ |
H A D | log.c | 22 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 D | sefcontext_compile.c | 115 len = fwrite(&magic, sizeof(uint32_t), 1, bin_file); 121 len = fwrite(§ion_len, sizeof(uint32_t), 1, bin_file); 130 len = fwrite(§ion_len, sizeof(uint32_t), 1, bin_file); 133 len = fwrite(reg_version, sizeof(char), section_len, bin_file); 142 len = fwrite(§ion_len, sizeof(uint32_t), 1, bin_file); 145 len = fwrite(reg_arch, sizeof(char), section_len, bin_file); 151 len = fwrite(§ion_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 D | encode_buffer.c | 30 fwrite(buffer, 1, stream.bytes_written, stdout);
|
/external/syslinux/lzo/include/lzo/ |
H A D | lzoutil.h | 51 #define lzo_fwrite(f,b,s) (fwrite(b,1,s,f))
|
/external/webrtc/webrtc/test/ |
H A D | rtp_file_writer.cc | 48 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 D | rand.cc | 80 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 D | aec_logging.h | 43 (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 D | frame_editing_lib.cc | 61 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 D | mztools.c | 67 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 D | RTPFile.cc | 144 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 D | repacketizer_demo.c | 164 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 D | instrprof-without-libc.c | 48 if (fwrite(Buffer, 1, Size, File) != Size)
|
/external/fmtlib/fmt/ |
H A D | printf.cc | 22 return std::fwrite(w.data(), 1, size, f) < size ? -1 : static_cast<int>(size);
|
/external/libvorbis/examples/ |
H A D | encoder_example.c | 174 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);
|