Home
last modified time | relevance | path

Searched refs:bnext (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/LINKERN/
H A Dflip_two.c363 bnext->adj[reversed^(bnext->parent->rev)] = a;
364 a->adj[dir] = bnext;
374 bnext->adj[reversed^(bnext->parent->rev)] = a;
388 a->adj[0] = bnext;
397 bnext->adj[reversed^(bnext->parent->rev)] = a;
410 a->adj[1] = bnext;
443 bnext->adj[1] = a;
458 a->adj[0] = bnext;
470 bnext->adj[0] = a;
485 a->adj[1] = bnext;
[all …]
H A Dflip_tw2.c385 bnext->adj[reversed^(bnext->parent->rev)] = a;
386 a->adj[dir] = bnext;
396 bnext->adj[reversed^(bnext->parent->rev)] = a;
410 a->adj[0] = bnext;
419 bnext->adj[reversed^(bnext->parent->rev)] = a;
432 a->adj[1] = bnext;
487 childnode *b, *bnext; local
522 b = bnext;
532 b = bnext;
571 b = bnext;
[all …]
/dports/math/librsb/librsb-1.2.0.10/examples/
H A Dpower.c57 *bnow = NULL, *bnext = NULL;/* b1 and b2 aliases */ in main() local
86 bnow = b1, bnext = b2;/* b,b' */ in main()
94 1,&ZERO,bnext,1)) != RSB_ERR_NO_ERROR ) in main()
99 norm += bnext[i]*bnext[i]; in main()
105 bnext[i] *= norm; in main()
109 {void *tmp=bnow;bnow=bnext;bnext=tmp;/* pointers swap */} in main()
119 printf("x[%d]=%lg\n",i,((double*)bnext)[i]); in main()
/dports/math/concorde/concorde/LINKERN/
H A Dflip_two.c297 bnext->adj[(F->reversed)^(bnext->parent->rev)] = a; in same_segment_flip()
298 a->adj[dir] = bnext; in same_segment_flip()
307 bnext->adj[(F->reversed)^(bnext->parent->rev)] = a; in same_segment_flip()
321 a->adj[0] = bnext; in same_segment_flip()
330 bnext->adj[(F->reversed)^(bnext->parent->rev)] = a; in same_segment_flip()
343 a->adj[1] = bnext; in same_segment_flip()
372 bnext->adj[1] = a; in consecutive_segment_flip()
387 a->adj[0] = bnext; in consecutive_segment_flip()
399 bnext->adj[0] = a; in consecutive_segment_flip()
414 a->adj[1] = bnext; in consecutive_segment_flip()
[all …]
/dports/science/molscript/MolScript-280abee/code/
H A Dgif_img.c79 int *rcurr, *gcurr, *bcurr, *rnext, *gnext, *bnext, *swap; in gifi_finish_output() local
89 bnext = calloc (output_width + 1, sizeof (int)); in gifi_finish_output()
95 swap = bnext; bnext = bcurr; bcurr = swap; in gifi_finish_output()
99 bnext[col] = 0; in gifi_finish_output()
142 if (col > 0) bnext[col-1] += leftbelow; in gifi_finish_output()
143 bnext[col] += below; in gifi_finish_output()
144 bnext[col+1] = error - right - leftbelow - below; in gifi_finish_output()
152 free (bnext); in gifi_finish_output()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/converter/
H A Dlattice.cc75 eos_node->bnext = NULL; in InitEOSNode()
208 if (rnode->bnext == NULL) { in Insert()
209 rnode->bnext = begin_nodes_[pos]; in Insert()
323 prev->bnext = curr->bnext; in ShrinkKey()
324 curr = curr->bnext; in ShrinkKey()
326 prev = prev->bnext; in ShrinkKey()
327 curr = curr->bnext; in ShrinkKey()
331 begin_nodes_[i] = begin->bnext; in ShrinkKey()
381 if (node->bnext == NULL) { in ResetNodeCost()
388 CHECK_EQ(prev->bnext, node); in ResetNodeCost()
[all …]
H A Dnode.h150 Node *bnext; member
189 bnext = nullptr; in Init()
209 bnext = nullptr; in InitFromToken()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dlattice.cc75 eos_node->bnext = NULL; in InitEOSNode()
208 if (rnode->bnext == NULL) { in Insert()
209 rnode->bnext = begin_nodes_[pos]; in Insert()
323 prev->bnext = curr->bnext; in ShrinkKey()
324 curr = curr->bnext; in ShrinkKey()
326 prev = prev->bnext; in ShrinkKey()
327 curr = curr->bnext; in ShrinkKey()
331 begin_nodes_[i] = begin->bnext; in ShrinkKey()
381 if (node->bnext == NULL) { in ResetNodeCost()
388 CHECK_EQ(prev->bnext, node); in ResetNodeCost()
[all …]
H A Dnode.h150 Node *bnext; member
189 bnext = nullptr; in Init()
209 bnext = nullptr; in InitFromToken()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/converter/
H A Dlattice.cc75 eos_node->bnext = NULL; in InitEOSNode()
208 if (rnode->bnext == NULL) { in Insert()
209 rnode->bnext = begin_nodes_[pos]; in Insert()
323 prev->bnext = curr->bnext; in ShrinkKey()
324 curr = curr->bnext; in ShrinkKey()
326 prev = prev->bnext; in ShrinkKey()
327 curr = curr->bnext; in ShrinkKey()
331 begin_nodes_[i] = begin->bnext; in ShrinkKey()
381 if (node->bnext == NULL) { in ResetNodeCost()
388 CHECK_EQ(prev->bnext, node); in ResetNodeCost()
[all …]
H A Dnode.h150 Node *bnext; member
189 bnext = nullptr; in Init()
209 bnext = nullptr; in InitFromToken()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/converter/
H A Dlattice.cc75 eos_node->bnext = NULL; in InitEOSNode()
208 if (rnode->bnext == NULL) { in Insert()
209 rnode->bnext = begin_nodes_[pos]; in Insert()
323 prev->bnext = curr->bnext; in ShrinkKey()
324 curr = curr->bnext; in ShrinkKey()
326 prev = prev->bnext; in ShrinkKey()
327 curr = curr->bnext; in ShrinkKey()
331 begin_nodes_[i] = begin->bnext; in ShrinkKey()
381 if (node->bnext == NULL) { in ResetNodeCost()
388 CHECK_EQ(prev->bnext, node); in ResetNodeCost()
[all …]
H A Dnode.h150 Node *bnext; member
189 bnext = nullptr; in Init()
209 bnext = nullptr; in InitFromToken()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dlattice.cc75 eos_node->bnext = NULL; in InitEOSNode()
208 if (rnode->bnext == NULL) { in Insert()
209 rnode->bnext = begin_nodes_[pos]; in Insert()
323 prev->bnext = curr->bnext; in ShrinkKey()
324 curr = curr->bnext; in ShrinkKey()
326 prev = prev->bnext; in ShrinkKey()
327 curr = curr->bnext; in ShrinkKey()
331 begin_nodes_[i] = begin->bnext; in ShrinkKey()
381 if (node->bnext == NULL) { in ResetNodeCost()
388 CHECK_EQ(prev->bnext, node); in ResetNodeCost()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dlattice.cc75 eos_node->bnext = NULL; in InitEOSNode()
208 if (rnode->bnext == NULL) { in Insert()
209 rnode->bnext = begin_nodes_[pos]; in Insert()
323 prev->bnext = curr->bnext; in ShrinkKey()
324 curr = curr->bnext; in ShrinkKey()
326 prev = prev->bnext; in ShrinkKey()
327 curr = curr->bnext; in ShrinkKey()
331 begin_nodes_[i] = begin->bnext; in ShrinkKey()
381 if (node->bnext == NULL) { in ResetNodeCost()
388 CHECK_EQ(prev->bnext, node); in ResetNodeCost()
[all …]
H A Dnode.h150 Node *bnext; member
189 bnext = nullptr; in Init()
209 bnext = nullptr; in InitFromToken()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dp_maputl.c327 if (thing->bnext) in P_UnsetThingPosition()
330 thing->bprev->bnext = thing->bnext; in P_UnsetThingPosition()
389 thing->bnext = *link; in P_SetThingPosition()
950 link = link->bnext; in RoughBlockCheck()
955 link = link->bnext; in RoughBlockCheck()
961 link = link->bnext; in RoughBlockCheck()
966 link = link->bnext; in RoughBlockCheck()
974 link = link->bnext; in RoughBlockCheck()
1008 link = link->bnext; in RoughBlockCheck()
1038 link = link->bnext; in RoughBlockCheck()
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dp_maputl.c327 if (thing->bnext) in P_UnsetThingPosition()
330 thing->bprev->bnext = thing->bnext; in P_UnsetThingPosition()
389 thing->bnext = *link; in P_SetThingPosition()
950 link = link->bnext; in RoughBlockCheck()
955 link = link->bnext; in RoughBlockCheck()
961 link = link->bnext; in RoughBlockCheck()
966 link = link->bnext; in RoughBlockCheck()
974 link = link->bnext; in RoughBlockCheck()
1008 link = link->bnext; in RoughBlockCheck()
1038 link = link->bnext; in RoughBlockCheck()
[all …]
/dports/games/uhexen/uhexen-0.601/src/
H A Dp_maputl.c320 if (thing->bnext) in P_UnsetThingPosition()
323 thing->bprev->bnext = thing->bnext; in P_UnsetThingPosition()
381 thing->bnext = *link; in P_SetThingPosition()
936 link = link->bnext; in RoughBlockCheck()
941 link = link->bnext; in RoughBlockCheck()
947 link = link->bnext; in RoughBlockCheck()
952 link = link->bnext; in RoughBlockCheck()
960 link = link->bnext; in RoughBlockCheck()
994 link = link->bnext; in RoughBlockCheck()
1024 link = link->bnext; in RoughBlockCheck()
[all …]
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libuuconf/
H A Dhdial.c129 char bnext; local
132 bnext = *zsubs;
133 while (bnext != '\0')
135 if (bnext == '=')
137 else if (bnext == '-')
142 bnext = *zsubs;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dlua_blockmaplib.c39 mobj_t *mobj, *bnext = NULL; in lib_searchBlockmap_Objects() local
45 for (mobj = blocklinks[y*bmapwidth + x]; mobj; mobj = bnext) in lib_searchBlockmap_Objects()
47 …P_SetTarget(&bnext, mobj->bnext); // We want to note our reference to bnext here incase it is MF_N… in lib_searchBlockmap_Objects()
58 P_SetTarget(&bnext, NULL); in lib_searchBlockmap_Objects()
63 P_SetTarget(&bnext, NULL); in lib_searchBlockmap_Objects()
71 || (bnext && P_MobjWasRemoved(bnext))) // func just broke blockmap chain, cannot continue. in lib_searchBlockmap_Objects()
73 P_SetTarget(&bnext, NULL); in lib_searchBlockmap_Objects()
/dports/games/hexxagon/hexxagon-1.0.2/src/gui/
H A Dgtknavbar.cpp30 bnext(Gtk::Stock::GO_FORWARD), in GtkNavBar()
45 bnext.signal_clicked().connect(sigc::mem_fun(*this, &GtkNavBar::on_next)); in GtkNavBar()
46 append(bnext); in GtkNavBar()
56 bnext.set_sensitive(game->isNext()); in updateView()
/dports/games/prboom/prboom-2.5.0/src/
H A Dp_maputl.c270 mobj_t *bnext, **bprev = thing->bprev; in P_UnsetThingPosition() local
271 if (bprev && (*bprev = bnext = thing->bnext)) // unlink from block map in P_UnsetThingPosition()
272 bnext->bprev = bprev; in P_UnsetThingPosition()
331 mobj_t *bnext = *link; in P_SetThingPosition() local
332 if ((thing->bnext = bnext)) in P_SetThingPosition()
333 bnext->bprev = &thing->bnext; in P_SetThingPosition()
338 thing->bnext = NULL, thing->bprev = NULL; in P_SetThingPosition()
399 for (mobj = blocklinks[y*bmapwidth+x]; mobj; mobj = mobj->bnext) in P_BlockThingsIterator()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dp_maputl.c270 mobj_t *bnext, **bprev = thing->bprev; in P_UnsetThingPosition() local
271 if (bprev && (*bprev = bnext = thing->bnext)) // unlink from block map in P_UnsetThingPosition()
272 bnext->bprev = bprev; in P_UnsetThingPosition()
331 mobj_t *bnext = *link; in P_SetThingPosition() local
332 if ((thing->bnext = bnext)) in P_SetThingPosition()
333 bnext->bprev = &thing->bnext; in P_SetThingPosition()
338 thing->bnext = NULL, thing->bprev = NULL; in P_SetThingPosition()
399 for (mobj = blocklinks[y*bmapwidth+x]; mobj; mobj = mobj->bnext) in P_BlockThingsIterator()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dp_maputl.c273 mobj_t *bnext, **bprev = thing->bprev; in P_UnsetThingPosition() local
274 if (bprev && (*bprev = bnext = thing->bnext)) // unlink from block map in P_UnsetThingPosition()
275 bnext->bprev = bprev; in P_UnsetThingPosition()
334 mobj_t *bnext = *link; in P_SetThingPosition() local
335 if ((thing->bnext = bnext)) in P_SetThingPosition()
336 bnext->bprev = &thing->bnext; in P_SetThingPosition()
341 thing->bnext = NULL, thing->bprev = NULL; in P_SetThingPosition()
407 for (mobj = blocklinks[y*bmapwidth+x]; mobj; mobj = mobj->bnext) in P_BlockThingsIterator()

12345678910>>...17