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

  /external/compiler-rt/test/msan/
getc_unlocked.c 23 #elif defined(GETC)
  /external/u-boot/arch/x86/include/asm/acpi/
debug.asl 101 Method(GETC, 2)
125 Store(GETC(BDBG, Local1), Local0)
  /external/python/cpython3/Objects/
fileobject.c 8 #define GETC(f) getc_unlocked(f)
12 #define GETC(f) getc(f)
249 while (--n > 0 && (c = GETC(stream)) != EOF ) {
257 c = GETC(stream);
293 c = GETC(stream);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 30 #define GETC(f) getc_unlocked(f)
34 #define GETC(f) getc(f)
942 c = GETC(f->f_fp);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 30 #define GETC(f) getc_unlocked(f)
34 #define GETC(f) getc(f)
928 c = GETC(f->f_fp);
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 30 #define GETC(f) getc_unlocked(f)
34 #define GETC(f) getc(f)
950 c = GETC(f->f_fp);
    [all...]

Completed in 272 milliseconds