Searched defs:SWAB2 (Results 1 – 1 of 1) sorted by relevance
636 # define SWAB2(CH) ((CH) << 8) /* high byte is zero */ in STRINGLIB() macro690 #define SWAB2(CH) (((CH) << 8) | ((CH) >> 8)) in STRINGLIB() macro