Searched refs:NULL (Results 376 - 400 of 528) sorted by relevance

<<11121314151617181920>>

/gem5/src/mem/ruby/network/simple/
H A DThrottle.cc251 assert(net_msg_ptr != NULL);
H A DSwitch.cc109 assert(m_throttles[link_number] != NULL);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_pthread.cpp40 // MAKE SURE WE HAVE A NULL THAT WILL WORK:
45 # define PTHREAD_NULL NULL
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.cpp158 sc_report_handler::set_log_file_name(NULL);
200 if( !msg_type_ ) // if msg_type is NULL, report unknown error
689 sc_report* sc_report_handler::last_global_report = NULL;
726 0u, {0u}, NULL, /* call counters */ \
745 NULL
/gem5/util/tlm/src/
H A Dsim_control.cc159 GlobalSimLoopExitEvent *exit_event = NULL;
/gem5/src/cpu/minor/
H A Dfetch1.hh175 packet(NULL),
H A DMinorCPU.py85 extraCommitLatExpr = Param.TimingExpr(NULL, "extra cycles as a"
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-function-mockers_test.cc227 Lt(100), 5U, NULL, "hi"))
230 EXPECT_EQ(5, foo_->Decimal(true, 'a', 0, 0, 1, 0, 0, 5, NULL, "hi"));
329 Lt(100), 5U, NULL, "hi"))
332 EXPECT_EQ(10, foo_->CTDecimal(true, 'a', 0, 0, 1, 0, 0, 5, NULL, "hi"));
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h77 // is set to NULL; otherwise, it is set to the address of a new concrete
194 if (gtest_dt != NULL) { \
264 // the flag is specified; otherwise returns NULL.
H A Dgtest-param-util.h334 if (value_.get() == NULL)
589 NULL, // No type parameter.
684 ParameterizedTestCaseInfo<TestCase>* typed_test_info = NULL;
704 if (typed_test_info == NULL) {
/gem5/ext/googletest/googletest/test/
H A Dgtest-listener_test.cc50 std::vector<std::string>* g_events = NULL;
H A Dgtest_stress_test.cc173 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL);
/gem5/src/arch/arm/
H A Ddecoder.cc177 return NULL;
/gem5/src/dev/pci/
H A Dcopy_engine.hh168 "CopyEngine", s, id, NULL, size);
/gem5/src/arch/sparc/
H A Dinterrupts.hh82 Interrupts(Params * p) : SimObject(p), cpu(NULL)
/gem5/src/cpu/simple/
H A Dbase.cc91 traceData(NULL),
121 checker = NULL;
516 StaticInstPtr instPtr = NULL;
662 traceData = NULL;
/gem5/src/cpu/
H A Dsimple_thread.cc90 : ThreadState(_cpu, _thread_num, NULL), isa(_isa),
/gem5/configs/example/
H A Dread_config.py181 return NULL
222 return NULL
232 if name != 'Null' else m5.params.NULL
286 return NULL
/gem5/src/arch/arm/tracers/
H A Dtarmac_record.hh183 const StaticInstPtr _macroStaticInst = NULL);
/gem5/src/gpu-compute/
H A DGPU.py156 cpu_pointer = Param.BaseCPU(NULL, "pointer to base CPU")
/gem5/src/mem/
H A Daddr_mapper.cc141 if (receivedState == NULL)
/gem5/src/mem/ruby/profiler/
H A DProfiler.cc379 if (seq != NULL) {
384 if (coal != NULL) {
398 if (seq != NULL) {
448 if (coal != NULL) {
/gem5/src/mem/ruby/network/
H A DMessageBuffer.hh84 if (m_consumer != NULL) {
144 //! Consumer to signal a wakeup(), can be NULL
/gem5/src/arch/generic/
H A Dmemhelpers.hh115 if (fault == NoFault && res != NULL) {
/gem5/ext/dsent/tech/
H A DTechModel.cc31 : m_std_cell_lib_(NULL), m_available_wire_layers_(NULL)
177 // If the widths pointer is NULL, width is set to 1 by default

Completed in 44 milliseconds

<<11121314151617181920>>