Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dport.h343 static uint64 FromHost64(uint64 x) { return bswap_64(x); } in FromHost64() function
356 static uint64 FromHost64(uint64 x) { return x; }
385 GOOGLE_UNALIGNED_STORE64(p, FromHost64(v)); in Store64()