Searched refs:GETU32 (Results 1 – 3 of 3) sorted by relevance
251 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ \ macro
269 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ \ macro
401 #define GETU32(var) (*((__u32 *)var)) /* BB check for endian issues */ macro