Searched defs:GETU32 (Results 1 – 4 of 4) sorted by relevance
67 # define GETU32(p) SWAP(*((u32 *)(p))) macro70 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt… macro
85 # define GETU32(p) SWAP(*((u32 *)(p))) macro
49 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt… macro
854 #define GETU32(p) SWAP(*((u32 *)(p))) macro857 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ \ macro