Home
last modified time | relevance | path

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

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