Searched defs:le32toh (Results 1 – 6 of 6) sorted by relevance
22 # define le32toh(x) OSSwapLittleToHostInt32(x) macro
136 #define le32toh(x) ((uint32_t)(x)) macro150 #define le32toh(x) bswap32((x)) macro
115 #define le32toh( global() macro 129 #define le32toh( global() macro
68 #define le32toh(x) ((uint32_t)(x)) macro82 #define le32toh(x) bswap32((x)) macro
670 # define le32toh(v) (openssh_swap32(v)) macro680 # define le32toh(v) ((uint32_t)v) macro
557 #define le32toh(x) ((uint32_t)(x)) macro