Searched defs:GETU32 (Results 1 – 4 of 4) sorted by relevance
62 #define GETU32(p) SWAP(*((uint32_t *)(p))) macro
110 #define GETU32(p) SWAP(*((u32 *)(p))) macro113 #define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ \ macro
141 #define GETU32(p) BSWAP4(*(const uint32_t *)(p)) macro
69 #define GETU32(p) BSWAP4(*(const uint32_t *)(p)) macro