Searched refs:NULL (Results 426 - 450 of 528) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith10/
H A Disaac.h74 UINT32 a = 0, UINT32 b = 0, UINT32 c = 0, UINT32* s = NULL);
114 m_rc.randrsl[i] = s != NULL ? s[i] : 0;
/gem5/src/systemc/tests/systemc/misc/sim_tests/manual_clock/
H A Disaac.h74 UINT32 a = 0, UINT32 b = 0, UINT32 c = 0, UINT32* s = NULL);
114 m_rc.randrsl[i] = s != NULL ? s[i] : 0;
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt7.1/
H A Disaac.h74 UINT32 a = 0, UINT32 b = 0, UINT32 c = 0, UINT32* s = NULL);
114 m_rc.randrsl[i] = s != NULL ? s[i] : 0;
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt7.2/
H A Disaac.h74 UINT32 a = 0, UINT32 b = 0, UINT32 c = 0, UINT32* s = NULL);
114 m_rc.randrsl[i] = s != NULL ? s[i] : 0;
/gem5/src/systemc/tests/systemc/misc/v1.0/blv/
H A Disaac.h74 UINT32 a = 0, UINT32 b = 0, UINT32 c = 0, UINT32* s = NULL);
114 m_rc.randrsl[i] = s != NULL ? s[i] : 0;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/mixed/
H A Disaac.h74 UINT32 a = 0, UINT32 b = 0, UINT32 c = 0, UINT32* s = NULL);
114 m_rc.randrsl[i] = s != NULL ? s[i] : 0;
/gem5/src/dev/arm/
H A Dufs_device.cc1418 (request_in), true, NULL);
1648 false, NULL);
1765 (transferEnd.front().destination), true, NULL);
1965 writeDevice(NULL, true, next_packet.start, next_packet.size,
1966 NULL, next_packet.SCSIDiskOffset, next_packet.LUN);
2026 writeDevice(NULL, true, dmaWriteInfo.front().start,
2027 dmaWriteInfo.front().size, NULL,
2105 if (additional_action != NULL)
/gem5/src/cpu/pred/
H A Dbpred_unit.cc186 void *bp_history = NULL;
187 void *indirect_history = NULL;
/gem5/src/mem/
H A Dabstract_mem.cc60 ClockedObject(p), range(params()->range), pmemAddr(NULL),
65 kvmMap(p->kvm_map), _system(NULL)
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h89 // is NULL.
92 if (stream_ != NULL)
104 bool IsInterested() const { return stream_ != NULL; }
171 // that 'listener' is not NULL. This helps to simplify a matcher's
175 // listener->stream() may be NULL.
230 DummyMatchResultListener() : MatchResultListener(NULL) {}
680 if (explanation != "" && os != NULL) {
697 // 'listener' must not be NULL.
976 // pointer that is NULL.
985 return GetRawPointer(p) == NULL;
[all...]
/gem5/ext/dsent/model/electrical/
H A DOR.cc64 return NULL;
/gem5/ext/dsent/model/optical/
H A DSWMRLink.cc203 OpticalModel* laser = NULL;
H A DSWSRLink.cc262 OpticalModel* laser = NULL;
/gem5/ext/dsent/util/
H A DResult.cc38 ASSERT((sub_result_ != NULL), "Internal error: sub_result_ is null");
/gem5/ext/libfdt/
H A Dfdt_sw.c61 return NULL;
/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.cc143 Message *net_msg_ptr = NULL;
/gem5/util/cxx_config/
H A Dmain.cc227 GlobalSimLoopExitEvent *exit_event = NULL;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process_handle.h323 return m_target_p ? m_target_p->get_parent_object() : NULL;
/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_target_socket.h415 return NULL; // no suspended process
538 tlm::tlm_extension_base* clone() const { return NULL; }
959 return NULL; // no suspended process
1081 tlm::tlm_extension_base* clone() const { return NULL; }
/gem5/src/systemc/core/
H A Dsc_event.cc273 list = NULL;
/gem5/src/arch/mips/
H A Dtlb.cc82 PTE *retval = NULL;
/gem5/src/arch/power/
H A Dtlb.cc86 PowerISA::PTE *retval = NULL;
/gem5/src/sim/
H A Dserialize.cc198 time_t t = time(NULL);
/gem5/util/systemc/gem5_within_systemc/
H A Dmain.cc290 GlobalSimLoopExitEvent *exit_event = NULL;
/gem5/ext/googletest/googletest/test/
H A Dgtest-tuple_test.cc162 EXPECT_TRUE(get<2>(b3) == NULL);

Completed in 33 milliseconds

<<11121314151617181920>>