Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dport.h340 static uint32 FromHost32(uint32 x) { return bswap_32(x); } in FromHost32() function
353 static uint32 FromHost32(uint32 x) { return x; }
377 GOOGLE_UNALIGNED_STORE32(p, FromHost32(v)); in Store32()