Lines Matching refs:temp_var

58     char temp_var[5000];
145 sscanf(line, "-cache type%[^\"]\"%[^\"]\"", jk, temp_var);
147 if (!strncmp("cache", temp_var, sizeof("cache"))) {
153 if (!strncmp("main memory", temp_var, sizeof("main memory"))) {
159 if (!strncmp("cam", temp_var, sizeof("cam"))) {
165 if (!strncmp("ram", temp_var, sizeof("ram"))) {
179 sscanf(line, "-tag size%[^\"]\"%[^\"]\"", jk, temp_var);
180 if (!strncmp("default", temp_var, sizeof("default"))) {
193 sscanf(line, "-access %[^\"]\"%[^\"]\"", jk, temp_var);
194 if (!strncmp("fast", temp_var, strlen("fast"))) {
196 } else if (!strncmp("sequential", temp_var, strlen("sequential"))) {
198 } else if (!strncmp("normal", temp_var, strlen("normal"))) {
209 sscanf(line, "-Data array cell type %[^\"]\"%[^\"]\"", jk, temp_var);
211 if (!strncmp("itrs-hp", temp_var, strlen("itrs-hp"))) {
213 } else if (!strncmp("itrs-lstp", temp_var, strlen("itrs-lstp"))) {
215 } else if (!strncmp("itrs-lop", temp_var, strlen("itrs-lop"))) {
217 } else if (!strncmp("lp-dram", temp_var, strlen("lp-dram"))) {
219 } else if (!strncmp("comm-dram", temp_var, strlen("comm-dram"))) {
229 sscanf(line, "-Data array peripheral type %[^\"]\"%[^\"]\"", jk, temp_var);
231 if (!strncmp("itrs-hp", temp_var, strlen("itrs-hp"))) {
233 } else if (!strncmp("itrs-lstp", temp_var, strlen("itrs-lstp"))) {
235 } else if (!strncmp("itrs-lop", temp_var, strlen("itrs-lop"))) {
245 sscanf(line, "-Tag array cell type %[^\"]\"%[^\"]\"", jk, temp_var);
247 if (!strncmp("itrs-hp", temp_var, strlen("itrs-hp"))) {
249 } else if (!strncmp("itrs-lstp", temp_var, strlen("itrs-lstp"))) {
251 } else if (!strncmp("itrs-lop", temp_var, strlen("itrs-lop"))) {
253 } else if (!strncmp("lp-dram", temp_var, strlen("lp-dram"))) {
255 } else if (!strncmp("comm-dram", temp_var, strlen("comm-dram"))) {
265 sscanf(line, "-Tag array peripheral type %[^\"]\"%[^\"]\"", jk, temp_var);
267 if (!strncmp("itrs-hp", temp_var, strlen("itrs-hp"))) {
269 } else if (!strncmp("itrs-lstp", temp_var, strlen("itrs-lstp"))) {
271 } else if (!strncmp("itrs-lop", temp_var, strlen("itrs-lop"))) {
296 sscanf(line, "-Optimize %[^\"]\"%[^\"]\"", jk, temp_var);
298 if (!strncmp("ED^2", temp_var, strlen("ED^2"))) {
300 } else if (!strncmp("ED", temp_var, strlen("ED"))) {
324 sscanf(line, "-Cache model %[^\"]\"%[^\"]\"", jk, temp_var);
326 if (!strncmp("UCA", temp_var, strlen("UCA"))) {
344 sscanf(line, "-Wire%[^\"]\"%[^\"]\"", jk, temp_var);
346 if (!strncmp("global", temp_var, strlen("global"))) {
349 } else if (!strncmp("local", temp_var, strlen("local"))) {
359 sscanf(line, "-Wire%[^\"]\"%[^\"]\"", jk, temp_var);
361 if (!strncmp("global", temp_var, strlen("global"))) {
370 sscanf(line, "-Interconnect projection%[^\"]\"%[^\"]\"", jk, temp_var);
372 if (!strncmp("aggressive", temp_var, strlen("aggressive"))) {
381 sscanf(line, "-Wire%[^\"]\"%[^\"]\"", jk, temp_var);
383 if (!strncmp("default", temp_var, strlen("default"))) {
386 } else if (!(strncmp("Global_10", temp_var, strlen("Global_10")))) {
389 } else if (!(strncmp("Global_20", temp_var, strlen("Global_20")))) {
392 } else if (!(strncmp("Global_30", temp_var, strlen("Global_30")))) {
395 } else if (!(strncmp("Global_5", temp_var, strlen("Global_5")))) {
398 } else if (!(strncmp("Global", temp_var, strlen("Global")))) {
419 sscanf(line, "-Cache l%[^\"]\"%[^\"]\"", jk, temp_var);
420 if (!strncmp("L2", temp_var, strlen("L2"))) {
428 sscanf(line, "-Print l%[^\"]\"%[^\"]\"", jk, temp_var);
429 if (!strncmp("DETAILED", temp_var, strlen("DETAILED"))) {
437 sscanf(line, "-Add ECC %[^\"]\"%[^\"]\"", jk, temp_var);
438 if (!strncmp("true", temp_var, strlen("true"))) {
446 sscanf(line, "-Print input %[^\"]\"%[^\"]\"", jk, temp_var);
447 if (!strncmp("true", temp_var, strlen("true"))) {
455 sscanf(line, "-Force cache %[^\"]\"%[^\"]\"", jk, temp_var);
456 if (!strncmp("true", temp_var, strlen("true"))) {