Home
last modified time | relevance | path

Searched defs:FIRST_32_SECOND_64 (Results 1 – 2 of 2) sorted by relevance

/external/scudo/standalone/
Dplatform.h47 #define FIRST_32_SECOND_64(a, b) (b) macro
49 #define FIRST_32_SECOND_64(a, b) (a) macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform.h91 # define FIRST_32_SECOND_64(a, b) (b) macro
93 # define FIRST_32_SECOND_64(a, b) (a) macro