Home
last modified time | relevance | path

Searched defs:in (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-3.3/include/revolution/os/
DOSFastCast.h225 #define OSu8tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 2 " : "=f" (*(out)) : "b" (in) ) argument
226 #define OSu16tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 3 " : "=f" (*(out)) : "b" (in) ) argument
227 #define OSs8tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 4 " : "=f" (*(out)) : "b" (in) ) argument
228 #define OSs16tof32(in,out) asm volatile ("psq_l %0, 0(%1), 1, 5 " : "=f" (*(out)) : "b" (in) ) argument
232 static inline f32 __OSu8tof32(register u8* in) in __OSu8tof32()
242 static inline void OSu8tof32(register u8* in, volatile register f32* out) in OSu8tof32()
248 static inline f32 __OSu16tof32(register u16* in) in __OSu16tof32()
258 static inline void OSu16tof32(register u16* in, volatile register f32* out) in OSu16tof32()
264 static inline f32 __OSs8tof32(register s8* in) in __OSs8tof32()
274 static inline void OSs8tof32(register s8* in, volatile register f32* out) in OSs8tof32()
[all …]
/RvlSDK-3.3/build/demos/kbddemo/src/
DkbdUTF8.c408 u32 in=0; in main() local
DkbdUTF8Sync.c407 u32 in=0; in main() local
/RvlSDK-3.3/build/demos/kprdemo/src/
Dkprdemo.c404 u32 in=0; in main() local
/RvlSDK-3.3/build/demos/gxdemo/src/Lighting/
Dlit-tx-alpha.c385 u32 in; in CreateTessPanel() local
Dlit-spot.c492 u32 in; in CreateTessPanel() local