Searched defs:ToHost32 (Results 1 – 10 of 10) 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
111 inline uint32_t ToHost32(uint32_t x) { return x; } in ToHost32() function201 inline uint32_t ToHost32(uint32_t x) { return gbswap_32(x); } in ToHost32() function
110 inline uint32_t ToHost32(uint32_t x) { return x; } in ToHost32() function200 inline uint32_t ToHost32(uint32_t x) { return gbswap_32(x); } in ToHost32() function
111 static uint32 ToHost32(uint32 x) { return x; } in ToHost32() function
360 static uint32_t ToHost32(uint32_t x) { return bswap_32(x); } in ToHost32() function
373 static uint32_t ToHost32(uint32_t x) { return bswap_32(x); } in ToHost32() function