Searched refs:p2 (Results 26 - 37 of 37) sorted by relevance

12

/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc3/
H A Ddisaproc3.cpp201 aproc2 p2("p2", a, b, d);
206 // sc_assert( p2.aproc_handle->trigger_signals[0] == &b );
207 // sc_assert( p2.aproc_handle->trigger_signals_edgy_neg[0] == &a );
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc2/
H A Ddisaproc2.cpp202 aproc2 p2("p2", a, b, d);
/gem5/src/systemc/tests/systemc/compliance_1666/test208/
H A Dtest208.cpp195 SC_CTHREAD(p2,clk);
210 sc_assert (strcmp(children[6]->name(), "top.p2") == 0);
218 void p2() {} function
/gem5/ext/pybind11/tests/
H A Dtest_stl.cpp240 static UserType p1{1}, p2{2}, p3{3};
242 std::ref(p1), std::ref(p2), std::ref(p3), p4
/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc132 const std::shared_ptr<double> p2(raw_p2);
133 EXPECT_EQ(raw_p2, GetRawPointer(p2));
H A Dgmock-matchers_test.cc1011 const char* p2 = NULL; local
1012 EXPECT_TRUE(m2.Matches(p2));
1074 const char* p2 = NULL; local
1075 EXPECT_FALSE(m2.Matches(p2));
/gem5/system/alpha/h/
H A Ddc21164FromGasSources.h803 #define p2 r10 /* ITB/DTB Miss Scratch */ macro
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc1224 char (Foo::*p2)(int n) = &Foo::MyVirtualMethod;
1226 PrintByRef(p2),
1227 "@" + PrintPointer(reinterpret_cast<const void*>(&p2)) + " " +
1228 Print(sizeof(p2)) + "-byte object "));
H A Dgtest_unittest.cc2428 // Let p2 have the same content as p1, but be at a different address.
2429 const char p2[] = "good"; local
2430 ASSERT_STREQ(p1, p2);
4880 char* const p2 = reinterpret_cast<char*>(pv2); local
4883 EXPECT_NONFATAL_FAILURE(EXPECT_EQ(p0, p2),
4884 "To be equal to: p2");
4885 EXPECT_NONFATAL_FAILURE(EXPECT_EQ(p1, p2),
4886 "p2");
4902 wchar_t* const p2 = reinterpret_cast<wchar_t*>(pv2); local
4905 EXPECT_NONFATAL_FAILURE(EXPECT_EQ(p0, p2),
5258 unsigned char* const p2 = NULL; local
[all...]
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp254 sc_notify_time_compare( const void* p1, const void* p2 )
257 const sc_event_timed* et2 = static_cast<const sc_event_timed*>( p2 );
/gem5/ext/systemc/src/sysc/qt/
H A Dmeas.c100 t_null (qt_t *old, void *p1, void *p2) argument
/gem5/src/arch/arm/insts/
H A Dfplib.cc176 uint64_t p2 = a1 * b1; local
177 uint64_t p1 = (a0 + a1) * (b0 + b1) - p0 - p2;
180 uint64_t s2 = (s1 >> 31) + p2;

Completed in 93 milliseconds

12