Home
last modified time | relevance | path

Searched refs:out (Results 1 – 8 of 8) sorted by relevance

/RvlSDK-3.2/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
242 static inline void OSu8tof32(register u8* in, volatile register f32* out) in OSu8tof32() argument
244 *out = __OSu8tof32(in); in OSu8tof32()
258 static inline void OSu16tof32(register u16* in, volatile register f32* out) in OSu16tof32() argument
260 *out = __OSu16tof32(in); in OSu16tof32()
274 static inline void OSs8tof32(register s8* in, volatile register f32* out) in OSs8tof32() argument
276 *out = __OSs8tof32(in); in OSs8tof32()
[all …]
/RvlSDK-3.2/build/libraries/cx/src/
DCXStreamingUncompression.c403 goto out; in CXReadUncompLZ()
419 out: in CXReadUncompLZ()
565 goto out; in CXReadUncompHuffman()
571 out: in CXReadUncompHuffman()
719 goto out; in CXReadUncompLH()
760 goto out; in CXReadUncompLH()
770 goto out; in CXReadUncompLH()
779 goto out; in CXReadUncompLH()
794 goto out; in CXReadUncompLH()
809 goto out; in CXReadUncompLH()
[all …]
/RvlSDK-3.2/build/demos/kbddemo/src/
DkbdUTF8.c406 u8 out=0; in main() local
408 ENCConvertStringUtf32ToUtf8 (&out, &outlen, &in, &inlen); in main()
DkbdUTF8Sync.c405 u8 out=0; in main() local
407 ENCConvertStringUtf32ToUtf8 (&out, &outlen, &in, &inlen); in main()
/RvlSDK-3.2/build/buildtools/
Dmodulerules43 # first, figure out which directory tree we are in, and set PROJ_ROOT
269 $(LD) $(filter-out %.lcf %.dol, $+) $(LDFLAGS) -o $@
407 $(LD) $(filter-out %.lcf,$+) $(REL_LDFLAGS) -lcf $(REL_LCF_FILE) -o $@
411 $(LD) $(filter-out %.lcf,$+) $(REL_LDFLAGS) -lcf $(LCF_FILE) -o $@
413 $(LD) $(filter-out %.lcf,$+) $(REL_LDFLAGS) -o $@
428 $(LD) $(filter-out %.lcf,$+) $(PREREL_LDFLAGS) -lcf $(PREREL_LCF_FILE) -o $@
430 $(LD) $(filter-out %.lcf,$+) $(PREREL_LDFLAGS) -o $@
/RvlSDK-3.2/build/demos/kprdemo/src/
Dkprdemo.c402 u8 out=0; in main() local
404 ENCConvertStringUtf32ToUtf8 (&out, &outlen, &in, &inlen); in main()
/RvlSDK-3.2/
Dreadme-RVL_SDK-3_2-patch2.txt171 …The dual demo of hio2demo carries out communication using separate channels: EXI0 for communicatio…
326 ./build/tools/darch/src/out.c
Dreadme-RVL_SDK-3_2.txt182 …The dual demo of hio2demo carries out communication using separate channels: EXI0 for communicatio…