linkdat            55 ompi/mca/topo/treematch/treematch/PriorityQueue.c   if(&(tree->rootdat) == (tree->rootdat.linkdat.nextptr)) 
linkdat            95 ompi/mca/topo/treematch/treematch/fibo.c   treeptr->rootdat.linkdat.prevptr =              /* Link root node to itself */
linkdat            96 ompi/mca/topo/treematch/treematch/fibo.c   treeptr->rootdat.linkdat.nextptr = &treeptr->rootdat;
linkdat           128 ompi/mca/topo/treematch/treematch/fibo.c   treeptr->rootdat.linkdat.prevptr =              /* Link root node to itself */
linkdat           129 ompi/mca/topo/treematch/treematch/fibo.c   treeptr->rootdat.linkdat.nextptr = &treeptr->rootdat;
linkdat           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 */
linkdat           167 ompi/mca/topo/treematch/treematch/fibo.c       nextptr = rootptr->linkdat.nextptr;
linkdat           192 ompi/mca/topo/treematch/treematch/fibo.c         oldrptr->linkdat.prevptr =                /* Chain old root to oneself as only child */
linkdat           193 ompi/mca/topo/treematch/treematch/fibo.c         oldrptr->linkdat.nextptr = oldrptr;
linkdat           291 ompi/mca/topo/treematch/treematch/fibo.c   nodeptr->linkdat.prevptr =
linkdat           292 ompi/mca/topo/treematch/treematch/fibo.c   nodeptr->linkdat.nextptr = NULL;
linkdat           321 ompi/mca/topo/treematch/treematch/fibo.c       if (chldptr->linkdat.nextptr->linkdat.prevptr != chldptr) {
linkdat           335 ompi/mca/topo/treematch/treematch/fibo.c       chldptr = chldptr->linkdat.nextptr;
linkdat           353 ompi/mca/topo/treematch/treematch/fibo.c   for (nodeptr = treeptr->rootdat.linkdat.nextptr;
linkdat           354 ompi/mca/topo/treematch/treematch/fibo.c        nodeptr != &treeptr->rootdat; nodeptr = nodeptr->linkdat.nextptr) {
linkdat           355 ompi/mca/topo/treematch/treematch/fibo.c     if (nodeptr->linkdat.nextptr->linkdat.prevptr != nodeptr) {
linkdat            81 ompi/mca/topo/treematch/treematch/fibo.h   FiboLink                  linkdat;              /*+ Pointers to sibling elements                     +*/
linkdat           106 ompi/mca/topo/treematch/treematch/fibo.h                                       nextptr = (o)->linkdat.nextptr; \
linkdat           107 ompi/mca/topo/treematch/treematch/fibo.h                                       (n)->linkdat.nextptr = nextptr; \
linkdat           108 ompi/mca/topo/treematch/treematch/fibo.h                                       (n)->linkdat.prevptr = (o);     \
linkdat           109 ompi/mca/topo/treematch/treematch/fibo.h                                       nextptr->linkdat.prevptr = (n); \
linkdat           110 ompi/mca/topo/treematch/treematch/fibo.h                                       (o)->linkdat.nextptr = (n);     \
linkdat           114 ompi/mca/topo/treematch/treematch/fibo.h                                       (n)->linkdat.prevptr->linkdat.nextptr = (n)->linkdat.nextptr; \
linkdat           115 ompi/mca/topo/treematch/treematch/fibo.h                                       (n)->linkdat.nextptr->linkdat.prevptr = (n)->linkdat.prevptr; \
linkdat           135 ompi/mca/topo/treematch/treematch/fibo.h                                           nextptr = chldptr->linkdat.nextptr;           \
linkdat           151 ompi/mca/topo/treematch/treematch/fibo.h                                       rghtptr = (n)->linkdat.nextptr;                       \
linkdat           161 ompi/mca/topo/treematch/treematch/fibo.h                                         rghtptr = pareptr->linkdat.nextptr;                 \