Searched defs:ToHost32 (Results 1 – 3 of 3) sorted by relevance
154 inline uint32_t ToHost32(uint32_t x) { return x; } in ToHost32() function214 inline uint32_t ToHost32(uint32_t x) { return gbswap_32(x); } in ToHost32() function
155 inline uint32_t ToHost32(uint32_t x) { return x; } in ToHost32() function245 inline uint32_t ToHost32(uint32_t x) { return gbswap_32(x); } in ToHost32() function
352 static uint32 ToHost32(uint32 x) { return bswap_32(x); } in ToHost32() function