Home
last modified time | relevance | path

Searched refs:nextptr (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dfibo.h68 struct FiboNode_ * nextptr; /*+ Pointer to next sibling element +*/ member
102 FiboNode * nextptr; \
103 nextptr = (o)->linkdat.nextptr; \
104 (n)->linkdat.nextptr = nextptr; \
106 nextptr->linkdat.prevptr = (n); \
107 (o)->linkdat.nextptr = (n); \
111 … (n)->linkdat.prevptr->linkdat.nextptr = (n)->linkdat.nextptr; \
131 FiboNode * nextptr; \
132 nextptr = chldptr->linkdat.nextptr; \
135 chldptr = nextptr; \
[all …]
H A Dfibo.c81 treeptr->rootdat.linkdat.nextptr = &treeptr->rootdat; in fiboTreeInit()
112 treeptr->rootdat.linkdat.nextptr = &treeptr->rootdat; in fiboTreeFree()
132 FiboNode * nextptr; in fiboTreeConsolidate() local
137 …for (rootptr = treeptr->rootdat.linkdat.nextptr, nextptr = rootptr->linkdat.nextptr, degrmax = 0; … in fiboTreeConsolidate()
150 nextptr = rootptr->linkdat.nextptr; in fiboTreeConsolidate()
176 oldrptr->linkdat.nextptr = oldrptr; in fiboTreeConsolidate()
275 nodeptr->linkdat.nextptr = NULL; in fiboTreeDel()
304 if (chldptr->linkdat.nextptr->linkdat.prevptr != chldptr) { in fiboTreeCheck2()
318 chldptr = chldptr->linkdat.nextptr; in fiboTreeCheck2()
336 for (nodeptr = treeptr->rootdat.linkdat.nextptr; in fiboTreeCheck()
[all …]
H A Ddorder.c81 ordeptr->linkdat.nextptr = &ordeptr->linkdat; /* Loop double-chained list */ in dorderInit()
127 for (linkptr = ordeptr->linkdat.nextptr; linkptr != &ordeptr->linkdat; ) { in dorderFree()
129 linkptr = linkptr->nextptr; in dorderFree()
134 ordeptr->linkdat.nextptr = /* Loop double-chained list */ in dorderFree()
253 …cblknewptr->linkdat.nextptr = &ordeptr->linkdat; /* Link new block at end of local ordering node l… in dorderNew()
255 ordeptr->linkdat.prevptr->nextptr = &cblknewptr->linkdat; in dorderNew()
295 …cblknewptr->linkdat.nextptr = &ordeptr->linkdat; /* Link new block at end of local ordering node l… in dorderNewSequ()
297 ordeptr->linkdat.prevptr->nextptr = &cblknewptr->linkdat; in dorderNewSequ()
359 …cblkptr->linkdat.nextptr->prevptr = cblkptr->linkdat.prevptr; /* Unchain node from double-chained … in dorderDispose()
360 cblkptr->linkdat.prevptr->nextptr = cblkptr->linkdat.nextptr; in dorderDispose()
H A Dbgraph_bipart_gg.h155 #define bgraphBipartGgIsFree(v) ((v)->gainlink.linkdat.nextptr == BGRAPHBIPARTGGSTATEFREE)
156 #define bgraphBipartGgIsTabl(v) ((v)->gainlink.linkdat.nextptr >= BGRAPHBIPARTGGSTATELINK)
157 #define bgraphBipartGgIsUsed(v) ((v)->gainlink.linkdat.nextptr == BGRAPHBIPARTGGSTATEUSED)
158 #define bgraphBipartGgSetFree(v) ((v)->gainlink.linkdat.nextptr = BGRAPHBIPARTGGSTATEFREE)
159 #define bgraphBipartGgSetUsed(v) ((v)->gainlink.linkdat.nextptr = BGRAPHBIPARTGGSTATEUSED)
160 #define bgraphBipartGgNext(v) ((v)->gainlink.linkdat.nextptr)
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/topo/treematch/treematch/
H A Dfibo.h67 struct FiboNode_ * nextptr; /*+ Pointer to next sibling element +*/ member
105 FiboNode * nextptr; \
106 nextptr = (o)->linkdat.nextptr; \
107 (n)->linkdat.nextptr = nextptr; \
109 nextptr->linkdat.prevptr = (n); \
110 (o)->linkdat.nextptr = (n); \
114 … (n)->linkdat.prevptr->linkdat.nextptr = (n)->linkdat.nextptr; \
134 FiboNode * nextptr; \
135 nextptr = chldptr->linkdat.nextptr; \
138 chldptr = nextptr; \
[all …]
H A Dfibo.c96 treeptr->rootdat.linkdat.nextptr = &treeptr->rootdat; in fiboTreeInit()
129 treeptr->rootdat.linkdat.nextptr = &treeptr->rootdat; in fiboTreeFree()
149 FiboNode * nextptr; in fiboTreeConsolidate() local
154 …for (rootptr = treeptr->rootdat.linkdat.nextptr, nextptr = rootptr->linkdat.nextptr, degrmax = 0; … in fiboTreeConsolidate()
167 nextptr = rootptr->linkdat.nextptr; in fiboTreeConsolidate()
193 oldrptr->linkdat.nextptr = oldrptr; in fiboTreeConsolidate()
292 nodeptr->linkdat.nextptr = NULL; in fiboTreeDel()
321 if (chldptr->linkdat.nextptr->linkdat.prevptr != chldptr) { in fiboTreeCheck2()
335 chldptr = chldptr->linkdat.nextptr; in fiboTreeCheck2()
353 for (nodeptr = treeptr->rootdat.linkdat.nextptr; in fiboTreeCheck()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/topo/treematch/treematch/
H A Dfibo.h67 struct FiboNode_ * nextptr; /*+ Pointer to next sibling element +*/ member
105 FiboNode * nextptr; \
106 nextptr = (o)->linkdat.nextptr; \
107 (n)->linkdat.nextptr = nextptr; \
109 nextptr->linkdat.prevptr = (n); \
110 (o)->linkdat.nextptr = (n); \
114 … (n)->linkdat.prevptr->linkdat.nextptr = (n)->linkdat.nextptr; \
134 FiboNode * nextptr; \
135 nextptr = chldptr->linkdat.nextptr; \
138 chldptr = nextptr; \
[all …]
H A Dfibo.c96 treeptr->rootdat.linkdat.nextptr = &treeptr->rootdat; in fiboTreeInit()
129 treeptr->rootdat.linkdat.nextptr = &treeptr->rootdat; in fiboTreeFree()
149 FiboNode * nextptr; in fiboTreeConsolidate() local
154 …for (rootptr = treeptr->rootdat.linkdat.nextptr, nextptr = rootptr->linkdat.nextptr, degrmax = 0; … in fiboTreeConsolidate()
167 nextptr = rootptr->linkdat.nextptr; in fiboTreeConsolidate()
193 oldrptr->linkdat.nextptr = oldrptr; in fiboTreeConsolidate()
292 nodeptr->linkdat.nextptr = NULL; in fiboTreeDel()
321 if (chldptr->linkdat.nextptr->linkdat.prevptr != chldptr) { in fiboTreeCheck2()
335 chldptr = chldptr->linkdat.nextptr; in fiboTreeCheck2()
353 for (nodeptr = treeptr->rootdat.linkdat.nextptr; in fiboTreeCheck()
[all …]
/dports/math/gap/gap-4.11.0/pkg/kbmag-1.5.9/standalone/lib/
H A Drwsreduce.c110 nextptr = slowhistory[0] = slowhistorysp; in slow_rws_reduce()
114 slowhistory[len] = histptre = nextptr; in slow_rws_reduce()
115 if (nextptr + len - slowhistorysp > rwsptr->maxslowhistoryspace) { in slow_rws_reduce()
130 *(nextptr++) = st; in slow_rws_reduce()
134 *(nextptr++) = st; in slow_rws_reduce()
176 nextptr = slowhistory[len + 1]; in slow_rws_reduce()
191 int st, **table, *histptr, *histptre, *nextptr, in slow_check_rws_reduce() local
198 histptr = nextptr = slowhistory[0] = slowhistorysp; in slow_check_rws_reduce()
200 histptre = nextptr; in slow_check_rws_reduce()
213 *(nextptr++) = st; in slow_check_rws_reduce()
[all …]
H A Drabkar.c158 nextptr = slowhistory[0] = slowhistorysp; in slow_rws_reduce_rk()
162 slowhistory[len] = histptre = nextptr; in slow_rws_reduce_rk()
163 if (nextptr + len - slowhistorysp > rwsptr->maxslowhistoryspace) { in slow_rws_reduce_rk()
178 *(nextptr++) = st; in slow_rws_reduce_rk()
182 *(nextptr++) = st; in slow_rws_reduce_rk()
260 nextptr = slowhistory[len + 1]; in slow_rws_reduce_rk()
280 *histptre, *nextptr, in slow_check_rws_reduce_rk() local
290 nextptr = slowhistory[0] = slowhistorysp; in slow_check_rws_reduce_rk()
293 slowhistory[len] = histptre = nextptr; in slow_check_rws_reduce_rk()
309 *(nextptr++) = st; in slow_check_rws_reduce_rk()
[all …]
H A Dhash.c592 candno = *nextptr; in hash_locate()
607 candno = *nextptr; in hash_locate()
614 *nextptr = nr; in hash_locate()
665 candno = *nextptr; in short_hash_locate()
687 *nextptr = nr; in short_hash_locate()
738 candno = *nextptr; in char_hash_locate()
760 *nextptr = nr; in char_hash_locate()
811 candno = *nextptr; in gen_hash_locate()
833 *nextptr = nr; in gen_hash_locate()
875 candno = *nextptr; in char_hash_recno()
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw_genera1_old.d470 objptr = nextptr; in build_old_generation_cache()
504 objptr = nextptr; in build_old_generation_cache()
544 objptr = nextptr; in build_old_generation_cache()
586 objptr = nextptr; in build_old_generation_cache()
598 var aint nextptr; in build_old_generation_cache() local
636 objptr = nextptr; in build_old_generation_cache()
677 objptr = nextptr; in build_old_generation_cache()
706 objptr = nextptr; in build_old_generation_cache()
740 objptr = nextptr; in build_old_generation_cache()
776 objptr = nextptr; in build_old_generation_cache()
[all …]
H A Dspvw_genera1.d550 objptr = nextptr; in build_old_generation_cache()
584 objptr = nextptr; in build_old_generation_cache()
624 objptr = nextptr; in build_old_generation_cache()
666 objptr = nextptr; in build_old_generation_cache()
678 var aint nextptr; in build_old_generation_cache() local
716 objptr = nextptr; in build_old_generation_cache()
757 objptr = nextptr; in build_old_generation_cache()
786 objptr = nextptr; in build_old_generation_cache()
820 objptr = nextptr; in build_old_generation_cache()
856 objptr = nextptr; in build_old_generation_cache()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/libmarias3/libmarias3/src/
H A Dresponse.c261 nextptr->next = NULL; in parse_list_response()
265 lastptr->next = nextptr; in parse_list_response()
267 lastptr = nextptr; in parse_list_response()
280 nextptr->key = NULL; in parse_list_response()
283 nextptr->length = size; in parse_list_response()
284 nextptr->created = tout; in parse_list_response()
302 nextptr->next = NULL; in parse_list_response()
306 lastptr->next = nextptr; in parse_list_response()
308 lastptr = nextptr; in parse_list_response()
311 nextptr->length = 0; in parse_list_response()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/maria/libmarias3/src/
H A Dresponse.c261 nextptr->next = NULL; in parse_list_response()
265 lastptr->next = nextptr; in parse_list_response()
267 lastptr = nextptr; in parse_list_response()
280 nextptr->key = NULL; in parse_list_response()
283 nextptr->length = size; in parse_list_response()
284 nextptr->created = tout; in parse_list_response()
302 nextptr->next = NULL; in parse_list_response()
306 lastptr->next = nextptr; in parse_list_response()
308 lastptr = nextptr; in parse_list_response()
311 nextptr->length = 0; in parse_list_response()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/libmarias3/libmarias3/src/
H A Dresponse.c261 nextptr->next = NULL; in parse_list_response()
265 lastptr->next = nextptr; in parse_list_response()
267 lastptr = nextptr; in parse_list_response()
280 nextptr->key = NULL; in parse_list_response()
283 nextptr->length = size; in parse_list_response()
284 nextptr->created = tout; in parse_list_response()
302 nextptr->next = NULL; in parse_list_response()
306 lastptr->next = nextptr; in parse_list_response()
308 lastptr = nextptr; in parse_list_response()
311 nextptr->length = 0; in parse_list_response()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/maria/libmarias3/src/
H A Dresponse.c261 nextptr->next = NULL; in parse_list_response()
265 lastptr->next = nextptr; in parse_list_response()
267 lastptr = nextptr; in parse_list_response()
280 nextptr->key = NULL; in parse_list_response()
283 nextptr->length = size; in parse_list_response()
284 nextptr->created = tout; in parse_list_response()
302 nextptr->next = NULL; in parse_list_response()
306 lastptr->next = nextptr; in parse_list_response()
308 lastptr = nextptr; in parse_list_response()
311 nextptr->length = 0; in parse_list_response()
[all …]
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Dnetgraph.c116 nextptr = stptr->next ; in postFeedAssgn()
117 if( nextptr->terminal == 0 || !nextptr->flag ) { in postFeedAssgn()
120 stptr->next = nextptr->next ; in postFeedAssgn()
121 Ysafe_free( nextptr ) ; in postFeedAssgn()
123 stptr = nextptr ; in postFeedAssgn()
407 nextptr = netptr->next ; in remove_unnecessary_feed()
416 Ysafe_free( nextptr ) ; in remove_unnecessary_feed()
446 Ysafe_free( nextptr ) ; in remove_unnecessary_feed()
503 Ysafe_free( nextptr ) ; in remove_unnecessary_feed()
510 adj = nextptr->adjptr->next ; in remove_unnecessary_feed()
[all …]
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmemory.c256 nextptr = (INTBIG *)head; in freecluster()
260 if ((*nextptr & FLAGBITS) == USED) *nextptr &= ~FLAGBITS; in freecluster()
263 if (nextptr == start) in freecluster()
265 clus->address = *nextptr; in freecluster()
268 head = *nextptr; in freecluster()
400 nextptr = (INTBIG *)head; in _emalloc()
409 if (nextptr == start) in _emalloc()
414 head = *nextptr; in _emalloc()
870 nextptr = (INTBIG *)head; in db_coalescecluster()
876 if (nextptr == start) in db_coalescecluster()
[all …]
/dports/graphics/urt/urt-3.1b1_12/tools/
H A Drlequant.c743 nextptr = nextline;
746 *nextptr++ = *irp++ ;
747 *nextptr++ = *igp++ ;
748 *nextptr++ = *ibp++ ;
759 nextptr = nextline;
762 *nextptr++ = *irp++ ;
763 *nextptr++ = *igp++ ;
764 *nextptr++ = *ibp++ ;
769 nextptr = nextline ;
822 nextptr[3] += rval / 16 ;
[all …]
/dports/irc/dancer/dancer-4.16/src/
H A Dparse.c416 char *ptr, *nextptr, *errptr; in AliasAdd() local
428 if (nextptr == ptr) { in AliasAdd()
429 nextptr++; in AliasAdd()
431 switch (*nextptr) { in AliasAdd()
436 ptr = nextptr + 1; in AliasAdd()
473 nextptr++; in AliasAdd()
483 for (c = *nextptr++; c != ')'; c = *nextptr++) { in AliasAdd()
496 ptr = nextptr; in AliasAdd()
503 *string = nextptr; in AliasAdd()
510 ptr = nextptr + 1; in AliasAdd()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/tools/
H A Dtiffdither.c65 register short *thisptr, *nextptr; in fsdither() local
87 nextptr = nextline; in fsdither()
89 *nextptr++ = *inptr++; in fsdither()
98 nextptr = nextline; in fsdither()
100 *nextptr++ = *inptr++; in fsdither()
102 nextptr = nextline; in fsdither()
127 nextptr[-1] += v * 3 / 16; in fsdither()
128 *nextptr++ += v * 5 / 16; in fsdither()
130 nextptr[0] += v / 16; in fsdither()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/tools/
H A Dtiffdither.c64 register short *thisptr, *nextptr; in fsdither() local
86 nextptr = nextline; in fsdither()
88 *nextptr++ = *inptr++; in fsdither()
97 nextptr = nextline; in fsdither()
99 *nextptr++ = *inptr++; in fsdither()
101 nextptr = nextline; in fsdither()
126 nextptr[-1] += v * 3 / 16; in fsdither()
127 *nextptr++ += v * 5 / 16; in fsdither()
129 nextptr[0] += v / 16; in fsdither()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/tools/
H A Dtiffdither.c61 register short *thisptr, *nextptr; in fsdither() local
82 nextptr = nextline; in fsdither()
84 *nextptr++ = *inptr++; in fsdither()
93 nextptr = nextline; in fsdither()
95 *nextptr++ = *inptr++; in fsdither()
97 nextptr = nextline; in fsdither()
122 nextptr[-1] += v * 3 / 16; in fsdither()
123 *nextptr++ += v * 5 / 16; in fsdither()
125 nextptr[0] += v / 16; in fsdither()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/tools/
H A Dtiffdither.c64 register short *thisptr, *nextptr; in fsdither() local
86 nextptr = nextline; in fsdither()
88 *nextptr++ = *inptr++; in fsdither()
97 nextptr = nextline; in fsdither()
99 *nextptr++ = *inptr++; in fsdither()
101 nextptr = nextline; in fsdither()
126 nextptr[-1] += v * 3 / 16; in fsdither()
127 *nextptr++ += v * 5 / 16; in fsdither()
129 nextptr[0] += v / 16; in fsdither()

12345678910>>...15