Searched defs:fread (Results 1 - 8 of 8) sorted by relevance

/external/bison/lib/
H A Dunlocked-io.h86 # undef fread macro
87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) macro
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z)
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dexample.js129 function fread(e) { function
132 postCall('fread', filehandle, numBytes, function(filehandle, data) {
/external/bison/darwin-lib/
H A Dstdio.h675 # undef fread
676 # define fread rpl_fread
678 _GL_FUNCDECL_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)
680 _GL_CXXALIAS_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream));
682 _GL_CXXALIAS_SYS (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream));
684 _GL_CXXALIASWARN (fread); variable
/external/bison/linux-lib/
H A Dstdio.h675 # undef fread
676 # define fread rpl_fread
678 _GL_FUNCDECL_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)
680 _GL_CXXALIAS_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream));
682 _GL_CXXALIAS_SYS (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream));
684 _GL_CXXALIASWARN (fread); variable
/external/elfutils/0.153/src/
H A Dldlex.c246 * instead of fread(), to make sure we stop fetching input after
1126 #undef fread macro
1127 #define fread(b, m, n, s) fread_unlocked (b, m, n, s) macro
1270 while ( (result = fread(buf, 1, max_size, ldin))==0 && ferror(ldin)) \
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c53 /* Swallow warnings about unused results of fread/fwrite */
56 return fread(ptr, size, nmemb, stream);
58 #define fread wrap_fread macro
914 input->detect.buf_read = fread(input->detect.buf, 1, 4, input->file);
/external/libvpx/libvpx/
H A Dvpxenc.c48 /* Swallow warnings about unused results of fread/fwrite */
51 return fread(ptr, size, nmemb, stream);
53 #define fread wrap_fread macro
779 input->detect.buf_read = fread(input->detect.buf, 1, 4, input->file);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h293 /// size_t fread(void *ptr, size_t size, size_t nitems, FILE *stream);
294 fread, enumerator in enum:llvm::LibFunc::Func

Completed in 206 milliseconds