Searched defs:_Getsh (Results 1 – 2 of 2) sorted by relevance
74 #define _Getsh(ip) (*((short *)((char *)(ip)))) macro 82 #define _Getsh(ip) ((short)(*((unsigned char *) ip) | (*(ip+1) << 8))) macro 96 _Getsh( in _Getsh() function [all...]
173 #define _Getsh(ip) (* (short *)ip) macro 180 #define _Getsh(ip) ((short)(*((unsigned char *)ip) | (*(ip+1) << 8))) macro 193 _Getsh(char *p) in _Getsh() function