Home
last modified time | relevance | path

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

/RevoEX-3.1/build/demos/wddemo/src/
Dsample.c77 static char sampleString[ SAMPLE_RAW_COUNT ][ 256 ]; variable
237 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in SampleReport()
247 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in SampleReport()
257 sampleString[ sampleNextRawIndex % SAMPLE_RAW_COUNT ][ sampleNextColIndex ] = *p; in SampleReport()
310 (void)memset( sampleString, 0, sizeof( sampleString ) ); in InitString()
455 ptr = &( sampleString[ ( sampleRawIndex + i ) % SAMPLE_RAW_COUNT ][ 0 ] ); in RenderString()
/RevoEX-3.1/build/demos/share/src/
Dgraphic.c72 static char sampleString[ REXDEMO_RAW_COUNT ][ 256 ]; variable
271 sampleString[ sampleNextRawIndex % REXDEMO_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in REXDEMOReportEx()
281 sampleString[ sampleNextRawIndex % REXDEMO_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in REXDEMOReportEx()
291 sampleString[ sampleNextRawIndex % REXDEMO_RAW_COUNT ][ sampleNextColIndex ] = *p; in REXDEMOReportEx()
502 (void)memset( sampleString, 0, sizeof( sampleString ) ); in InitString()
643 … const char* ptr = &( sampleString[ ( sampleRawIndex + i ) % REXDEMO_RAW_COUNT ][ 0 ] ); in RenderString()