/external/valgrind/main/memcheck/tests/ |
fwrite.vgtest | 1 prog: fwrite
|
fwrite.stderr.exp | 5 by 0x........: main (fwrite.c:7)
|
/external/llvm/test/FrontendC/ |
2006-09-18-fwrite-cast-crash.c | 7 unsigned fwrite(signed char *, unsigned , unsigned , signed char *); 13 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);
|
/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/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/openssl/crypto/bio/ |
bio_lcl.h | 11 #define UP_fwrite fwrite
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/ |
simEnvironment.m | 13 fid=fopen(saveFile,'w');fwrite(fid,int16(emicrophone),'short');fclose(fid);
|
/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/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); 117 fwrite("adcg*404MVLL", 12, 1, output_file); 156 fwrite("\0\0\0\1", 4, 1, output_file); 167 fwrite("\0\0\xa1\1", 4, 1, output_file); 183 fwrite("\0\0\0\0\0\0\0\0", 8, 1, output_file);
|
/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 );
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libXau.so.6 | |
libXau.so.6.0 | |
libXau.so.6.0.0 | |
libxcb-xlib.so.0 | |
libxcb-xlib.so.0.0 | |
libxcb-xlib.so.0.0.0 | |
/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...] |
/bionic/libc/bionic/ |
pututline.c | 50 fwrite(utmp, sizeof(struct utmp), 1, f); 60 fwrite(utmp, sizeof(struct utmp), 1, f);
|
/external/chromium/chrome/browser/extensions/ |
extension_creator.cc | 210 if (fwrite(&header, sizeof(SandboxedExtensionUnpacker::ExtensionHeader), 1, 212 PLOG(ERROR) << "fwrite failed to write header"; 214 if (fwrite(&public_key.front(), sizeof(uint8), public_key.size(), 216 PLOG(ERROR) << "fwrite failed to write public_key.front"; 218 if (fwrite(&signature.front(), sizeof(uint8), signature.size(), 220 PLOG(ERROR) << "fwrite failed to write signature.front"; 229 if (fwrite(buffer.get(), sizeof(char), bytes_read, crx_handle.get()) != 231 PLOG(ERROR) << "fwrite failed to write buffer";
|
/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)
|
/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)
|
/dalvik/vm/hprof/ |
HprofOutput.cpp | 100 fwrite(magic, 1, sizeof(magic), fp); 106 fwrite(buf, 1, sizeof(u4), fp); 119 fwrite(buf, 1, sizeof(u4), fp); 124 fwrite(buf, 1, sizeof(u4), fp); //xxx fix the time 138 nb = fwrite(headBuf, 1, sizeof(headBuf), fp); 142 nb = fwrite(rec->body, 1, rec->length, fp);
|