Searched refs:NULL (Results 326 - 350 of 528) sorted by relevance

<<11121314151617181920>>

/gem5/src/base/
H A Dremote_gdb.cc203 BadClient(const char *_warning=NULL) : warning(_warning)
256 // hex digit. If the string ends in the middle of a byte, NULL is
270 return (NULL);
901 if (p == NULL || *p != '\0')
958 if (p == NULL)
994 value_string.substr(colon_pos + 1, comma_pos), NULL, 16);
996 value_string.substr(comma_pos + 1), NULL, 16);
H A Ddebug.cc79 return NULL;
/gem5/src/cpu/kvm/
H A Dvm.cc64 Kvm *Kvm::instance = NULL;
329 kvm = NULL;
420 setUserMemoryRegion(num.num, NULL, 0, 0, 0);
/gem5/src/cpu/minor/
H A Dbuffers.hh573 /** Pointer to the single element (if not NULL) */
580 elementPtr(NULL)
616 elementPtr = NULL;
631 elementPtr = NULL;
/gem5/src/arch/sparc/
H A Dua2005.cc109 if (tickCompare == NULL)
124 if (sTickCompare == NULL)
195 if (hSTickCompare == NULL)
/gem5/src/mem/
H A Dphysical.cc205 uint8_t* pmem = (uint8_t*) mmap(NULL, range.size(),
344 if (compressed_mem == NULL)
410 if (compressed_mem == NULL)
H A Dmem_checker.hh207 ByteTracker(Addr addr = 0, const MemChecker *parent = NULL) argument
208 : Named((parent != NULL ? parent->name() : "") +
/gem5/src/cpu/
H A DBaseCPU.py166 checker = Param.BaseCPU(NULL, "checker CPU")
264 if self.checker != NULL:
286 if self.checker != NULL:
H A Dprofile.cc107 if (ptr == NULL)
/gem5/ext/dsent/model/electrical/
H A DBroadcastHTree.cc49 m_leaf_load_ = NULL;
50 m_leaf_head_driver_ = NULL;
51 m_leaf_head_load_ = NULL;
85 return NULL;
H A DMultiplexerCrossbar.cc65 return NULL;
132 vector<Multiplexer*> muxs(number_outputs, NULL);
/gem5/src/cpu/simple/probes/
H A Dsimpoint.cc50 simpointStream(NULL),
/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.cc50 auto rnd = Random(time(NULL));
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_ifs.h145 { return NULL; }
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp135 bool running_regression = ( getenv( "SYSTEMC_REGRESSION" ) != NULL );
/gem5/src/dev/x86/
H A Dpc.cc57 southBridge = NULL;
/gem5/src/systemc/dt/bit/
H A Dsc_lv_base.cc68 if (msg != NULL)
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh147 sc_curr_proc_info() : process_handle(NULL), kind(SC_NO_PROC_) {}
/gem5/src/cpu/o3/
H A Dmem_dep_unit.hh197 dependInsts[i] = NULL;
/gem5/src/arch/arm/
H A DArmSystem.py94 semihosting = Param.ArmSemihosting(NULL,
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc235 // Streaming shouldn't crash when the underlying ostream is NULL.
241 EXPECT_TRUE(DummyMatchResultListener().stream() == NULL);
242 EXPECT_TRUE(StreamMatchResultListener(NULL).stream() == NULL);
252 EXPECT_FALSE(StreamMatchResultListener(NULL).IsInterested());
286 if (listener->stream() != NULL) {
327 // Tests that NULL can be used in place of Eq(NULL).
329 Matcher<int*> m1 = NULL;
330 EXPECT_TRUE(m1.Matches(NULL));
[all...]
/gem5/ext/mcpat/
H A Dnoc.cc48 : McPATComponent(_xml_data), router(NULL), link_bus(NULL), ithNoC(ithNoC_),
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_runnable_int.h46 // P = pointer to process message is for, or NULL in which case the
356 prior_p = NULL;
413 prior_p = NULL;
/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_cb_and_phase.h58 empties(NULL),
83 empties->next=NULL;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h108 // expression is a null pointer literal (i.e. NULL or any 0-valued
125 // null pointer literal (i.e. NULL or any 0-valued compile-time
128 // We lose support for NULL detection where the compiler doesn't like
518 // type_param the name of the test's type parameter, or NULL if
521 // or NULL if this is not a type-parameterized test.
542 // and returns false. None of pstr, *pstr, and prefix can be NULL.
593 // returns NULL if no comma is found in 'str'.
596 if (comma == NULL) {
597 return NULL;
607 return comma == NULL
932 IsContainerTest(int , typename C::iterator* = NULL, typename C::const_iterator* = NULL) argument
[all...]

Completed in 56 milliseconds

<<11121314151617181920>>