Searched defs:COND_SWAP (Results 1 – 2 of 2) sorted by relevance
189 #define COND_SWAP(n) (is_be ? be32toh(n) : le32toh(n)) macro [all...]
2067 #define COND_SWAP(n) (is_le ? le32toh(n) : be32toh(n)) macro