/gem5/src/systemc/tests/systemc/misc/synth/inlining/test6/ |
H A D | test.cpp | 51 int i,j,h, temp; local
|
/gem5/src/sim/power/ |
H A D | thermal_node.hh | 59 double temp; member in class:ThermalNode
|
H A D | power_model.cc | 78 PowerModel::thermalUpdateCallback(const double & temp) argument
|
H A D | thermal_model.cc | 300 double temp local [all...] |
H A D | power_model.hh | 82 virtual void setTemperature(double temp) { _temp = temp; } argument 168 void notify(const double &temp) argument
|
/gem5/ext/googletest/googletest/samples/ |
H A D | sample2.cc | 53 const char* const temp = MyString::CloneCString(a_c_string); local
|
/gem5/ext/mcpat/cacti/ |
H A D | uca.cc | 179 double temp; local [all...] |
H A D | arbiter.cc | 59 double temp = ((R - 1) * (2 * gate_C(NTn1, 0) + gate_C(PTn1, 0)) + 2 * local 70 double temp = 2 * (2 * gate_C(NTn1, 0) + gate_C(PTn1, 0)); local 77 double temp = drain_C_(NTn1, 0, 1, 1, g_tp.cell_h_def) * 2 + local 84 double temp = (drain_C_(NTn1, 0, 1, 1, g_tp.cell_h_def) * 2 + local 117 double temp = (wc.wire_cap(length, true)); local 123 double temp = (Cw3(o_len * 1e-6 /* m */) + local 131 double temp = gate_C(NTtr, 0) + gate_C(PTtr, 0); local [all...] |
/gem5/ext/systemc/src/sysc/datatypes/fx/ |
H A D | scfx_string.h | 120 char* temp = new char[m_alloc]; local
|
H A D | scfx_rep.cpp | 659 word carry, temp; local
|
/gem5/src/sim/ |
H A D | drain.cc | 76 SimObject *temp = dynamic_cast<SimObject*>(obj); local
|
H A D | dvfs_handler.cc | 229 bool temp = enableHandler; local
|
/gem5/src/systemc/ext/dt/fx/ |
H A D | scfx_string.hh | 116 char *temp = new char[m_alloc]; local
|
/gem5/src/arch/sparc/ |
H A D | ua2005.cc | 249 uint64_t temp; local
|
/gem5/src/cpu/ |
H A D | base.cc | 98 Counter temp = cpu->totalOps(); local
|
/gem5/src/systemc/tests/systemc/misc/communication/channel/dataflow/ |
H A D | dataflow.cpp | 132 int temp; local
|
/gem5/src/base/ |
H A D | circlebuf.hh | 189 std::vector<T> temp; local 211 std::vector<T> temp; local [all...] |
H A D | remote_gdb.hh | 320 T temp; local
|
/gem5/src/base/loader/ |
H A D | dtb_object.cc | 163 const void* temp = fdt_getprop(fd, offset, "cpu-release-addr", &len); local
|
/gem5/src/dev/arm/ |
H A D | flash_device.cc | 313 Callback *temp = planeEventQueue[plane_address].front(). local
|
/gem5/ext/dsent/tech/ |
H A D | TechModel.cc | 98 double temp = get("Temperature"); local 133 double temp = get("Temperature"); local
|
/gem5/src/gpu-compute/ |
H A D | brig_object.cc | 225 char *temp; local
|
/gem5/src/systemc/core/ |
H A D | sc_event.cc | 221 sc_event_and_list *temp = list; local 272 sc_event_or_list *temp = list; local
|
H A D | sc_process_handle.cc | 140 ::sc_gem5::Process *temp = handle._gem5_process; local
|
/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/ |
H A D | cycle_model.cpp | 193 int temp = (int)strtol(instr_string, (char **)NULL, 16); local 1281 int temp; local 1375 int temp = fetch_instr(my_stack->address); local 1399 int temp = fetch_instr(my_stack->address); local 1407 int temp local 1419 int temp = ((op->val)<<8) + fetch_instr(my_stack->address); local 1426 int temp = fetch_instr(my_stack->address); local 1436 int temp = fetch_instr(my_stack->address); local 1476 int temp = fetch_instr(my_stack->address); local [all...] |