Searched refs:sampleNextRawIndex (Results 1 – 2 of 2) sorted by relevance
85 static s32 sampleNextRawIndex; variable243 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in SampleReport()253 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in SampleReport()255 sampleNextRawIndex ++; in SampleReport()256 if( sampleNextRawIndex >= SAMPLE_RAW_COUNT ) in SampleReport()263 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = *p; in SampleReport()267 sampleNextRawIndex ++; in SampleReport()268 if( sampleNextRawIndex >= SAMPLE_RAW_COUNT ) in SampleReport()318 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()