HomeSort by relevance Sort by last modified time
    Searched full:fread_unlocked (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/bison/m4/
unlocked-io.m4 38 AC_CHECK_DECLS_ONCE([fread_unlocked])
  /ndk/sources/host-tools/sed-4.2.1/m4/
unlocked-io.m4 35 AC_CHECK_DECLS_ONCE([fread_unlocked])
  /external/bison/lib/
unlocked-io.h 88 # define fread(w,x,y,z) fread_unlocked (w,x,y,z)
90 # 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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio2.h 231 # undef fread_unlocked macro
238 fread_unlocked) __wur;
244 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
248 fread_unlocked (void *__restrict __ptr, size_t __size, size_t __n, function
stdio.h 145 # define fread_unlocked(ptr, size, n, stream) \ macro
167 : fread_unlocked (ptr, size, n, stream))))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 231 # undef fread_unlocked macro
238 fread_unlocked) __wur;
244 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
248 fread_unlocked (void *__restrict __ptr, size_t __size, size_t __n, function
stdio.h 145 # define fread_unlocked(ptr, size, n, stream) \ macro
167 : fread_unlocked (ptr, size, n, stream))))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 231 # undef fread_unlocked macro
238 fread_unlocked) __wur;
244 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
248 fread_unlocked (void *__restrict __ptr, size_t __size, size_t __n, function
stdio.h 145 # define fread_unlocked(ptr, size, n, stream) \ macro
167 : fread_unlocked (ptr, size, n, stream))))
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream)
153 extern size_t fread_unlocked (void *, size_t, size_t, FILE *);
175 /* ??? Glibc's fwrite/fread_unlocked macros cause
177 #undef fread_unlocked macro
auto-host.h 655 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
926 /* Define to 1 if you have the `fread_unlocked' function. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream)
153 extern size_t fread_unlocked (void *, size_t, size_t, FILE *);
175 /* ??? Glibc's fwrite/fread_unlocked macros cause
177 #undef fread_unlocked macro
auto-host.h 655 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
926 /* Define to 1 if you have the `fread_unlocked' function. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream)
153 extern size_t fread_unlocked (void *, size_t, size_t, FILE *);
175 /* ??? Glibc's fwrite/fread_unlocked macros cause
177 #undef fread_unlocked macro
auto-host.h 655 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
926 /* Define to 1 if you have the `fread_unlocked' function. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream)
153 extern size_t fread_unlocked (void *, size_t, size_t, FILE *);
175 /* ??? Glibc's fwrite/fread_unlocked macros cause
177 #undef fread_unlocked macro
auto-host.h 655 /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
926 /* Define to 1 if you have the `fread_unlocked' function. */
    [all...]
  /external/elfutils/src/
ldlex.l 52 #define fread(b, m, n, s) fread_unlocked (b, m, n, s)
  /external/bison/
config.h 71 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
config.hin 70 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gcov 
  /ndk/sources/host-tools/sed-4.2.1/
config_h.in 187 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-gcov 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
collect2 

Completed in 813 milliseconds

1 2 3