brintos

brintos / llvm-project-archived public Read only

0
0
Text · 546 B · f100a11 Raw
33 lines · yaml
1macros:2  LITTLE_ENDIAN:3    in-latest-posix: ''4  BIG_ENDIAN:5    in-latest-posix: ''6  BYTE_ORDER:7    in-latest-posix: ''8  be16toh:9    in-latest-posix: ''10  be32toh:11    in-latest-posix: ''12  be64toh:13    in-latest-posix: ''14  htobe16:15    in-latest-posix: ''16  htobe32:17    in-latest-posix: ''18  htobe64:19    in-latest-posix: ''20  htole16:21    in-latest-posix: ''22  htole32:23    in-latest-posix: ''24  htole64:25    in-latest-posix: ''26  le16toh:27    in-latest-posix: ''28  le32toh:29    in-latest-posix: ''30  le64toh:31    in-latest-posix: ''32 33