Searched refs:FromHost32 (Results 1 – 3 of 3) sorted by relevance
99 static uint32 FromHost32(uint32 x) { return x; } in FromHost32() function112 static uint32 FromHost32(uint32 x) { return gbswap_32(x); }
112 static uint32 FromHost32(uint32 x) { return x; } in FromHost32() function125 static uint32 FromHost32(uint32 x) { return gbswap_32(x); }
330 static uint32 FromHost32(uint32 x) { return bswap_32(x); } in FromHost32() function343 static uint32 FromHost32(uint32 x) { return x; }367 GOOGLE_UNALIGNED_STORE32(p, FromHost32(v)); in Store32()