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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
getchar.c 54 #undef getchar_unlocked macro
69 getchar_unlocked( void ) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio.h 71 getchar_unlocked (void) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio.h 71 getchar_unlocked (void) function
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 77 int getchar_unlocked(void);
1617 #define getchar_unlocked macro
    [all...]
  /bionic/libc/stdio/
stdio.cpp 815 int getchar_unlocked() { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 549 #define getchar_unlocked(...) (pthread_testcancel(), getchar_unlocked(__VA_ARGS__)) macro
    [all...]

Completed in 52 milliseconds