Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcompiler.h105 # define be64_to_cpu(x) uswap_64(x) macro
118 # define be64_to_cpu(x) (x) macro
/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h93 #define be64_to_cpu __be64_to_cpu macro
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c77 static inline uint64_t be64_to_cpu(beint64_t be_val) in be64_to_cpu() function