Searched defs:BE64 (Results 1 – 5 of 5) sorted by relevance
72 # define BE64(n) bswap_64 (n) macro75 # define BE64(n) (n) macro
49 #define BE64(val) (val) macro56 #define BE64(val) SWAP_64(val) macro
13 #define BE64(be64) EMPTY_WRAP( \ macro
564 typedef ELFType<support::big, true> BE64; in yaml2elf() typedef