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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dplatform.h41 #define FIRST_32_SECOND_64(a, b) (b) macro
43 #define FIRST_32_SECOND_64(a, b) (a) macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform.h124 # define FIRST_32_SECOND_64(a, b) (b) macro
126 # define FIRST_32_SECOND_64(a, b) (a) macro

Completed in 103 milliseconds