Searched defs:_Getsh (Results 1 – 2 of 2) sorted by relevance
74 #define _Getsh(ip) (*((short *)((char *)(ip)))) macro82 #define _Getsh(ip) ((short)(*((unsigned char *) ip) | (*(ip+1) << 8))) macro96 _Getsh( in _Getsh() function
173 #define _Getsh(ip) (* (short *)ip) macro180 #define _Getsh(ip) ((short)(*((unsigned char *)ip) | (*(ip+1) << 8))) macro193 _Getsh(char *p) in _Getsh() function