Searched refs:ToHost32 (Results 1 – 2 of 2) sorted by relevance
113 static uint32 ToHost32(uint32 x) { return x; } in ToHost32() function126 static uint32 ToHost32(uint32 x) { return gbswap_32(x); }
332 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32() function345 static uint32 ToHost32(uint32 x) { return x; }364 return ToHost32(GOOGLE_UNALIGNED_LOAD32(p)); in Load32()