Searched defs:BSWAP_L (Results 1 – 1 of 1) sorted by relevance
42 #define BSWAP_L(l) (((l & 0xff) << 24) | ((l & 0xff00) <<8) \ macro45 #define BSWAP_L(l) (l) macro