Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/portable/
H A Dendian.h175 inline uint16_t GHostToNetworkS(uint16_t x) { return gbswap_16(x); } in GHostToNetworkS() function
184 inline uint16 GHostToNetworkS(uint16 x) { return x; } in GHostToNetworkS() function