Home
last modified time | relevance | path

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

/external/tpm2-tss/src/util/
Dtss2_endian.h53 static inline uint64_t endian_conv_64(uint64_t value) in endian_conv_64() function
67 #define HOST_TO_BE_64(value) endian_conv_64(value)
70 #define BE_TO_HOST_64(value) endian_conv_64(value)