| /CafeSDK-2.12.13/system/include/cafe/os/ |
| D | OSFastCast.h | 150 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/ |
| D | lcstream.c | 74 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/ |
| D | NdevRun.ddf | 118 ; 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/ |
| D | lcstream.h | 86 u8* out; // memory output stream member
|
| D | axfx.h | 1148 s32 out; member 1158 s32 out; // Internal pointer member
|
| /CafeSDK-2.12.13/system/src/lib/lcstream/headers/cafe/ |
| D | lcstream.h | 86 u8* out; // memory output stream member
|
| /CafeSDK-2.12.13/system/src/lib/gx2ut/ |
| D | gx2utClear.cpp | 258 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/ |
| D | makefile | 100 install_audio: $(filter-out install_audio, $(MAKE_INSTALL_DIRS_TARGET))
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/ |
| D | gfd.sln.bat | 6 :: CAFE_ROOT_DOS is figured out automatically,
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ |
| D | TexConv2.sln.bat | 6 :: CAFE_ROOT_DOS is figured out automatically,
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.sln.bat | 6 :: CAFE_ROOT_DOS is figured out automatically,
|
| /CafeSDK-2.12.13/system/src/build/make/ |
| D | modulerules.mk | 587 …$(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/ |
| D | zlib.h | 975 out_func out, void FAR *out_desc));
|