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

  /external/bison/lib/
unlocked-io.h 87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z)
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z)
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/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.11-4.8/sysroot/usr/include/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
  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.h 60 #define fread_unlocked fread macro
  /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...]
  /external/chromium_org/third_party/leveldatabase/
env_chromium_stdio.cc 34 size_t fread_unlocked(void* ptr, size_t size, size_t n, FILE* file) { function in namespace:leveldb_env::__anon16086
81 size_t r = fread_unlocked(scratch, 1, n, file_);
  /external/elfutils/0.153/src/
ldlex.l 52 #define fread(b, m, n, s) fread_unlocked (b, m, n, s)
ldlex.c     [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 102 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb,
105 SIZE_T res = REAL(fread_unlocked)(ptr, size, nmemb, file);
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 50 size_t r = fread_unlocked(scratch, 1, n, file_);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdio.h 710 extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 710 extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
  /external/ltrace/etc/
libc.so.conf 223 ulong fread_unlocked(addr,ulong,ulong,file);
  /external/valgrind/main/perf/
test_input_for_tinycc.c     [all...]
  /external/bison/
configure     [all...]

Completed in 336 milliseconds