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

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Ddisplaylist.cc49 lastNode = &nodes;
72 *lastNode = 0;
79 *lastNode = node;
80 lastNode = &(node->next);
H A Ddisplaylist.h75 Dlnode **lastNode; member in class:DisplayList
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c124 struct cso_node *lastNode = firstNode; local in function:cso_data_rehash
128 while (lastNode->next != e && lastNode->next->key == h)
129 lastNode = lastNode->next;
131 afterLastNode = lastNode->next;
135 lastNode->next = *beforeFirstNode;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c144 struct cso_node *lastNode = firstNode; local in function:cso_data_rehash
148 while (lastNode->next != e && lastNode->next->key == h)
149 lastNode = lastNode->next;
151 afterLastNode = lastNode->next;
155 lastNode->next = *beforeFirstNode;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/html/
H A Dnavtree.js230 function newNode(o, po, text, link, childrenData, lastNode)
237 node.isLast = lastNode;

Completed in 4 milliseconds