Home
last modified time | relevance | path

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

/external/vboot_reference/cgpt/
Dcgpt_endian.h21 # define htobe16(x) __bswap_16 (x) macro
36 # define htobe16(x) (x) macro
/external/kmod/port-gnu/
Dendian-darwin.h24 # define htobe16(x) OSSwapHostToBigInt16(x) macro
68 # define htobe16(x) htons(x) macro
86 # define htobe16(x) (x) macro
/external/iperf3/src/
Dportable_endian.h48 # define htobe16(x) OSSwapHostToBigInt16(x) macro
94 # define htobe16(x) htons(x) macro
112 # define htobe16(x) (x) macro