HomeSort by relevance Sort by last modified time
    Searched refs:fwrite (Results 1 - 25 of 824) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
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/libvpx/libvpx/vpx_util/
vpx_write_yuv_frame.c 22 fwrite(src, s->y_width, 1, yuv_file);
30 fwrite(src, s->uv_width, 1, yuv_file);
38 fwrite(src, s->uv_width, 1, yuv_file);
  /external/curl/include/curl/
stdcheaders.h 28 size_t fwrite(const void *, size_t, size_t, FILE *);
  /external/google-breakpad/src/third_party/curl/
stdcheaders.h 29 size_t fwrite (const void *, size_t, size_t, FILE *);
  /external/libgsm/src/
toast_lin.c 23 return -( fwrite( (char *)buf, sizeof(*buf), 160, out ) != 160 );
  /external/syslinux/com32/lib/
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/
fwrite.stderr.exp 3 by 0x........: main (fwrite.c:12)
6 by 0x........: main (fwrite.c:7)
  /external/webrtc/webrtc/modules/video_processing/test/
writeYUV420file.m 13 fwrite(fid,uint8(Y(:,:,k).'), 'uchar');
16 fwrite(fid,uint8(U(:,:,k).'), 'uchar');
19 fwrite(fid,uint8(V(:,:,k).'), 'uchar');
  /hardware/intel/img/psb_video/fw/msvdx/
msvdx_bin.c 81 fwrite(&fw, sizeof(fw), 1, ptr);
84 fwrite(&fw_DE3.pui8Text[i*4], 4, 1, ptr);
87 fwrite(&fw_DE3.pui8Data[i*4], 4, 1, ptr);
105 fwrite(buf, 1, LINKED_LIST_SIZE, ptr);
110 fwrite(buf, 1, MTX_SIZE + sizeof(fw), ptr);
113 fwrite(&fw, sizeof(fw), 1, ptr);
116 fwrite(&fw_DE3.pui8Text[i*4], 4, 1, ptr);
122 fwrite(&fw_DE3.pui8Data[i*4], 4, 1, ptr);
141 fwrite(buf1, 1, LINKED_LIST_SIZE, ptr);
146 fwrite(buf1, 1, MTX_SIZE1 + sizeof(fw), ptr)
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/
bb_exit_func.c 75 fwrite (&ghdr, sizeof (ghdr), 1, fp);
84 fwrite (&tag, sizeof (tag), 1, fp);
85 fwrite (&ncounts, sizeof (ncounts), 1, fp);
89 fwrite (&ptr->addresses[i], sizeof (ptr->addresses[0]), 1, fp);
90 fwrite (&ptr->counts[i], sizeof (ptr->counts[0]), 1, fp);
  /external/libvpx/libvpx/
ivfenc.c 34 fwrite(header, 1, 32, outfile);
43 fwrite(header, 1, 12, outfile);
50 fwrite(header, 1, 4, outfile);
  /frameworks/av/cmds/stagefright/
WaveWriter.h 29 fwrite("RIFFxxxxWAVEfmt \x10\x00\x00\x00\x01\x00", 1, 22, mFile);
35 fwrite("dataxxxx", 1, 8, mFile);
50 fwrite(data, 1, size, mFile);
  /bionic/libc/bionic/
pututline.c 50 fwrite(utmp, sizeof(struct utmp), 1, f);
60 fwrite(utmp, sizeof(struct utmp), 1, f);
  /external/libpng/contrib/libtests/
fakepng.c 29 fwrite(chunk, length, 1, stdout);
60 fwrite(signature, sizeof signature, 1, stdout);
  /external/swiftshader/third_party/LLVM/runtime/libprofile/
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/
encode_double.c 21 fwrite(buffer, 1, stream.bytes_written, stdout);
  /external/selinux/libselinux/utils/
sefcontext_compile.c 115 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(&section_len, sizeof(uint32_t), 1, bin_file)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
rdtsc_buckets_shared.h 116 fwrite(&data, sizeof(VIZ_START_DATA), 1, f);
127 fwrite(&data, sizeof(VIZ_STOP_DATA), 1, f);
141 fwrite(&length, sizeof(length), 1, f);
142 fwrite(string.c_str(), string.size(), 1, f);
159 fwrite(&desc.enableThreadViz, sizeof(desc.enableThreadViz), 1, f);
160 fwrite(&desc.color, sizeof(desc.color), 1, f);
  /build/kati/
io.cc 22 size_t r = fwrite(&v, sizeof(v), 1, fp);
28 size_t r = fwrite(s.data(), 1, s.size(), fp);
  /external/fio/t/
log.c 16 return fwrite(buffer, len, 1, stderr);
30 return fwrite(buffer, len, 1, stdout);
  /external/nanopb-c/tests/basic_buffer/
encode_buffer.c 30 fwrite(buffer, 1, stream.bytes_written, stdout);
  /external/syslinux/lzo/include/lzo/
lzoutil.h 51 #define lzo_fwrite(f,b,s) (fwrite(b,1,s,f))
  /external/webrtc/webrtc/test/
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)
  /frameworks/base/tools/incident_report/
printer.cpp 80 fwrite(mBuf, len, 1, mOut);
87 fwrite(last, size, 1, mOut);
124 fwrite(SPACES, SPACE_COUNT, 1, mOut);
127 fwrite(SPACES + SPACE_COUNT - indent, indent, 1, mOut);
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_output.cpp 44 return buffer_size == fwrite(buffer, 1, buffer_size, _file);

Completed in 509 milliseconds

1 2 3 4 5 6 7 8 91011>>