HomeSort by relevance Sort by last modified time
    Searched defs:fread_unlocked (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio.h 145 # define fread_unlocked(ptr, size, n, stream) \ macro
167 : fread_unlocked (ptr, size, n, stream))))
stdio2.h 318 # undef fread_unlocked macro
325 fread_unlocked) __wur;
331 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
335 fread_unlocked (void *__restrict __ptr, size_t __size, size_t __n, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio.h 145 # define fread_unlocked(ptr, size, n, stream) \ macro
167 : fread_unlocked (ptr, size, n, stream))))
stdio2.h 318 # undef fread_unlocked macro
325 fread_unlocked) __wur;
331 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
335 fread_unlocked (void *__restrict __ptr, size_t __size, size_t __n, function
  /bionic/libc/stdio/
stdio.cpp 1037 return fread_unlocked(buf, size, count, fp);
1040 size_t fread_unlocked(void* buf, size_t size, size_t count, FILE* fp) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 158 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream)
160 extern size_t fread_unlocked (void *, size_t, size_t, FILE *);
186 /* ??? Glibc's fwrite/fread_unlocked macros cause
188 #undef fread_unlocked macro
    [all...]

Completed in 96 milliseconds