Searched defs:GETLONG (Results 1 – 4 of 4) sorted by relevance
220 #define GETLONG(l, cp) { \ macro
265 #define GETLONG NS_GET32 macro
97 #define GETLONG(x) (((x)[0]<<24)|((x)[1]<<16)|((x)[2]<<8)|(x)[3]) macro
720 #define GETLONG(l, cp) { \ macro