Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dplatform.h53 #define FIRST_32_SECOND_64(a, b) (b) macro
55 #define FIRST_32_SECOND_64(a, b) (a) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform.h150 # define FIRST_32_SECOND_64(a, b) (b) macro
152 # define FIRST_32_SECOND_64(a, b) (a) macro