Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/tiny/stdlib/
Dendian.h32 #define htobe32(host_32bits) \ macro
/external/vboot_reference/cgpt/
Dcgpt_endian.h26 # define htobe32(x) __bswap_32 (x) macro
41 # define htobe32(x) (x) macro
/external/kmod/port-gnu/
Dendian-darwin.h29 # define htobe32(x) OSSwapHostToBigInt32(x) macro
73 # define htobe32(x) htonl(x) macro
91 # define htobe32(x) (x) macro
/external/iperf3/src/
Dportable_endian.h53 # define htobe32(x) OSSwapHostToBigInt32(x) macro
99 # define htobe32(x) htonl(x) macro
117 # define htobe32(x) (x) macro
/external/avb/test/
Davb_util_unittest.cc518 TEST_F(UtilTest, htobe32) { in TEST_F() argument