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

  /external/clang/test/SemaCXX/
warn-sysheader-macro.cpp 11 #define SHADOW(a) __extension__({ int v = a; v; })
27 int i = SHADOW(SHADOW(1));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
shadow.h 19 /* Declaration of types and functions for shadow password suite. */
34 #define SHADOW _PATH_SHADOW
81 /* Get shadow entry matching NAME.
89 /* Read shadow entry from STRING.
97 /* Read next shadow entry from STREAM.
105 /* Write line containing shadow password entry to stream.
149 #endif /* shadow.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
shadow.h 19 /* Declaration of types and functions for shadow password suite. */
34 #define SHADOW _PATH_SHADOW
81 /* Get shadow entry matching NAME.
89 /* Read shadow entry from STRING.
97 /* Read next shadow entry from STREAM.
105 /* Write line containing shadow password entry to stream.
149 #endif /* shadow.h */
  /external/compiler-rt/lib/msan/
msan.h 32 INVALID, APP, SHADOW, ORIGIN
43 {0x00a000000000ULL, 0x00c000000000ULL, MappingDesc::SHADOW, "shadow"},
48 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x002000000000)
57 {0x100000000000ULL, 0x310000000000ULL, MappingDesc::SHADOW, "shadow"},
69 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x280000000000)
78 {0x200000000000ULL, 0x400000000000ULL, MappingDesc::SHADOW, "shadow"}
    [all...]

Completed in 604 milliseconds