Searched defs:SWAP_BYTES (Results 1 – 2 of 2) sorted by relevance
1376 #define SWAP_BYTES(a,b) tmp = a; a = b; b = tmp in md_assemble() macro