Home
last modified time | relevance | path

Searched defs:out (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/os/
DOSFastCast.h150 static inline void OSu8tof32(const u8* in, volatile f32* out) in OSu8tof32()
161 static inline void OSu16tof32(const u16* in, volatile f32* out) in OSu16tof32()
172 static inline void OSs8tof32(const s8* in, volatile f32* out) in OSs8tof32()
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()
206 static inline void OSf32tou16(const f32* in, volatile u16* out) in OSf32tou16()
220 static inline void OSf32tos8(const f32* in, volatile s8* out) in OSf32tos8()
234 static inline void OSf32tos16(const f32* in, volatile s16* out) in OSf32tos16()
/CafeSDK-2.12.13/system/include/cafe/
Dlcstream.h86 u8* out; // memory output stream member
Daxfx.h1148 s32 out; member
1158 s32 out; // Internal pointer member
/CafeSDK-2.12.13/system/src/lib/lcstream/headers/cafe/
Dlcstream.h86 u8* out; // memory output stream member
/CafeSDK-2.12.13/system/src/lib/gx2ut/
Dgx2utClear.cpp258 u32 uiFp32, out, maxVal; in ConvertFP32ToUnorm() local