Searched refs:m_ops (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnetwork.cpp20 for (OpQueue::size_type i=0; i!=m_ops.size(); ++i)
21 total += m_ops[i].second;
41 m_ops.push_back(std::make_pair(curTime, size));
50 for (unsigned int i=0; i!=m_ops.size(); ++i)
51 total += m_ops[i].second;
53 (total < m_maxBytesPerSecond) ? curTime : m_ops.front().first + 1000;
62 while (m_ops.size() && (m_ops.front().first + 1000 < curTime))
63 m_ops.pop_front();
H A Dnetwork.h45 OpQueue m_ops; member in class:LimitedBandwidth
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp1378 wxNode *node = m_ops.GetFirst();
1385 m_ops.Clear();
1394 wxNode *node = m_ops.GetFirst();
1405 wxNode *node = m_ops.GetFirst();
1418 wxNode *node = m_ops.GetFirst();
1434 wxNode *node = m_ops.GetFirst();
1526 node = m_ops.GetFirst();
1688 m_ops.Append(theOp);
1697 m_ops.Append(theOp);
1711 m_ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Ddrawn.h69 inline wxList& GetOps() const { return (wxList&) m_ops; }
72 inline bool IsValid() const { return (m_ops.GetCount() > 0); }
110 wxList m_ops; // List of drawing operations (see drawnp.h) member in class:wxPseudoMetaFile
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dv_midi.c170 struct midi_operations m_ops[2]; member in struct:vmidi_memory
197 midi_devs[midi1] = &m->m_ops[0];
209 midi_devs[midi2] = &m->m_ops[1];

Completed in 44 milliseconds