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

1 2

  /bionic/libc/stdio/
putchar.c 36 #undef putchar_unlocked macro
38 * A subrouting version of the macro putchar_unlocked
41 putchar_unlocked(int c) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio.h 106 putchar_unlocked (int __c) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h 106 putchar_unlocked (int __c) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h 106 putchar_unlocked (int __c) function
  /external/bison/lib/
unlocked-io.h 123 # define putchar(x) putchar_unlocked (x)
125 # define putchar_unlocked(x) putchar (x) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 122 # define putchar(x) putchar_unlocked (x)
124 # define putchar_unlocked(x) putchar (x) macro
  /bionic/libc/include/
stdio.h 328 int putchar_unlocked(int);
446 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /development/ndk/platforms/android-3/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /development/ndk/platforms/android-8/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
stdio.h 336 int putchar_unlocked(int);
449 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 336 int putchar_unlocked(int);
449 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
stdio.h 336 int putchar_unlocked(int);
449 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 336 int putchar_unlocked(int);
449 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdio.h 325 int putchar_unlocked(int);
438 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdio.h 325 int putchar_unlocked(int);
438 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdio.h 325 int putchar_unlocked(int);
438 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdio.h 325 int putchar_unlocked(int);
438 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdio.h 325 int putchar_unlocked(int);
438 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdio.h 325 int putchar_unlocked(int);
438 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdio.h 327 int putchar_unlocked(int);
440 #define putchar_unlocked(c) putc_unlocked(c, stdout) macro

Completed in 5438 milliseconds

1 2