Home
last modified time | relevance | path

Searched defs:cpu_to_be64 (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/intel/soc/common/lib/sha/
H A Dsha.h136 #define cpu_to_be64(x) uswap_64(x) macro
138 #define cpu_to_be64(x) (x) macro