Searched refs:betoh16 (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dendian.h39 #define betoh16(x) __bswap16(x) macro
58 #define betoh16(x) (uint16_t)(x) macro
/fuchsia/zircon/system/dev/tee/optee/
H A Doptee-message.cpp20 dst->timeMid = betoh16(src.uuid_big_endian.timeMid);
21 dst->timeHiAndVersion = betoh16(src.uuid_big_endian.timeHiAndVersion);
/fuchsia/zircon/system/dev/misc/tpm/
H A Dtpm.cpp71 bytes_returned = betoh16(resp->bytes_returned);

Completed in 37 milliseconds