Searched refs:sampleNextRawIndex (Results 1 – 2 of 2) sorted by relevance
79 static s32 sampleNextRawIndex; variable237 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()
75 static s32 sampleNextRawIndex; variable271 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()