Home
last modified time | relevance | path

Searched refs:LOAD_UINT32_REVERSED (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dumac.c127 #define LOAD_UINT32_REVERSED(p) (swap32(*(UINT32 *)(p))) macro
131 static UINT32 LOAD_UINT32_REVERSED(void *ptr) in LOAD_UINT32_REVERSED() function
157 #define LOAD_UINT32_LITTLE(ptr) LOAD_UINT32_REVERSED(ptr)
558 *p = LOAD_UINT32_REVERSED(p); in endian_convert()
565 t = LOAD_UINT32_REVERSED(p+1); in endian_convert()
566 p[1] = LOAD_UINT32_REVERSED(p); in endian_convert()