HomeSort by relevance Sort by last modified time
    Searched defs:getchar_unlocked (Results 1 - 25 of 39) sorted by null

1 2

  /bionic/libc/stdio/
getchar.c 37 * A subroutine version of the macro getchar_unlocked.
39 #undef getchar_unlocked macro
42 getchar_unlocked(void) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio.h 71 getchar_unlocked (void) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h 71 getchar_unlocked (void) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h 71 getchar_unlocked (void) function
  /external/bison/lib/
unlocked-io.h 109 # define getchar() getchar_unlocked ()
111 # define getchar_unlocked() getchar () macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 108 # define getchar() getchar_unlocked ()
110 # define getchar_unlocked() getchar () macro
  /bionic/libc/include/
stdio.h 326 int getchar_unlocked(void);
445 #define getchar_unlocked() getc_unlocked(stdin) macro
  /development/ndk/platforms/android-3/include/
stdio.h 325 int getchar_unlocked(void);
439 #define getchar_unlocked() getc_unlocked(stdin) macro
  /development/ndk/platforms/android-8/include/
stdio.h 325 int getchar_unlocked(void);
439 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
stdio.h 334 int getchar_unlocked(void);
448 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdio.h 325 int getchar_unlocked(void);
439 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 334 int getchar_unlocked(void);
448 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
stdio.h 334 int getchar_unlocked(void);
448 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdio.h 325 int getchar_unlocked(void);
439 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 334 int getchar_unlocked(void);
448 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdio.h 323 int getchar_unlocked(void);
437 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdio.h 323 int getchar_unlocked(void);
437 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdio.h 323 int getchar_unlocked(void);
437 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdio.h 323 int getchar_unlocked(void);
437 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdio.h 323 int getchar_unlocked(void);
437 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdio.h 323 int getchar_unlocked(void);
437 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdio.h 325 int getchar_unlocked(void);
439 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
stdio.h 325 int getchar_unlocked(void);
439 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdio.h 325 int getchar_unlocked(void);
439 #define getchar_unlocked() getc_unlocked(stdin) macro
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdio.h 325 int getchar_unlocked(void);
439 #define getchar_unlocked() getc_unlocked(stdin) macro

Completed in 672 milliseconds

1 2