Searched refs:LOAD_UINT32_REVERSED (Results 1 – 1 of 1) sorted by relevance
137 #define LOAD_UINT32_REVERSED(p) get_u32(p) macro140 #define LOAD_UINT32_REVERSED(p) get_u32_le(p) macro557 *p = LOAD_UINT32_REVERSED(p); in endian_convert()564 t = LOAD_UINT32_REVERSED(p+1); in endian_convert()565 p[1] = LOAD_UINT32_REVERSED(p); in endian_convert()