Home
last modified time | relevance | path

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

/external/kmod/port-gnu/
Dendian-darwin.h36 # define be64toh(x) OSSwapBigToHostInt64(x) macro
58 # define be64toh(x) betoh64(x) macro
80 # define be64toh(x) ntohll(x) macro
98 # define be64toh(x) (x) macro
/external/vboot_reference/cgpt/
Dcgpt_endian.h33 # define be64toh(x) __bswap_64 (x) macro
48 # define be64toh(x) (x) macro
/external/libmtp/src/
Dgphoto2-endian-intel.h82 # define be64toh(x) swap64(x) macro
Dgphoto2-endian-ppc.h71 # define be64toh(x) (x) macro
/external/avb/test/
Davb_util_unittest.cc528 TEST_F(UtilTest, be64toh) { in TEST_F() argument