Searched refs:SAMPLE_RAW_COUNT (Results 1 – 1 of 1) sorted by relevance
47 #define SAMPLE_RAW_COUNT ( 33 + 1 ) macro77 static char sampleString[ SAMPLE_RAW_COUNT ][ 256 ];237 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in SampleReport()247 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in SampleReport()250 if( sampleNextRawIndex >= SAMPLE_RAW_COUNT ) in SampleReport()252 sampleRawIndex = ( sampleRawIndex + 1 ) % SAMPLE_RAW_COUNT; in SampleReport()257 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = *p; in SampleReport()262 if( sampleNextRawIndex >= SAMPLE_RAW_COUNT ) in SampleReport()264 sampleRawIndex = ( sampleRawIndex + 1 ) % SAMPLE_RAW_COUNT; in SampleReport()448 for( i = 0; i < ( SAMPLE_RAW_COUNT - 1 ); i ++ ) in RenderString()[all …]