Searched refs:le64toh (Results 1 – 12 of 12) 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
37 #define le64toh(v) OSSwapLittleToHostInt64(v) macro58 #define le64toh(v) (v) macro78 #define le64toh(v) __builtin_bswap64(v) macro154 return le64toh(*static_cast<const uint64_t*>(memory)); in GetLE64()
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
234 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()277 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
340 # define _le64toh(x) le64toh(x)
260 #define le64toh(x) (x)302 #define le64atoh(x) le64toh(*(uint64_t*)(x))
286 assert_int_equal (le64toh(val2), value2); in tpm2b_unmarshal_success_offset()
529 /* Define this if you have le64toh() */
2296 AC_MSG_CHECKING(for le64toh)2304 le64toh(1) ]])2308 AC_DEFINE(HAVE_HTOLE64, 1, [Define this if you have le64toh()])
8439 le64toh(1)