Home
last modified time | relevance | path

Searched refs:out (Results 1 – 13 of 13) 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() argument
152 *out = OSu8tof32Value(in); in OSu8tof32()
161 static inline void OSu16tof32(const u16* in, volatile f32* out) in OSu16tof32() argument
163 *out = OSu16tof32Value(in); in OSu16tof32()
172 static inline void OSs8tof32(const s8* in, volatile f32* out) in OSs8tof32() argument
174 *out = OSs8tof32Value(in); in OSs8tof32()
183 static inline void OSs16tof32(const s16* in, volatile f32* out) in OSs16tof32() argument
185 *out = OSs16tof32Value(in); in OSs16tof32()
192 static inline void OSf32tou8(const f32* in, volatile u8* out) in OSf32tou8() argument
195 __PSQ_ST((void *) out, f, 1, OS_FASTCAST_U8); in OSf32tou8()
[all …]
/CafeSDK-2.12.13/system/src/lib/lcstream/
Dlcstream.c74 s->out = output; in LCSTREAMAssign()
90 u8* mem_out = s->out; in Process1In1Out()
165 u8* mem_out = s->out; in Process2In1Out()
254 u8* mem_out = s->out; in Process3In1Out()
353 u8* mem_out = s->out; in Process4In1Out()
464 DCInvalidateRange(s->out, s->size); // invalidate the output stream in LCSTREAMProcess()
/CafeSDK-2.12.13/system/bin/tool/mastering/resources/compat/
DNdevRun.ddf118 ; The <File Name> file is laid out on the optical disk according to the
120 …> value is negative, the files are laid out from the inside of the disk, and if it is positive, th…
121 ; This is used to lay out files on the outer area to shorten the access
/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
276 out = 0; in ConvertFP32ToUnorm()
281 out = maxVal; in ConvertFP32ToUnorm()
286 out = maxVal; in ConvertFP32ToUnorm()
290 out = 0; in ConvertFP32ToUnorm()
294 out = static_cast<u32>((fp32 * maxVal) + 0.5f); in ConvertFP32ToUnorm()
297 ASSERT(out <= maxVal); in ConvertFP32ToUnorm()
299 return out; in ConvertFP32ToUnorm()
/CafeSDK-2.12.13/system/src/lib/
Dmakefile100 install_audio: $(filter-out install_audio, $(MAKE_INSTALL_DIRS_TARGET))
/CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/
Dgfd.sln.bat6 :: CAFE_ROOT_DOS is figured out automatically,
/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/
DTexConv2.sln.bat6 :: CAFE_ROOT_DOS is figured out automatically,
/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.sln.bat6 :: CAFE_ROOT_DOS is figured out automatically,
/CafeSDK-2.12.13/system/src/build/make/
Dmodulerules.mk587 …$(LD) $(EXPORT_OBJECT_NAME) $(notdir $(filter-out %.def %.lcf,$+)) $(LDFLAGS) $(LCFFLAGS) -o $(ELF…
589 …$(LD) $(EXPORT_OBJECT_NAME) $(filter-out %.def %.lcf,$+) $(LDFLAGS) $(LCFFLAGS) -o $(ELF_TARGET_FI…
655 $(LD) $(notdir $(filter-out %.def %.lcf,$+)) $(LDFLAGS) $(LCFFLAGS) -o $(ELF_TARGET_FILE)
657 $(LD) $(filter-out %.def %.lcf,$+) $(LDFLAGS) $(LCFFLAGS) -o $(ELF_TARGET_FILE)
/CafeSDK-2.12.13/system/include/
Dzlib.h975 out_func out, void FAR *out_desc));