Home
last modified time | relevance | path

Searched refs:rootptr (Results 1 – 25 of 66) sorted by relevance

123

/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dfibo.c131 FiboNode * rootptr; in fiboTreeConsolidate() local
137 …for (rootptr = treeptr->rootdat.linkdat.nextptr, nextptr = rootptr->linkdat.nextptr, degrmax = 0; … in fiboTreeConsolidate()
138 rootptr != &treeptr->rootdat; ) { in fiboTreeConsolidate()
139 degrval = rootptr->deflval >> 1; /* Get degree, getting rid of flag part */ in fiboTreeConsolidate()
148 … degrtab[degrval] = rootptr; /* Record tree as first tree with this degree */ in fiboTreeConsolidate()
150 nextptr = rootptr->linkdat.nextptr; in fiboTreeConsolidate()
157 if (treeptr->cmpfptr (oldrptr, rootptr) <= 0) { /* If old root is still better */ in fiboTreeConsolidate()
158 oldrptr = rootptr; /* This root will be be linked to it */ in fiboTreeConsolidate()
159 rootptr = degrtab[degrval]; /* We will go on processing this root */ in fiboTreeConsolidate()
173rootptr->deflval = 2; /* Real degree set to 1, and flag set to 0 */ in fiboTreeConsolidate()
[all …]
H A Dhmesh_order_gp.c89 HmeshOrderGpVertex * rootptr; /* Pointer to root vertex */ in hmeshOrderGp() local
107 …for (vnodnbr = 0, ordeval = ordenum, rootptr = vexxtax + meshptr->m.vnodbas, passnum = 1; /* For a… in hmeshOrderGp()
109 while (rootptr->passnum != 0) /* Find first unallocated root */ in hmeshOrderGp()
110 rootptr ++; in hmeshOrderGp()
112 vdianum = rootptr - vexxtax; /* Start from found root */ in hmeshOrderGp()
/dports/devel/cweb/cweb-3.64a.a/examples/
H A Dtreeprint.c118 read_tree(fp,rootptr) in read_tree() argument
120 struct tnode**rootptr;
135 add_tree(rootptr,buf);
141 add_tree(rootptr,p)
142 struct tnode**rootptr; variable
163 if(*rootptr==NULL){
168 (*rootptr)->left= (*rootptr)->right= NULL;
174 strcpy((*rootptr)->data,p);
176 if(strcmp((*rootptr)->data,p)==0){
178 add_tree(&((*rootptr)->child),s);
[all …]
H A Dtreeprint.w56 read_tree (fp, rootptr)
58 struct tnode **rootptr;
64 add_tree(rootptr, buf);
81 add_tree(rootptr, p)
82 struct tnode **rootptr;
94 if (*rootptr==NULL) {
96 strcpy((*rootptr)->data,p);
98 if (strcmp((*rootptr)->data,p)==0) {
100 add_tree(&((*rootptr)->child),s);
104 add_tree(&((*rootptr)->sibling),p);
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/topo/treematch/treematch/
H A Dfibo.c148 FiboNode * rootptr; in fiboTreeConsolidate() local
154 …for (rootptr = treeptr->rootdat.linkdat.nextptr, nextptr = rootptr->linkdat.nextptr, degrmax = 0; … in fiboTreeConsolidate()
155 rootptr != &treeptr->rootdat; ) { in fiboTreeConsolidate()
156 degrval = rootptr->deflval >> 1; /* Get degree, getting rid of flag part */ in fiboTreeConsolidate()
165 … degrtab[degrval] = rootptr; /* Record tree as first tree with this degree */ in fiboTreeConsolidate()
167 nextptr = rootptr->linkdat.nextptr; in fiboTreeConsolidate()
174 if (treeptr->cmpfptr (oldrptr, rootptr) <= 0) { /* If old root is still better */ in fiboTreeConsolidate()
175 oldrptr = rootptr; /* This root will be be linked to it */ in fiboTreeConsolidate()
176 rootptr = degrtab[degrval]; /* We will go on processing this root */ in fiboTreeConsolidate()
190rootptr->deflval = 2; /* Real degree set to 1, and flag set to 0 */ in fiboTreeConsolidate()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/topo/treematch/treematch/
H A Dfibo.c148 FiboNode * rootptr; in fiboTreeConsolidate() local
154 …for (rootptr = treeptr->rootdat.linkdat.nextptr, nextptr = rootptr->linkdat.nextptr, degrmax = 0; … in fiboTreeConsolidate()
155 rootptr != &treeptr->rootdat; ) { in fiboTreeConsolidate()
156 degrval = rootptr->deflval >> 1; /* Get degree, getting rid of flag part */ in fiboTreeConsolidate()
165 … degrtab[degrval] = rootptr; /* Record tree as first tree with this degree */ in fiboTreeConsolidate()
167 nextptr = rootptr->linkdat.nextptr; in fiboTreeConsolidate()
174 if (treeptr->cmpfptr (oldrptr, rootptr) <= 0) { /* If old root is still better */ in fiboTreeConsolidate()
175 oldrptr = rootptr; /* This root will be be linked to it */ in fiboTreeConsolidate()
176 rootptr = degrtab[degrval]; /* We will go on processing this root */ in fiboTreeConsolidate()
190rootptr->deflval = 2; /* Real degree set to 1, and flag set to 0 */ in fiboTreeConsolidate()
[all …]
/dports/graphics/imlib2/imlib2-1.7.0/src/lib/
H A Dscript.c134 IFunctionParam *rootptr, *ptr; in __imlib_script_parse_parameters() local
138 rootptr = malloc(sizeof(IFunctionParam)); in __imlib_script_parse_parameters()
139 rootptr->key = strdup("NO-KEY"); in __imlib_script_parse_parameters()
140 rootptr->type = VAR_CHAR; in __imlib_script_parse_parameters()
141 rootptr->data = strdup("NO-VALUE"); in __imlib_script_parse_parameters()
142 rootptr->next = NULL; in __imlib_script_parse_parameters()
143 ptr = rootptr; in __imlib_script_parse_parameters()
198 return rootptr; in __imlib_script_parse_parameters()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/utilities/
H A Dfind_font_file.cc84 char* rootptr = getenv("SYSTEMROOT"); in FindFontFileFinal() local
88 } else if (rootptr != 0) { in FindFontFileFinal()
89 home = rootptr; in FindFontFileFinal()
/dports/lang/yap/yap-6.2.2/packages/clib/maildrop/rfc822/
H A Dimaprefs.c455 if (mt->rootptr) in rfc822_threadgetroot()
456 return (mt->rootptr); in rfc822_threadgetroot()
474 return (mt->rootptr=root); in rfc822_threadgetroot()
855 rc=dothreadsort(&itsi, mt->rootptr); in rfc822_threadsortbydate()
906 if (!mt->rootptr) in rfc822_thread()
909 if ((mt->rootptr=rfc822_threadgetroot(mt)) == 0) in rfc822_thread()
911 if (rfc822_threadsortsubj(mt, mt->rootptr) || in rfc822_thread()
912 rfc822_threadmergesubj(mt, mt->rootptr) || in rfc822_thread()
915 mt->rootptr=0; in rfc822_thread()
920 return (mt->rootptr); in rfc822_thread()
/dports/mail/cone/cone-1.1/libs/rfc822/
H A Dimaprefs.c549 if (mt->rootptr) in rfc822_threadgetroot()
550 return (mt->rootptr); in rfc822_threadgetroot()
568 return (mt->rootptr=root); in rfc822_threadgetroot()
994 rc=dothreadsort(&itsi, mt->rootptr); in rfc822_threadsortbydate()
1045 if (!mt->rootptr) in rfc822_thread()
1048 if ((mt->rootptr=rfc822_threadgetroot(mt)) == 0) in rfc822_thread()
1050 if (rfc822_threadsortsubj(mt->rootptr) || in rfc822_thread()
1051 rfc822_threadgathersubj(mt, mt->rootptr) || in rfc822_thread()
1052 rfc822_threadmergesubj(mt, mt->rootptr) || in rfc822_thread()
1055 mt->rootptr=0; in rfc822_thread()
[all …]
/dports/mail/maildrop/maildrop-3.0.3/libs/rfc822/
H A Dimaprefs.c549 if (mt->rootptr) in rfc822_threadgetroot()
550 return (mt->rootptr); in rfc822_threadgetroot()
568 return (mt->rootptr=root); in rfc822_threadgetroot()
994 rc=dothreadsort(&itsi, mt->rootptr); in rfc822_threadsortbydate()
1045 if (!mt->rootptr) in rfc822_thread()
1048 if ((mt->rootptr=rfc822_threadgetroot(mt)) == 0) in rfc822_thread()
1050 if (rfc822_threadsortsubj(mt->rootptr) || in rfc822_thread()
1051 rfc822_threadgathersubj(mt, mt->rootptr) || in rfc822_thread()
1052 rfc822_threadmergesubj(mt, mt->rootptr) || in rfc822_thread()
1055 mt->rootptr=0; in rfc822_thread()
[all …]
/dports/security/courier-authlib-base/courier-authlib-0.71.4/libs/rfc822/
H A Dimaprefs.c549 if (mt->rootptr) in rfc822_threadgetroot()
550 return (mt->rootptr); in rfc822_threadgetroot()
568 return (mt->rootptr=root); in rfc822_threadgetroot()
994 rc=dothreadsort(&itsi, mt->rootptr); in rfc822_threadsortbydate()
1045 if (!mt->rootptr) in rfc822_thread()
1048 if ((mt->rootptr=rfc822_threadgetroot(mt)) == 0) in rfc822_thread()
1050 if (rfc822_threadsortsubj(mt->rootptr) || in rfc822_thread()
1051 rfc822_threadgathersubj(mt, mt->rootptr) || in rfc822_thread()
1052 rfc822_threadmergesubj(mt, mt->rootptr) || in rfc822_thread()
1055 mt->rootptr=0; in rfc822_thread()
[all …]
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/rfc822/
H A Dimaprefs.c549 if (mt->rootptr) in rfc822_threadgetroot()
550 return (mt->rootptr); in rfc822_threadgetroot()
568 return (mt->rootptr=root); in rfc822_threadgetroot()
994 rc=dothreadsort(&itsi, mt->rootptr); in rfc822_threadsortbydate()
1045 if (!mt->rootptr) in rfc822_thread()
1048 if ((mt->rootptr=rfc822_threadgetroot(mt)) == 0) in rfc822_thread()
1050 if (rfc822_threadsortsubj(mt->rootptr) || in rfc822_thread()
1051 rfc822_threadgathersubj(mt, mt->rootptr) || in rfc822_thread()
1052 rfc822_threadmergesubj(mt, mt->rootptr) || in rfc822_thread()
1055 mt->rootptr=0; in rfc822_thread()
[all …]
/dports/databases/courier-authlib-mysql/courier-authlib-0.71.4/libs/rfc822/
H A Dimaprefs.c549 if (mt->rootptr) in rfc822_threadgetroot()
550 return (mt->rootptr); in rfc822_threadgetroot()
568 return (mt->rootptr=root); in rfc822_threadgetroot()
994 rc=dothreadsort(&itsi, mt->rootptr); in rfc822_threadsortbydate()
1045 if (!mt->rootptr) in rfc822_thread()
1048 if ((mt->rootptr=rfc822_threadgetroot(mt)) == 0) in rfc822_thread()
1050 if (rfc822_threadsortsubj(mt->rootptr) || in rfc822_thread()
1051 rfc822_threadgathersubj(mt, mt->rootptr) || in rfc822_thread()
1052 rfc822_threadmergesubj(mt, mt->rootptr) || in rfc822_thread()
1055 mt->rootptr=0; in rfc822_thread()
[all …]
/dports/databases/courier-authlib-pgsql/courier-authlib-0.71.4/libs/rfc822/
H A Dimaprefs.c549 if (mt->rootptr) in rfc822_threadgetroot()
550 return (mt->rootptr); in rfc822_threadgetroot()
568 return (mt->rootptr=root); in rfc822_threadgetroot()
994 rc=dothreadsort(&itsi, mt->rootptr); in rfc822_threadsortbydate()
1045 if (!mt->rootptr) in rfc822_thread()
1048 if ((mt->rootptr=rfc822_threadgetroot(mt)) == 0) in rfc822_thread()
1050 if (rfc822_threadsortsubj(mt->rootptr) || in rfc822_thread()
1051 rfc822_threadgathersubj(mt, mt->rootptr) || in rfc822_thread()
1052 rfc822_threadmergesubj(mt, mt->rootptr) || in rfc822_thread()
1055 mt->rootptr=0; in rfc822_thread()
[all …]
/dports/databases/courier-authlib-sqlite/courier-authlib-0.71.4/libs/rfc822/
H A Dimaprefs.c549 if (mt->rootptr) in rfc822_threadgetroot()
550 return (mt->rootptr); in rfc822_threadgetroot()
568 return (mt->rootptr=root); in rfc822_threadgetroot()
994 rc=dothreadsort(&itsi, mt->rootptr); in rfc822_threadsortbydate()
1045 if (!mt->rootptr) in rfc822_thread()
1048 if ((mt->rootptr=rfc822_threadgetroot(mt)) == 0) in rfc822_thread()
1050 if (rfc822_threadsortsubj(mt->rootptr) || in rfc822_thread()
1051 rfc822_threadgathersubj(mt, mt->rootptr) || in rfc822_thread()
1052 rfc822_threadmergesubj(mt, mt->rootptr) || in rfc822_thread()
1055 mt->rootptr=0; in rfc822_thread()
[all …]
/dports/net/courier-authlib-ldap/courier-authlib-0.71.4/libs/rfc822/
H A Dimaprefs.c549 if (mt->rootptr) in rfc822_threadgetroot()
550 return (mt->rootptr); in rfc822_threadgetroot()
568 return (mt->rootptr=root); in rfc822_threadgetroot()
994 rc=dothreadsort(&itsi, mt->rootptr); in rfc822_threadsortbydate()
1045 if (!mt->rootptr) in rfc822_thread()
1048 if ((mt->rootptr=rfc822_threadgetroot(mt)) == 0) in rfc822_thread()
1050 if (rfc822_threadsortsubj(mt->rootptr) || in rfc822_thread()
1051 rfc822_threadgathersubj(mt, mt->rootptr) || in rfc822_thread()
1052 rfc822_threadmergesubj(mt, mt->rootptr) || in rfc822_thread()
1055 mt->rootptr=0; in rfc822_thread()
[all …]
/dports/mail/courier-authlib-vchkpw/courier-authlib-0.71.4/libs/rfc822/
H A Dimaprefs.c549 if (mt->rootptr) in rfc822_threadgetroot()
550 return (mt->rootptr); in rfc822_threadgetroot()
568 return (mt->rootptr=root); in rfc822_threadgetroot()
994 rc=dothreadsort(&itsi, mt->rootptr); in rfc822_threadsortbydate()
1045 if (!mt->rootptr) in rfc822_thread()
1048 if ((mt->rootptr=rfc822_threadgetroot(mt)) == 0) in rfc822_thread()
1050 if (rfc822_threadsortsubj(mt->rootptr) || in rfc822_thread()
1051 rfc822_threadgathersubj(mt, mt->rootptr) || in rfc822_thread()
1052 rfc822_threadmergesubj(mt, mt->rootptr) || in rfc822_thread()
1055 mt->rootptr=0; in rfc822_thread()
[all …]
/dports/mail/courier/courier-0.65.3/rfc822/
H A Dimaprefs.c548 if (mt->rootptr) in rfc822_threadgetroot()
549 return (mt->rootptr); in rfc822_threadgetroot()
567 return (mt->rootptr=root); in rfc822_threadgetroot()
993 rc=dothreadsort(&itsi, mt->rootptr); in rfc822_threadsortbydate()
1044 if (!mt->rootptr) in rfc822_thread()
1047 if ((mt->rootptr=rfc822_threadgetroot(mt)) == 0) in rfc822_thread()
1049 if (rfc822_threadsortsubj(mt->rootptr) || in rfc822_thread()
1050 rfc822_threadgathersubj(mt, mt->rootptr) || in rfc822_thread()
1051 rfc822_threadmergesubj(mt, mt->rootptr) || in rfc822_thread()
1054 mt->rootptr=0; in rfc822_thread()
[all …]
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc822/
H A Dimaprefs.c549 if (mt->rootptr) in rfc822_threadgetroot()
550 return (mt->rootptr); in rfc822_threadgetroot()
568 return (mt->rootptr=root); in rfc822_threadgetroot()
994 rc=dothreadsort(&itsi, mt->rootptr); in rfc822_threadsortbydate()
1045 if (!mt->rootptr) in rfc822_thread()
1048 if ((mt->rootptr=rfc822_threadgetroot(mt)) == 0) in rfc822_thread()
1050 if (rfc822_threadsortsubj(mt->rootptr) || in rfc822_thread()
1051 rfc822_threadgathersubj(mt, mt->rootptr) || in rfc822_thread()
1052 rfc822_threadmergesubj(mt, mt->rootptr) || in rfc822_thread()
1055 mt->rootptr=0; in rfc822_thread()
[all …]
/dports/databases/courier-authlib-userdb/courier-authlib-0.71.4/libs/rfc822/
H A Dimaprefs.c549 if (mt->rootptr) in rfc822_threadgetroot()
550 return (mt->rootptr); in rfc822_threadgetroot()
568 return (mt->rootptr=root); in rfc822_threadgetroot()
994 rc=dothreadsort(&itsi, mt->rootptr); in rfc822_threadsortbydate()
1045 if (!mt->rootptr) in rfc822_thread()
1048 if ((mt->rootptr=rfc822_threadgetroot(mt)) == 0) in rfc822_thread()
1050 if (rfc822_threadsortsubj(mt->rootptr) || in rfc822_thread()
1051 rfc822_threadgathersubj(mt, mt->rootptr) || in rfc822_thread()
1052 rfc822_threadmergesubj(mt, mt->rootptr) || in rfc822_thread()
1055 mt->rootptr=0; in rfc822_thread()
[all …]
/dports/databases/courier-authlib-usergdbm/courier-authlib-0.71.4/libs/rfc822/
H A Dimaprefs.c549 if (mt->rootptr) in rfc822_threadgetroot()
550 return (mt->rootptr); in rfc822_threadgetroot()
568 return (mt->rootptr=root); in rfc822_threadgetroot()
994 rc=dothreadsort(&itsi, mt->rootptr); in rfc822_threadsortbydate()
1045 if (!mt->rootptr) in rfc822_thread()
1048 if ((mt->rootptr=rfc822_threadgetroot(mt)) == 0) in rfc822_thread()
1050 if (rfc822_threadsortsubj(mt->rootptr) || in rfc822_thread()
1051 rfc822_threadgathersubj(mt, mt->rootptr) || in rfc822_thread()
1052 rfc822_threadmergesubj(mt, mt->rootptr) || in rfc822_thread()
1055 mt->rootptr=0; in rfc822_thread()
[all …]
/dports/devel/fpc-fcl-res/fpc-3.2.2/packages/fcl-res/src/
H A Dfpcrestypes.pp24 rootptr : longword; //pointer to root node
31 rootptr : qword; //pointer to root node
/dports/lang/fpc/fpc-3.2.2/packages/fcl-res/src/
H A Dfpcrestypes.pp24 rootptr : longword; //pointer to root node
31 rootptr : qword; //pointer to root node
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-res/src/
H A Dfpcrestypes.pp24 rootptr : longword; //pointer to root node
31 rootptr : qword; //pointer to root node

123