Searched defs:SWAB (Results 1 – 2 of 2) sorted by relevance
27 #define SWAB(a, b) { union { u_char c[2]; u_short s;} s; u_char t; \ macro
281 # define SWAB macro