Home
last modified time | relevance | path

Searched refs:endian_conv_16 (Results 1 – 1 of 1) sorted by relevance

/external/tpm2-tss/src/util/
Dtss2_endian.h39 static inline uint16_t endian_conv_16(uint16_t value) in endian_conv_16() function
65 #define HOST_TO_BE_16(value) endian_conv_16(value)
68 #define BE_TO_HOST_16(value) endian_conv_16(value)