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