Home
last modified time | relevance | path

Searched refs:mark (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.1/build/tools/soundfile/src/
Daifffile.c187 aiffinfo->mark.chunk[0] = 'M'; in aiffCreateMark()
188 aiffinfo->mark.chunk[1] = 'A'; in aiffCreateMark()
189 aiffinfo->mark.chunk[2] = 'R'; in aiffCreateMark()
190 aiffinfo->mark.chunk[3] = 'K'; in aiffCreateMark()
191 aiffinfo->mark.bytes[0] = 0; in aiffCreateMark()
192 aiffinfo->mark.bytes[1] = 0; in aiffCreateMark()
193 aiffinfo->mark.bytes[2] = 0; in aiffCreateMark()
194 aiffinfo->mark.bytes[3] = 35; in aiffCreateMark()
195 aiffinfo->mark.count[0] = 0; in aiffCreateMark()
196 aiffinfo->mark.count[1] = 2; in aiffCreateMark()
[all …]
Daifffile.h102 AIFFMARK mark; member
/RvlSDK-3.1/build/demos/gxdemo/src/TexGen/
Dtg-light-fx.c69 GXBool mark; member
333 sc->light.mark = GX_FALSE; in DrawInit()
403 if ( sc->light.mark ) in DrawTick()
459 sc->light.mark = GX_FALSE; in AnimTick()
463 sc->light.mark = GX_TRUE; in AnimTick()
/RvlSDK-3.1/build/demos/gxdemo/src/Lighting/
Dlit-spot.c99 u32 mark; member
285 sc->mark = 1; in DrawInit()
346 if ( sc->mark == 1 && sc->cur < NUM_LIGHTS ) in DrawTick()
462 sc->mark = (u32)(( DEMOPadGetButton(0) & PAD_BUTTON_A ) ? 0 : 1); in AnimTick()
/RvlSDK-3.1/include/revolution/
Dnand.h306 u8 mark; member