HomeSort by relevance Sort by last modified time
    Searched refs:getc_unlocked (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
getc.c 58 #undef getc_unlocked macro
78 getc_unlocked(FILE *fp) function
  /external/compiler-rt/test/msan/
getc_unlocked.c 24 c = getc_unlocked (stream);
  /external/bison/lib/
unlocked-io.h 101 # define getc(x) getc_unlocked (x)
103 # define getc_unlocked(x) getc (x) macro
getdelim.c 47 # define getc_maybe_unlocked(fp) getc_unlocked(fp)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 312 int getc_unlocked(FILE *);
412 #define getc_unlocked(fp) __sgetc(fp) macro
427 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 312 int getc_unlocked(FILE *);
412 #define getc_unlocked(fp) __sgetc(fp) macro
427 #define getchar_unlocked() getc_unlocked(stdin)
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 76 int getc_unlocked (FILE *);
1614 #define getc_unlocked macro
    [all...]
  /development/ndk/platforms/android-9/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/
stdio.h 311 int getc_unlocked(FILE *);
380 #define getchar_unlocked() getc_unlocked(stdin)

Completed in 1042 milliseconds

1 2 3 4 5