nextptr 55 ompi/mca/topo/treematch/treematch/PriorityQueue.c if(&(tree->rootdat) == (tree->rootdat.linkdat.nextptr)) nextptr 96 ompi/mca/topo/treematch/treematch/fibo.c treeptr->rootdat.linkdat.nextptr = &treeptr->rootdat; nextptr 129 ompi/mca/topo/treematch/treematch/fibo.c treeptr->rootdat.linkdat.nextptr = &treeptr->rootdat; nextptr 149 ompi/mca/topo/treematch/treematch/fibo.c FiboNode * nextptr; nextptr 154 ompi/mca/topo/treematch/treematch/fibo.c for (rootptr = treeptr->rootdat.linkdat.nextptr, nextptr = rootptr->linkdat.nextptr, degrmax = 0; /* For all roots in root list */ nextptr 166 ompi/mca/topo/treematch/treematch/fibo.c rootptr = nextptr; /* Process next root in list during next iteration */ nextptr 167 ompi/mca/topo/treematch/treematch/fibo.c nextptr = rootptr->linkdat.nextptr; nextptr 193 ompi/mca/topo/treematch/treematch/fibo.c oldrptr->linkdat.nextptr = oldrptr; nextptr 292 ompi/mca/topo/treematch/treematch/fibo.c nodeptr->linkdat.nextptr = NULL; nextptr 321 ompi/mca/topo/treematch/treematch/fibo.c if (chldptr->linkdat.nextptr->linkdat.prevptr != chldptr) { nextptr 335 ompi/mca/topo/treematch/treematch/fibo.c chldptr = chldptr->linkdat.nextptr; nextptr 353 ompi/mca/topo/treematch/treematch/fibo.c for (nodeptr = treeptr->rootdat.linkdat.nextptr; nextptr 354 ompi/mca/topo/treematch/treematch/fibo.c nodeptr != &treeptr->rootdat; nodeptr = nodeptr->linkdat.nextptr) { nextptr 355 ompi/mca/topo/treematch/treematch/fibo.c if (nodeptr->linkdat.nextptr->linkdat.prevptr != nodeptr) { nextptr 67 ompi/mca/topo/treematch/treematch/fibo.h struct FiboNode_ * nextptr; /*+ Pointer to next sibling element +*/ nextptr 105 ompi/mca/topo/treematch/treematch/fibo.h FiboNode * nextptr; \ nextptr 106 ompi/mca/topo/treematch/treematch/fibo.h nextptr = (o)->linkdat.nextptr; \ nextptr 107 ompi/mca/topo/treematch/treematch/fibo.h (n)->linkdat.nextptr = nextptr; \ nextptr 109 ompi/mca/topo/treematch/treematch/fibo.h nextptr->linkdat.prevptr = (n); \ nextptr 110 ompi/mca/topo/treematch/treematch/fibo.h (o)->linkdat.nextptr = (n); \ nextptr 114 ompi/mca/topo/treematch/treematch/fibo.h (n)->linkdat.prevptr->linkdat.nextptr = (n)->linkdat.nextptr; \ nextptr 115 ompi/mca/topo/treematch/treematch/fibo.h (n)->linkdat.nextptr->linkdat.prevptr = (n)->linkdat.prevptr; \ nextptr 134 ompi/mca/topo/treematch/treematch/fibo.h FiboNode * nextptr; \ nextptr 135 ompi/mca/topo/treematch/treematch/fibo.h nextptr = chldptr->linkdat.nextptr; \ nextptr 138 ompi/mca/topo/treematch/treematch/fibo.h chldptr = nextptr; \ nextptr 151 ompi/mca/topo/treematch/treematch/fibo.h rghtptr = (n)->linkdat.nextptr; \ nextptr 161 ompi/mca/topo/treematch/treematch/fibo.h rghtptr = pareptr->linkdat.nextptr; \