Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c138 #define LOAD_UINT32_REVERSED(p) get_u32(p) macro
141 #define LOAD_UINT32_REVERSED(p) get_u32_le(p) macro
561 *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()