Searched refs:m_head (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dqueue.cpp21 m_head = m_tail = 0;
29 return m_tail-m_head;
34 return (m_head==MaxSize());
39 m_head = m_tail = 0;
53 if (m_tail==m_head)
56 outByte=buf[m_head];
62 size_t len = STDMIN(copyMax, m_tail-m_head);
63 memcpy(target, buf+m_head, len);
69 size_t len = m_tail-m_head;
70 target.ChannelPut(channel, buf+m_head, le
126 size_t m_head, m_tail; member in class:ByteQueueNode
[all...]
H A Dzdeflate.h112 SecBlock<word16> m_head, m_prev; member in class:Deflator
H A Dzdeflate.cpp255 m_head.New(HSIZE);
286 fill(m_head.begin(), m_head.end(), 0);
344 m_head[i] = SaturatingSubtract(m_head[i], DSIZE);
375 unsigned int current = m_head[ComputeHash(scan)];
412 m_prev[start & DMASK] = m_head[hash];
413 m_head[hash] = start;
H A Dqueue.h104 ByteQueueNode *m_head, *m_tail; member in class:ByteQueue
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmemory.h276 static wxMemStruct * GetHead () { return m_head; }
280 static wxMemStruct * SetHead (wxMemStruct * st) { return (m_head = st); }
313 static wxMemStruct* m_head; member in class:wxDebugContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.cpp120 m_head = NULL;
152 c = m_head;
159 m_head = NULL;
289 c->m_next = m_head;
290 m_head = c;
332 if (c != m_head)
335 m_head = c->m_next;
369 for (c = m_head; c; c = c->m_next)
395 for (c = m_head; c; c = c->m_next)
415 for (c = m_head;
[all...]
H A Dgame.h163 LifeCellBox *m_head; // list of alive boxes member in class:Life
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmemory.cpp442 wxMemStruct *wxDebugContext::m_head = NULL; member in class:wxDebugContext

Completed in 247 milliseconds