Searched refs:le64toh (Results 1 – 11 of 11) sorted by relevance
37 # define le64toh(x) OSSwapLittleToHostInt64(x) macro59 # define le64toh(x) letoh64(x) macro81 # define le64toh(x) (x) macro99 # define le64toh(x) __builtin_bswap64(x) macro
32 # define le64toh(x) letoh64(x) macro61 # define le64toh(x) OSSwapLittleToHostInt64(x) macro107 # define le64toh(x) (x) macro125 # define le64toh(x) __builtin_bswap64(x) macro
34 # define le64toh(x) (x) macro49 # define le64toh(x) __bswap_64 (x) macro
66 #define le64toh(x) ((uint64_t)(x)) macro80 #define le64toh(x) bswap64((x)) macro
44 _val = is_be ? be64toh(_val) : le64toh(_val); \168 off = is_be ? be64toh(rel->r_offset) : le64toh(rel->r_offset); in parse_mips64_rela()
233 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()276 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
260 #define le64toh(x) (x)302 #define le64atoh(x) le64toh(*(uint64_t*)(x))
334 # define _le64toh(x) le64toh(x)
2230 AC_MSG_CHECKING(for le64toh)2238 le64toh(1) ]])2242 AC_DEFINE(HAVE_HTOLE64, 1, [Define this if you have le64toh()])
532 /* Define this if you have le64toh() */
8306 le64toh(1)