Searched refs:nextNode (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Ddisplaylist.cc55 for( Dlnode *nextNode; nodes; nodes = nextNode ) { local in function:DisplayList::~DisplayList
56 nextNode = nodes->next;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.h162 struct cso_node **nextNode = cso_hash_find_node(hash, key); local in function:cso_hash_find
163 struct cso_hash_iter iter = {hash, *nextNode};
H A Dcso_hash.c178 struct cso_node **nextNode = cso_hash_find_node(hash, key); local in function:cso_hash_insert
179 struct cso_node *node = cso_hash_create_node(hash, key, data, nextNode);
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dxttcap.c68 struct TagSPropRecValListNodeP *nextNode; member in struct:TagSPropRecValListNodeP
267 newNode->nextNode = pThisList->headNode;
543 for (p=pThisList->headNode; NULL!=p; p=p->nextNode) {
586 for (p=pThisList->headNode; NULL!=p; p=p->nextNode) {
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dxttcap.c69 struct TagSPropRecValListNodeP *nextNode; member in struct:TagSPropRecValListNodeP
268 newNode->nextNode = pThisList->headNode;
544 for (p=pThisList->headNode; NULL!=p; p=p->nextNode) {
587 for (p=pThisList->headNode; NULL!=p; p=p->nextNode) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c213 struct cso_node **nextNode = cso_hash_find_node(hash, key); local in function:cso_hash_insert
214 struct cso_node *node = cso_hash_create_node(hash, key, data, nextNode);
271 struct cso_node **nextNode = cso_hash_find_node(hash, key); local in function:cso_hash_find
272 struct cso_hash_iter iter = {hash, *nextNode};

Completed in 7 milliseconds