Lines Matching defs:ToHost
137 inline uint8_t ToHost(uint8_t x) { return x; } in ToHost() function
138 inline uint16_t ToHost(uint16_t x) { return ToHost16(x); } in ToHost() function
139 inline uint32_t ToHost(uint32_t x) { return ToHost32(x); } in ToHost() function
140 inline uint64_t ToHost(uint64_t x) { return ToHost64(x); } in ToHost() function
152 inline int8_t ToHost(int8_t x) { return x; } in ToHost() function
153 inline int16_t ToHost(int16_t x) { in ToHost() function
156 inline int32_t ToHost(int32_t x) { in ToHost() function
159 inline int64_t ToHost(int64_t x) { in ToHost() function
227 inline uint8_t ToHost(uint8_t x) { return x; } in ToHost() function
228 inline uint16_t ToHost(uint16_t x) { return ToHost16(x); } in ToHost() function
229 inline uint32_t ToHost(uint32_t x) { return ToHost32(x); } in ToHost() function
230 inline uint64_t ToHost(uint64_t x) { return ToHost64(x); } in ToHost() function
242 inline int8_t ToHost(int8_t x) { return x; } in ToHost() function
243 inline int16_t ToHost(int16_t x) { in ToHost() function
246 inline int32_t ToHost(int32_t x) { in ToHost() function
249 inline int64_t ToHost(int64_t x) { in ToHost() function