Searched refs:SAMPLE_RAW_COUNT (Results 1 – 1 of 1) sorted by relevance
53 #define SAMPLE_RAW_COUNT ( 33 + 1 ) macro83 static char sampleString[ SAMPLE_RAW_COUNT ][ 256 ];243 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in SampleReport()253 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in SampleReport()256 if( sampleNextRawIndex >= SAMPLE_RAW_COUNT ) in SampleReport()258 sampleRawIndex = ( sampleRawIndex + 1 ) % SAMPLE_RAW_COUNT; in SampleReport()263 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = *p; in SampleReport()268 if( sampleNextRawIndex >= SAMPLE_RAW_COUNT ) in SampleReport()270 sampleRawIndex = ( sampleRawIndex + 1 ) % SAMPLE_RAW_COUNT; in SampleReport()454 for( i = 0; i < ( SAMPLE_RAW_COUNT - 1 ); i ++ ) in RenderString()[all …]