Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dport.h337 static uint16 FromHost16(uint16 x) { return bswap_16(x); } in FromHost16() function
350 static uint16 FromHost16(uint16 x) { return x; }
369 GOOGLE_UNALIGNED_STORE16(p, FromHost16(v)); in Store16()