Searched defs:GETU32 (Results 1 – 2 of 2) sorted by relevance
863 #define GETU32(p) SWAP(*((u32 *)(p))) macro866 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)… macro
1163 #define GETU32(pt) (((u32)(pt)[0]<<24) ^ ((u32)(pt)[1]<<16) ^ \ macro