Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dport.h341 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32() function
354 static uint32 ToHost32(uint32 x) { return x; }
373 return ToHost32(GOOGLE_UNALIGNED_LOAD32(p)); in Load32()