Searched refs:printf (Results 26 - 50 of 64) sorted by relevance

123

/gem5/ext/googletest/googletest/test/
H A Dgtest_shuffle_test_.cc83 printf("----\n");
87 printf("%s.%s\n", test_info.test_case_name(), test_info.name());
H A Dgtest_premature_exit_test.cc119 printf(
H A Dgtest_environment_test.cc118 printf("FAILED: %s\n", msg);
190 printf("PASS\n");
/gem5/ext/mcpat/cacti/
H A Dnuca.cc436 printf("\n---------- CACTI version 6.5, Non-uniform Cache Access "
438 printf("Optimal number of banks - %d\n", fr->bank_count);
439 printf("Grid organization rows x columns - %d x %d\n",
441 printf("Network frequency - %g GHz\n",
443 printf("Cache dimension (mm x mm) - %g x %g\n",
449 printf("\n\nWire stats:\n");
451 printf("\tWire type - Full swing global wires with least "
454 printf("\tWire type - Full swing global wires with "
457 printf("\tWire type - Full swing global wires with "
460 printf("\tWir
[all...]
/gem5/src/systemc/tests/systemc/examples/updown/
H A Dupdown.cpp109 printf("%5s %2s %4s %7s %10s %8s %10s %9s\n",
120 printf("%5d %2d %4d %7d %10d %8d %10d %9d\n",
127 printf("%5d %2d %4d %7d %10d %8d %10d %9d\n",
/gem5/ext/fputils/tests/
H A Dfp80_cvtf.c47 printf("# ");
H A Dfp80_cvfd.c49 printf("# ");
/gem5/ext/
H A Dgit-commit-msg183 printf '%s' "$clean_message"
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DsimpleAddressMap.h71 printf("key: %x value: %i \n", (unsigned int) ((pos->first+1)>>1)-1, pos->second);
73 printf("key: %x value: %i \n", (unsigned int) (pos->first>>1)-1, pos->second);
/gem5/ext/googletest/googletest/samples/
H A Dsample9_unittest.cc94 printf("Printing something from the test body...\n");
115 printf("%s\n", "Run this program with --terse_output to change the way "
H A Dsample10_unittest.cc119 printf("%s\n", "Run this program with --check_for_leaks to enable "
/gem5/util/tap/
H A Dtap.cc57 do { printf("Panic: " arg); exit(1); } while (0)
63 printf(
74 printf(args); \
88 printf("%08x ", i);
93 printf("%02x ", data[i + j] & 0xff);
95 printf(" ");
99 printf(" ");
100 printf(" ");
104 printf("%c", (char)(isprint(ch) ? ch : ' '));
107 printf("\
[all...]
/gem5/src/gpu-compute/
H A Dkernel_cfg.cc286 printf("digraph {\n");
288 printf("\t");
290 printf("%d -> %d; ", basic_block->id, successorId);
292 printf("\n");
294 printf("}\n");
/gem5/util/m5/
H A Djni_gem5Op.c79 printf("Truncated return value from quiesceTime() to 63 bits\n");
88 printf("Truncated return value from rpns() to 63 bits\n");
116 printf("Truncated return value from m_initparam() to 63 bits\n");
H A Dm5.c290 printf("%"PRIu64, val);
302 printf("%"PRId64" %"PRId64" %"PRId64" %"PRId64" %"PRId64,
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_mempool.cpp158 printf("size %3d: %2d block(s), %3d requests (%3d from free list), %3d freed.\n",
265 printf("*** Memory Pool Statistics ***\n");
314 printf("SystemC info: no memory allocation was done through the memory pool.\n");
/gem5/system/alpha/console/
H A DMakefile43 OBJS=dbmentry.o printf.o paljtokern.o paljtoslave.o console.o m5op.o
H A Dprintf.c262 printf(const char *f, ...) function
291 printf("CONSOLE PANIC (looping): ");
/gem5/ext/googletest/googletest/src/
H A Dgtest-test-part.cc75 printf("\nInvalid index (%d) into TestPartResultArray.\n", index);
H A Dgtest.cc2863 printf("%s\n", result.c_str());
2997 printf("\033[0;3%sm", GetAnsiColorCode(color));
2999 printf("\033[m"); // Resets the terminal to default.
3014 printf(", where ");
3016 printf("%s = %s", kTypeParamLabel, type_param);
3018 printf(" and ");
3021 printf("%s = %s", kValueParamLabel, value_param);
3033 printf("%s.%s", test_case, test);
3059 printf("\nRepeating all tests (iteration %d) . . .\n\n", iteration + 1);
3085 printf("Runnin
[all...]
/gem5/src/systemc/tests/systemc/examples/aes/
H A Daes.cpp9 printf("%s R\n", s);
11 printf("|");
13 printf("%02x|", (int)X[i][j]);
15 printf("\n");
22 printf("%s rk\n", s);
24 printf("%2d: ", (int)i);
26 printf("|");
28 printf("%02x|", (int)X[i][j][k]);
30 printf(" ");
32 printf("\
[all...]
/gem5/src/systemc/tests/systemc/examples/isqrt/
H A Disqrt.cpp230 printf("error it:%d expected is:%d received is:%d\n",
/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop1/
H A Dnew_prop1.cpp147 print_func = &printf;
/gem5/src/systemc/tests/systemc/misc/sim_tests/new_prop/new_prop2/
H A Dnew_prop2.cpp148 print_func = &printf;
/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.cpp121 printf("Read new line -> %s",line_buffer);
143 printf("length=%x\n",length);
157 printf("address=%x\n",address);
172 printf("record_type=%x\n",record_type);
178 printf("end of file => return\n");
196 printf("data byte = %x\n",temp);
1038 printf("decode instr type:%d, src1: %d, src2: %d, dest %d, nb_cycles: %d\n",i->type, i->src1.type, i->src2.type, i->dst.type, i->cycle);
1286 printf("Fetch instruction @0x%x (= 0x%x)\n",ad,opcode);
1367 printf("read R%d=%d\n",op->val,R[op->val]);
1468 printf("writ
[all...]

Completed in 48 milliseconds

123