Searched refs:LOAD_UINT32_REVERSED (Results 1 – 1 of 1) sorted by relevance
138 #define LOAD_UINT32_REVERSED(p) get_u32(p) macro141 #define LOAD_UINT32_REVERSED(p) get_u32_le(p) macro561 *p = LOAD_UINT32_REVERSED(p); in endian_convert()568 t = LOAD_UINT32_REVERSED(p+1); in endian_convert()569 p[1] = LOAD_UINT32_REVERSED(p); in endian_convert()