Searched defs:head (Results 1 – 5 of 5) sorted by relevance
4 <!ELEMENT head (create | title | comment | generator)*> element
74 NNSiFndExpHeapMBlockHead* head; // Pointer to memory linked to the start of the list member
124 explicit State(uptr head, uptr tail) : m_Head(head), m_Tail(tail) {} in State()