Searched refs:SWAP32BY16 (Results 1 – 2 of 2) sorted by relevance
52 #define SWAP32BY16(zz) (((zz) << 16) | ((zz) >> 16)) macro
1499 *lp = SWAP32BY16(tmp); in swap_words()