Searched refs:LOAD_UINT32_REVERSED (Results 1 – 1 of 1) sorted by relevance
135 #define LOAD_UINT32_REVERSED(p) (swap32(*(const UINT32 *)(p))) macro139 static UINT32 LOAD_UINT32_REVERSED(const void *ptr) in LOAD_UINT32_REVERSED() function165 #define LOAD_UINT32_LITTLE(ptr) LOAD_UINT32_REVERSED(ptr)568 *p = LOAD_UINT32_REVERSED(p); in endian_convert()575 t = LOAD_UINT32_REVERSED(p+1); in endian_convert()576 p[1] = LOAD_UINT32_REVERSED(p); in endian_convert()