HomeSort by relevance Sort by last modified time
    Searched refs:fwrite (Results 1 - 25 of 398) 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);
  /frameworks/base/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/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/valgrind/main/memcheck/tests/
fwrite.stderr.exp 5 by 0x........: main (fwrite.c:7)
  /external/mesa3d/test/
image_file.h 33 fwrite("BM", 2, 1, file);
37 fwrite((const char *)&fileSize, 4, 1, file);
38 fwrite("\0\0\0\0", 4, 1, file); // unused
39 fwrite((const char *)&dataOffset, 4, 1, file);
40 fwrite("\x28\0\0\0", 4, 1, file); // header size from this point
41 fwrite((const char *)&width, 4, 1, file);
42 fwrite((const char *)&height, 4, 1, file);
43 fwrite("\x01\0", 2, 1, file); // 1 color plane
44 fwrite("\x20\0", 2, 1, file); // 32bpp
45 fwrite("\0\0\0\0", 4, 1, file); // BI_RGB no compressio
    [all...]
  /external/webkit/LayoutTests/http/tests/resources/
portabilityLayer.php 28 $bytesWritten = fwrite($handle, $data);
  /external/zlib/contrib/minizip/
mztools.c 67 if (fwrite(header, 1, 30, fpOut) == 30) {
77 if (fwrite(filename, 1, fnsize, fpOut) == fnsize) {
95 if (fwrite(extra, 1, extsize, fpOut) == extsize) {
117 if ((int)fwrite(data, 1, dataSize, fpOut) == dataSize) {
160 if (fwrite(header, 1, 46, fpOutCD) == 46) {
165 if (fwrite(filename, 1, fnsize, fpOutCD) == fnsize) {
178 if (fwrite(extra, 1, extsize, fpOutCD) == extsize) {
188 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
230 if (fwrite(header, 1, 22, fpOutCD) == 22) {
234 if ((int)fwrite(comment, 1, comsize, fpOutCD) != comsize)
    [all...]
  /external/qemu/
tcpdump.c 66 if (fwrite(&h, sizeof(h), 1, out) != 1) {
134 fwrite( &h, sizeof(h), 1, capture_file );
135 fwrite( base, 1, len2, capture_file );
  /bionic/libc/stdio/
fwrite.c 1 /* $OpenBSD: fwrite.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
43 fwrite(const void *buf, size_t size, size_t count, FILE *fp) function
  /external/webp/examples/
dwebp.c 107 ok &= (fwrite(out, width * height, 3, fout) == 3);
119 ok &= (fwrite(out + y * stride, width, 1, fout) == 1);
123 ok &= (fwrite(u + y * uv_stride, uv_width, 1, fout) == 1);
124 ok &= (fwrite(v + y * uv_stride, uv_width, 1, fout) == 1);
  /frameworks/base/cmds/bugreport/
bugreport.c 51 fwrite(buffer, 1, length, stdout);
  /system/bluetooth/brfpatch/
brfpatch.c 58 fwrite(&prefix, 1, 1, fpo);
59 fwrite(&opcode, 2, 1, fpo); // opcode
60 fwrite(&len, 1, 1, fpo); // data length
61 fwrite(data, len, 1, fpo); // data
  /external/dropbear/libtommath/etc/
pprime.c 42 r = 3; fwrite(&r, 1, sizeof(mp_digit), out);
43 r = 5; fwrite(&r, 1, sizeof(mp_digit), out);
44 r = 7; fwrite(&r, 1, sizeof(mp_digit), out);
45 r = 11; fwrite(&r, 1, sizeof(mp_digit), out);
46 r = 13; fwrite(&r, 1, sizeof(mp_digit), out);
47 r = 17; fwrite(&r, 1, sizeof(mp_digit), out);
48 r = 19; fwrite(&r, 1, sizeof(mp_digit), out);
49 r = 23; fwrite(&r, 1, sizeof(mp_digit), out);
50 r = 29; fwrite(&r, 1, sizeof(mp_digit), out);
51 r = 31; fwrite(&r, 1, sizeof(mp_digit), out)
    [all...]
  /sdk/emulator/qtools/
gtrace.cpp 30 fwrite(&ch, 1, 1, ftrace_);
64 fwrite(&fh, sizeof(fh), 1, ftrace_);
108 fwrite(&bh, sizeof(bh), 1, ftrace_);
122 fwrite(zeros, num_zeros, 1, ftrace_);
135 fwrite(&entry, sizeof(entry), 1, ftrace_);
  /external/quake/quake/src/QW/client/
cl_demo.c 80 fwrite (&fl, sizeof(fl), 1, cls.demofile);
83 fwrite (&c, sizeof(c), 1, cls.demofile);
94 fwrite(&cmd, sizeof(cmd), 1, cls.demofile);
99 fwrite (&fl, 4, 1, cls.demofile);
124 fwrite (&fl, sizeof(fl), 1, cls.demofile);
127 fwrite (&c, sizeof(c), 1, cls.demofile);
130 fwrite (&len, 4, 1, cls.demofile);
131 fwrite (msg->data, msg->cursize, 1, cls.demofile);
323 fwrite (&fl, sizeof(fl), 1, cls.demofile);
326 fwrite (&c, sizeof(c), 1, cls.demofile)
    [all...]
  /external/llvm/lib/Analysis/
PathProfileVerifier.cpp 188 fwrite(&type,sizeof(unsigned),1,edgeFile);
189 fwrite(&num,sizeof(unsigned),1,edgeFile);
190 fwrite(pathProfileInfo.argList.c_str(),1,num,edgeFile);
192 fwrite(&zeros, 1, 4-(num&3), edgeFile);
196 fwrite(&type,sizeof(unsigned),1,edgeFile);
197 fwrite(&num,sizeof(unsigned),1,edgeFile);
202 fwrite(&*s, sizeof (unsigned), 1, edgeFile);
  /external/bison/lib/
unlocked-io.h 94 # undef fwrite macro
95 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro
97 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
  /external/webkit/Source/WebCore/platform/network/win/
DownloadBundleWin.cpp 81 if (fwrite(resumeBytes, 1, resumeLength, bundle) != resumeLength) {
86 if (fwrite(&resumeLength, 4, 1, bundle) != 1) {
92 if (fwrite(&magic, 4, 1, bundle) != 1) {
  /external/webkit/Tools/DumpRenderTree/
PixelDumpSupport.cpp 122 fwrite(data, 1, insertOffset, stdout);
123 fwrite(bytesToAdd.data(), 1, bytesToAdd.size(), stdout);
130 size_t bytesWritten = fwrite(data, 1, bytesToWriteInThisChunk, stdout);
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio-write.c 141 fwrite (const void *ptr, size_t s, size_t n, FILE *stream) function
142 #undef fwrite macro
144 CALL_WITH_SIGPIPE_EMULATION (size_t, fwrite (ptr, s, n, stream), ret < n)
unlocked-io.h 93 # undef fwrite macro
94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro
96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
  /external/icu4c/samples/cal/
uprint.c 63 fwrite(buf, sizeof(char), myTarget - buf, f);
  /external/icu4c/samples/date/
uprint.c 64 fwrite(buf, sizeof(char), myTarget - buf, f);
  /external/jpeg/
jinclude.h 83 * The modules that use fread() and fwrite() always invoke them through
91 ((size_t) fwrite((const void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))

Completed in 5721 milliseconds

1 2 3 4 5 6 7 8 91011>>