Searched defs:fwrite (Results 1 - 10 of 10) sorted by last modified time

/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h331 /// size_t fwrite(const void *ptr, size_t size, size_t nitems,
333 fwrite, enumerator in enum:llvm::LibFunc::Func
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh55 fwrite () { function
411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
413 fwrite config.mk "ALL_TARGETS += ${t}"
/external/libvpx/libvpx/
H A Dvpxenc.c48 /* Swallow warnings about unused results of fread/fwrite */
57 return fwrite(ptr, size, nmemb, stream);
59 #define fwrite wrap_fwrite macro
1363 (void) fwrite(pkt->data.frame.buf, 1, pkt->data.frame.sz,
/external/elfutils/0.153/src/
H A Dldlex.c1128 #undef fwrite macro
1129 #define fwrite(b, m, n, s) fwrite_unlocked (b, m, n, s) macro
1134 = fwrite (ldtext, ldleng, 1, ldout); } while (0)
1244 * we now use fwrite().
1246 #define ECHO do { if (fwrite( ldtext, ldleng, 1, ldout )) {} } while (0)
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dconfigure.sh55 fwrite () { function
411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
413 fwrite config.mk "ALL_TARGETS += ${t}"
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c53 /* Swallow warnings about unused results of fread/fwrite */
62 return fwrite(ptr, size, nmemb, stream);
64 #define fwrite wrap_fwrite macro
1640 (void) fwrite(pkt->data.frame.buf, 1, pkt->data.frame.sz,
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dexample.js138 function fwrite(e) { function
141 postCall('fwrite', filehandle, data, function(filehandle, bytesWritten) {
/external/bison/darwin-lib/
H A Dstdio.h883 # undef fwrite
884 # define fwrite rpl_fwrite
886 _GL_FUNCDECL_RPL (fwrite, size_t,
889 _GL_CXXALIAS_RPL (fwrite, size_t,
892 _GL_CXXALIAS_SYS (fwrite, size_t,
897 which sometimes causes an unwanted diagnostic for fwrite calls.
904 size_t r = fwrite (ptr, s, n, stream);
908 # undef fwrite macro
909 # define fwrite rpl_fwrite macro
912 _GL_CXXALIASWARN (fwrite); variable
[all...]
/external/bison/lib/
H A Dunlocked-io.h93 # 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/bison/linux-lib/
H A Dstdio.h883 # undef fwrite
884 # define fwrite rpl_fwrite
886 _GL_FUNCDECL_RPL (fwrite, size_t,
889 _GL_CXXALIAS_RPL (fwrite, size_t,
892 _GL_CXXALIAS_SYS (fwrite, size_t,
897 which sometimes causes an unwanted diagnostic for fwrite calls.
904 size_t r = fwrite (ptr, s, n, stream);
908 # undef fwrite macro
909 # define fwrite rpl_fwrite macro
912 _GL_CXXALIASWARN (fwrite); variable
[all...]

Completed in 7725 milliseconds