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

/gem5/ext/mcpat/cacti/
H A Dio.cc58 char temp_var[5000]; local
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, strle
[all...]

Completed in 5 milliseconds