Home
last modified time | relevance | path

Searched refs:sampleNextRawIndex (Results 1 – 2 of 2) sorted by relevance

/RevoEX-2.1/build/demos/wddemo/src/
Dsample.c79 static s32 sampleNextRawIndex; variable
237 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in SampleReport()
247 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in SampleReport()
249 sampleNextRawIndex ++; in SampleReport()
250 if( sampleNextRawIndex >= SAMPLE_RAW_COUNT ) in SampleReport()
257 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = *p; in SampleReport()
261 sampleNextRawIndex ++; in SampleReport()
262 if( sampleNextRawIndex >= SAMPLE_RAW_COUNT ) in SampleReport()
312 sampleNextRawIndex = 0; in InitString()
/RevoEX-2.1/build/demos/share/src/
Dgraphic.c75 static s32 sampleNextRawIndex; variable
271 sampleString[ sampleNextRawIndex % REXDEMO_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in REXDEMOReportEx()
281 sampleString[ sampleNextRawIndex % REXDEMO_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in REXDEMOReportEx()
283 sampleNextRawIndex ++; in REXDEMOReportEx()
284 if( sampleNextRawIndex >= REXDEMO_RAW_COUNT ) in REXDEMOReportEx()
291 sampleString[ sampleNextRawIndex % REXDEMO_RAW_COUNT ][ sampleNextColIndex ] = *p; in REXDEMOReportEx()
292 sampleStringCol[ sampleNextRawIndex % REXDEMO_RAW_COUNT ][ sampleNextColIndex ] = col; in REXDEMOReportEx()
296 sampleNextRawIndex ++; in REXDEMOReportEx()
297 if( sampleNextRawIndex >= REXDEMO_RAW_COUNT ) in REXDEMOReportEx()
504 sampleNextRawIndex = 0; in InitString()