Home
last modified time | relevance | path

Searched refs:current (Results 1 – 9 of 9) sorted by relevance

/RvlSDK-3.2.2/build/libraries/seq/src/
Dseq.c146 value = (u32)(*track->current & 0x7f); in __SEQGetIntTrack()
148 while (*track->current & 0x80) in __SEQGetIntTrack()
150 track->current++; in __SEQGetIntTrack()
151 value = (value << 7) + (*track->current & 0x7f); in __SEQGetIntTrack()
154 track->current++; in __SEQGetIntTrack()
170 track->current += length; in __SEQHandleSysExEvent()
203 data = (u32)(*track->current); in __SEQTempoMetaEvent()
204 track->current++; in __SEQTempoMetaEvent()
205 data = (data << 8) + (u32)(*track->current); in __SEQTempoMetaEvent()
206 track->current++; in __SEQTempoMetaEvent()
[all …]
/RvlSDK-3.2.2/build/demos/gxdemo/src/Lighting/
Dlit-alpha.c73 u32 current; member
230 sc->current = 0; in DrawInit()
263 if ( sc->current < NUM_LIGHTS ) in DrawTick()
267 MTXRotDeg(mr, 'y', sc->lightCtrl[sc->current].theta); in DrawTick()
269 MTXRotDeg(mr, 'x', - sc->lightCtrl[sc->current].phi); in DrawTick()
273 col = (u8)(( sc->current % 2 == 0 ) ? 255 : 128); in DrawTick()
324 u32 cur = sc->current; in AnimTick()
363 sc->current = ( sc->current + 1 ) % NUM_LIGHTS; in AnimTick()
364 OSReport("%s\n", LightNameMsg[sc->current]); in AnimTick()
368 sc->current = ( sc->current + NUM_LIGHTS - 1 ) % NUM_LIGHTS; in AnimTick()
[all …]
Dlit-multi.c75 u32 current; member
315 sc->current = 0; in DrawInit()
357 t = (u8)(( sc->current == i ) ? 1 : 0); in DrawTick()
395 u32 cur = sc->current; in AnimTick()
471 sc->current = ( sc->current + 1 ) % NUM_LIGHTS; in AnimTick()
476 sc->current = ( sc->current + NUM_LIGHTS - 1 ) % NUM_LIGHTS; in AnimTick()
752 OSReport("%s ", CtrlMsg[sc->current]); in StatusMessage()
754 if ( sc->current < NUM_LIGHTS ) in StatusMessage()
756 if ( sc->lightCtrl[sc->current].enable ) in StatusMessage()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/
Dtex-tc-alloc.c68 u32 current; member
607 TexCacheManager.current = 0; in ConfigureTmemMap()
733 regionNum = TexCacheManager.current++; in TexRegionCallback1()
734 TexCacheManager.current %= TexCacheManager.numRegions; in TexRegionCallback1()
797 regionNum = TexCacheManager.current++; in TexRegionCallback3()
798 TexCacheManager.current %= TexCacheManager.numRegions; in TexRegionCallback3()
/RvlSDK-3.2.2/include/revolution/
Dseq.h59 u8 *current; // pointer to current read position member
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/dual/
DReadMe.txt92 language other than the operating system's current language, you will need
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/multi/
DReadMe.txt104 language other than the operating system's current language, you will need
/RvlSDK-3.2.2/
Dreadme-RVL_SDK-3_2.txt182 … from PC to NDEV. However, transfers using EXI0 are not supported on the current hardware, so only…
Dreadme-RVL_SDK-3_2-patch2.txt171 … from PC to NDEV. However, transfers using EXI0 are not supported on the current hardware, so only…