Searched defs:GLONG (Results 1 – 6 of 6) sorted by relevance
82 #define GLONG() (argptr += 4, (((uchar*)argptr)[-1] | (((uchar*)argptr)[-2]<<8) | (((uchar*)argptr… macro
77 #define GLONG(p) (((p)[0]<<24) | ((p)[1]<<16) | ((p)[2]<<8) | (p)[3]) macro
17 #define GLONG(p) ((GSHORT((p)+2)<<16)|GSHORT(p)) macro
174 #define GLONG(p) (((long)(p)[0])|(p)[1]<<8|(p)[2]<<16|(p)[3]<<24) macro
159 #define GLONG(p) ((GSHORT((p))<<16) | ((GSHORT((p)+2))<<0)) macro
57 #define GLONG(p) ((GSHORT(p+2)<<16)|GSHORT(p)) macro