Searched defs:be64toh (Results 1 - 2 of 2) sorted by path

/external/kmod/port-gnu/
H A 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/
H A Dcgpt_endian.h33 # define be64toh(x) __bswap_64 (x) macro
48 # define be64toh(x) (x) macro

Completed in 355 milliseconds