Searched defs:U8TO32_LITTLE (Results 1 – 3 of 3) sorted by relevance
165 #define U8TO32_LITTLE(p) U32TO32_LITTLE(((u32*)(p))[0]) macro186 #define U8TO32_LITTLE(p) \ macro
155 #define U8TO32_LITTLE(p) U32TO32_LITTLE(((u32 *)(p))[0]) macro174 …#define U8TO32_LITTLE(p) (((u32)((p)[0])) | ((u32)((p)[1]) << 8) | ((u32)((p)[2]) << 16) | ((u32)(… macro
167 #define U8TO32_LITTLE(p) U32TO32_LITTLE(((u32*)(p))[0]) macro188 #define U8TO32_LITTLE(p) \ macro