Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.3.1/build/demos.TWL/os/cpuSpeed-1/src/
Dmain.c36 SCFGCpuSpeed speed = SCFG_GetCpuSpeed(); in TwlMain() local
65 speed = (speed == SCFG_CPU_SPEED_1X)? SCFG_CPU_SPEED_2X: SCFG_CPU_SPEED_1X; in TwlMain()
66 SCFG_SetCpuSpeed( speed ); in TwlMain()
67 OS_Printf("speed: %s\n", (speed == SCFG_CPU_SPEED_1X)? "1X": "2X" ); in TwlMain()
/TwlSDK-5.3.1/build/libraries/snd/ARM9/src/
Dsnd_interface.c219 void SND_SetTrackModSpeed(int playerNo, u32 trackBitMask, int speed) in SND_SetTrackModSpeed() argument
222 SDK_MINMAX_ASSERT(speed, 0, 255); in SND_SetTrackModSpeed()
225 GetOffset(SNDTrack, mod.speed), (u32)speed, GetSize(SNDTrack, mod.speed)); in SND_SetTrackModSpeed()
/TwlSDK-5.3.1/include/nitro/snd/ARM9/
Dinterface.h75 void SND_SetTrackModSpeed(int playerNo, u32 trackBitMask, int speed);
/TwlSDK-5.3.1/include/nitro/snd/common/
Dexchannel.h135 u8 speed; // At 256, one sample at a time member
/TwlSDK-5.3.1/build/buildtools/twl/
Dcommondefs.cctype.CW340 CCFLAGS_OPT_O_ += -opt $(if $(filter ARM9,$(CODEGEN_PROC)),speed,space)
/TwlSDK-5.3.1/build/buildtools/nitro/
Dcommondefs.cctype.CW344 CCFLAGS_OPT_O_ += -opt $(if $(filter ARM9,$(CODEGEN_PROC)),speed,space)