Searched refs:FromHost32 (Results 1 – 1 of 1) sorted by relevance
340 static uint32 FromHost32(uint32 x) { return bswap_32(x); } in FromHost32() function353 static uint32 FromHost32(uint32 x) { return x; }377 GOOGLE_UNALIGNED_STORE32(p, FromHost32(v)); in Store32()