Searched defs:GetSShort (Results 1 – 2 of 2) sorted by relevance
326 static int GetSShort( const unsigned char* p ){ return((static_cast<signed char>(p[0])<<8)|p[1]);} in GetSShort() function
501 static signed GetSShort( const unsigned char* p ){ return((short)((p[0]<<8)+p[1]));} in GetSShort() function
Completed in 21 milliseconds