Home
last modified time | relevance | path

Searched refs:ToHost16 (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dport.h338 static uint16 ToHost16(uint16 x) { return bswap_16(x); } in ToHost16() function
351 static uint16 ToHost16(uint16 x) { return x; }
365 return ToHost16(GOOGLE_UNALIGNED_LOAD16(p)); in Load16()