Searched refs:REXDEMO_RAW_COUNT (Results 1 – 1 of 1) sorted by relevance
41 #define REXDEMO_RAW_COUNT ( 24 + 1 ) macro72 static char sampleString[ REXDEMO_RAW_COUNT ][ 256 ];73 static GXColor sampleStringCol[ REXDEMO_RAW_COUNT ][ 256 ];271 sampleString[ sampleNextRawIndex % REXDEMO_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in REXDEMOReportEx()281 sampleString[ sampleNextRawIndex % REXDEMO_RAW_COUNT ][ sampleNextColIndex ] = 0x00; in REXDEMOReportEx()284 if( sampleNextRawIndex >= REXDEMO_RAW_COUNT ) in REXDEMOReportEx()286 sampleRawIndex = ( sampleRawIndex + 1 ) % 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()297 if( sampleNextRawIndex >= REXDEMO_RAW_COUNT ) in REXDEMOReportEx()[all …]