Searched defs:le64toh (Results 1 – 5 of 5) sorted by relevance
137 #define le64toh(x) ((uint64_t)(x)) macro151 #define le64toh(x) bswap64((x)) macro
116 #define le64toh( global() macro 130 #define le64toh( global() macro
69 #define le64toh(x) ((uint64_t)(x)) macro83 #define le64toh(x) bswap64((x)) macro
673 # define le64toh(v) (openssh_swap64(v)) macro683 # define le64toh(v) ((uint64_t)v) macro
554 #define le64toh(x) ((uint64_t)(x)) macro