Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c137 #define LOAD_UINT32_REVERSED(p) get_u32(p) macro
140 #define LOAD_UINT32_REVERSED(p) get_u32_le(p) macro
557 *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()