Home
last modified time | relevance | path

Searched refs:m_drops (Results 1 – 9 of 9) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/network/test/
H A Derror-model-test-suite.cc106 uint32_t m_drops; //!< The dropped packets counter. member in ErrorModelSimple
111 : TestCase ("ErrorModel and PhyRxDrop trace for SimpleNetDevice"), m_count (0), m_drops (0) in ErrorModelSimple()
129 m_drops++; in DropEvent()
170 NS_TEST_ASSERT_MSG_EQ (m_drops, 9, "Wrong number of drops."); in DoRun()
203 uint32_t m_drops; //!< The dropped packets counter. member in BurstErrorModelSimple
208 : TestCase ("ErrorModel and PhyRxDrop trace for SimpleNetDevice"), m_count (0), m_drops (0) in BurstErrorModelSimple()
226 m_drops++; in DropEvent()
271 NS_TEST_ASSERT_MSG_EQ (m_drops, 260 , "Wrong number of drops."); in DoRun()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/test/
H A Dcsma-system-test-suite.cc171 uint32_t m_drops; member in CsmaBroadcastTestCase
199 m_drops++; in DropEvent()
289 uint32_t m_drops; member in CsmaMulticastTestCase
311 m_drops++; in DropEvent()
451 uint32_t m_drops; member in CsmaOneSubnetTestCase
479 m_drops++; in DropEvent()
577 uint32_t m_drops; member in CsmaPacketSocketTestCase
599 m_drops++; in DropEvent()
713 m_drops++; in DropEvent()
826 m_drops++; in DropEvent()
[all …]
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DMatrCell.cpp35 m_drops(vector<int>()), in MatrCell()
117 m_drops.clear(); in RecalculateHeight()
121 m_drops.push_back(0); in RecalculateHeight()
126 m_drops[i] = wxMax(m_drops[i], m_cells[m_matWidth * i + j]->GetMaxDrop()); in RecalculateHeight()
132 m_height += (m_centers[i] + m_drops[i] + Scale_Px(10)); in RecalculateHeight()
161 mp.y += (m_drops[j] + Scale_Px(10)); in Draw()
183 point.y - m_center + m_centers[0] + m_drops[0] + 2 * Scale_Px(5), in Draw()
185 point.y - m_center + m_centers[0] + m_drops[0] + 2 * Scale_Px(5)); in Draw()
H A DMatrCell.h100 vector<int> m_drops; variable
/dports/sysutils/symon/symon-2.88/platform/NetBSD/
H A Dsm_mbuf.c148 stats[12] = mbstat.m_drops; in get_mbuf()
/dports/sysutils/symon/symon-2.88/platform/OpenBSD/
H A Dsm_mbuf.c187 stats[12] = mbstat.m_drops; in get_mbuf()
/dports/sysutils/symon/symon-2.88/lib/
H A Ddata.h271 u_int32_t m_drops; member
/dports/sysutils/symon/symon-2.88/symux/
H A Dc_smrrds.sh276 DS:m_drops:COUNTER:$INTERVAL:0:U DS:m_wait:COUNTER:$INTERVAL:0:U \
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dmbuf.h791 u_long m_drops; /* times failed to find space */ member