Searched defs:getshort (Results 1 – 3 of 3) sorted by relevance
205 getshort( in getshort() function
57 #define getshort(s) ((((s) & 0xff) << 8) | (((s) >> 8) & 0xff)) macro 60 #define getshort(s) ((u_short)(s)) macro [all...]
5431 getshort( in getshort() function