Lines Matching defs:value
24 static inline int8_t HostToNet(int8_t value) in HostToNet()
28 static inline int16_t HostToNet(int16_t value) in HostToNet()
33 static inline int16_t NetToHost(int16_t value) in NetToHost()
38 static inline int32_t HostToNet(int32_t value) in HostToNet()
43 static inline int8_t NetToHost(int8_t value) in NetToHost()
48 static inline int32_t NetToHost(int32_t value) in NetToHost()
53 static inline int64_t HostToNet(int64_t value) in HostToNet()
58 static inline int64_t NetToHost(int64_t value) in NetToHost()
63 static inline uint8_t HostToNet(uint8_t value) in HostToNet()
67 static inline uint16_t HostToNet(uint16_t value) in HostToNet()
72 static inline uint16_t NetToHost(uint16_t value) in NetToHost()
77 static inline uint32_t HostToNet(uint32_t value) in HostToNet()
82 static inline uint8_t NetToHost(uint8_t value) in NetToHost()
87 static inline uint32_t NetToHost(uint32_t value) in NetToHost()
92 static inline uint64_t HostToNet(uint64_t value) in HostToNet()
97 static inline uint64_t NetToHost(uint64_t value) in NetToHost()