Searched refs:current (Results 1 – 9 of 9) sorted by relevance
| /RvlSDK-2.1/build/libraries/seq/src/ |
| D | seq.c | 130 value = (u32)(*track->current & 0x7f); in __SEQGetIntTrack() 132 while (*track->current & 0x80) in __SEQGetIntTrack() 134 track->current++; in __SEQGetIntTrack() 135 value = (value << 7) + (*track->current & 0x7f); in __SEQGetIntTrack() 138 track->current++; in __SEQGetIntTrack() 154 track->current += length; in __SEQHandleSysExEvent() 187 data = (u32)(*track->current); in __SEQTempoMetaEvent() 188 track->current++; in __SEQTempoMetaEvent() 189 data = (data << 8) + (u32)(*track->current); in __SEQTempoMetaEvent() 190 track->current++; in __SEQTempoMetaEvent() [all …]
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Lighting/ |
| D | lit-alpha.c | 73 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 …]
|
| D | lit-multi.c | 75 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-2.1/build/demos/gxdemo/src/Texture/ |
| D | tex-tc-alloc.c | 68 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-2.1/include/revolution/ |
| D | seq.h | 59 u8 *current; // pointer to current read position member
|
| /RvlSDK-2.1/build/demos/carddemo/src/ |
| D | listdemo.c | 376 static int DrawMenu(int x, int y, GXColor color, int current, ...) in DrawMenu() argument 387 va_start(ap, current); in DrawMenu() 401 va_start(ap, current); in DrawMenu() 406 (i++ == current) ? color : Black); in DrawMenu()
|
| /RvlSDK-2.1/ |
| D | readme-RVL_SDK-2_1.txt | 90 … PC to the NDEV. However, transfers using EXI00 are not supported on the current hardware, so only… 97 The current system does not support display of MPAL. 127 However, we have confirmed a bug in the current SDK that allows the termination process to complete…
|
| /RvlSDK-2.1/build/demos/hio2demo/vc++/dual/ |
| D | ReadMe.txt | 92 language other than the operating system's current language, you will need
|
| /RvlSDK-2.1/build/demos/hio2demo/vc++/multi/ |
| D | ReadMe.txt | 104 language other than the operating system's current language, you will need
|