Searched refs:SC_DET_MAXCIRCLE (Results 1 – 2 of 2) sorted by relevance
1369 while ( pPattern && nInsCount < SC_DET_MAXCIRCLE ) in MarkInvalid()1384 while ( pCell && nInsCount < SC_DET_MAXCIRCLE ) in MarkInvalid()1388 for ( nRow = nNextRow; nRow < nCellRow && nInsCount < SC_DET_MAXCIRCLE; nRow++ ) in MarkInvalid()1402 for ( nRow = nNextRow; nRow <= nRow2 && nInsCount < SC_DET_MAXCIRCLE; nRow++ ) in MarkInvalid()1413 if ( nInsCount >= SC_DET_MAXCIRCLE ) in MarkInvalid()
43 #define SC_DET_MAXCIRCLE 1000 macro
Completed in 21 milliseconds