Searched refs:ToHost32 (Results 1 – 1 of 1) sorted by relevance
341 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32() function354 static uint32 ToHost32(uint32 x) { return x; }373 return ToHost32(GOOGLE_UNALIGNED_LOAD32(p)); in Load32()