Home
last modified time | relevance | path

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

/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/avb/test/
Davb_util_unittest.cc516 TEST_F(UtilTest, htobe32) { in TEST_F() argument