Searched defs:ToHost32 (Results 1 – 2 of 2) sorted by relevance
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