Searched refs:_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))) macro85 #ifndef _Getsh96 _Getsh( in _Getsh() function100 _Getsh(p) in _Getsh()282 if (n <= 0 || n >= 4096 || _Getsh(pt->tiebuf) != 0432) {298 pt->snames = _Getsh(pt->tiebuf + 2);299 pt->nbools = _Getsh(pt->tiebuf + 4);300 pt->nints = _Getsh(pt->tiebuf + 6);301 pt->nstrs = _Getsh(pt->tiebuf + 8);[all …]
161 #define _Getshi() _Getsh(ip); ip += 2173 #define _Getsh(ip) (* (short *)ip) macro180 #define _Getsh(ip) ((short)(*((unsigned char *)ip) | (*(ip+1) << 8))) macro183 #ifndef _Getsh193 _Getsh(char *p) in _Getsh() function