Lines Matching defs:in
144 static inline f32 OSu8tof32Value(const u8* in) in OSu8tof32Value()
150 static inline void OSu8tof32(const u8* in, volatile f32* out) in OSu8tof32()
155 static inline f32 OSu16tof32Value(const u16 * in) in OSu16tof32Value()
161 static inline void OSu16tof32(const u16* in, volatile f32* out) in OSu16tof32()
166 static inline f32 OSs8tof32Value(const s8 * in) in OSs8tof32Value()
172 static inline void OSs8tof32(const s8* in, volatile f32* out) in OSs8tof32()
177 static inline f32 OSs16tof32Value(const s16 * in) in OSs16tof32Value()
183 static inline void OSs16tof32(const s16* in, volatile f32* out) in OSs16tof32()
192 static inline void OSf32tou8(const f32* in, volatile u8* out) in OSf32tou8()
198 static inline u8 __OSf32tou8Value(const f32 in) in __OSf32tou8Value()
206 static inline void OSf32tou16(const f32* in, volatile u16* out) in OSf32tou16()
212 static inline u16 __OSf32tou16Value(const f32 in) in __OSf32tou16Value()
220 static inline void OSf32tos8(const f32* in, volatile s8* out) in OSf32tos8()
226 static inline s8 __OSf32tos8Value(const f32 in) in __OSf32tos8Value()
234 static inline void OSf32tos16(const f32* in, volatile s16* out) in OSf32tos16()
240 static inline s16 __OSf32tos16Value(const f32 in) in __OSf32tos16Value()