Searched refs:max_script_label (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp1224 int max_script_label = 0; local
1252 if(max_script_label < scriptID)
1253 max_script_label = scriptID;
1266 cout << "found max_script_label " << max_script_label << endl;
1267 for(int j=0; j<=max_script_label; j++) {

Completed in 47 milliseconds