Home
last modified time | relevance | path

Searched refs:chain_end (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/infill/
H A DGyroidInfill.cpp68 Point chain_end[2]; in generateTotalGyroidInfill() local
97 chains[0].push_back(chain_end[0]); in generateTotalGyroidInfill()
98 chains[1].push_back(chain_end[1]); in generateTotalGyroidInfill()
112 chain_end[chain_end_index] = (last_inside) ? last : current; in generateTotalGyroidInfill()
115 chains[0].push_back(chain_end[0]); in generateTotalGyroidInfill()
116 chains[1].push_back(chain_end[1]); in generateTotalGyroidInfill()
159 Point chain_end[2]; in generateTotalGyroidInfill() local
188 chains[0].push_back(chain_end[0]); in generateTotalGyroidInfill()
189 chains[1].push_back(chain_end[1]); in generateTotalGyroidInfill()
206 chains[0].push_back(chain_end[0]); in generateTotalGyroidInfill()
[all …]
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/jackrack/
H A Dplugin.c117 plugin->prev = procinfo->chain_end; in process_add_plugin()
119 if (procinfo->chain_end) in process_add_plugin()
120 procinfo->chain_end->next = plugin; in process_add_plugin()
124 procinfo->chain_end = plugin; in process_add_plugin()
142 procinfo->chain_end = plugin->prev; in process_remove_plugin()
209 procinfo->chain_end = p; in process_move_plugin()
231 procinfo->chain_end = plugin; in process_move_plugin()
261 procinfo->chain_end = new_plugin; in process_change_plugin()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/jackrack/
H A Dplugin.c117 plugin->prev = procinfo->chain_end; in process_add_plugin()
119 if (procinfo->chain_end) in process_add_plugin()
120 procinfo->chain_end->next = plugin; in process_add_plugin()
124 procinfo->chain_end = plugin; in process_add_plugin()
142 procinfo->chain_end = plugin->prev; in process_remove_plugin()
209 procinfo->chain_end = p; in process_move_plugin()
231 procinfo->chain_end = plugin; in process_move_plugin()
261 procinfo->chain_end = new_plugin; in process_change_plugin()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/jackrack/
H A Dplugin.c117 plugin->prev = procinfo->chain_end; in process_add_plugin()
119 if (procinfo->chain_end) in process_add_plugin()
120 procinfo->chain_end->next = plugin; in process_add_plugin()
124 procinfo->chain_end = plugin; in process_add_plugin()
142 procinfo->chain_end = plugin->prev; in process_remove_plugin()
209 procinfo->chain_end = p; in process_move_plugin()
231 procinfo->chain_end = plugin; in process_move_plugin()
261 procinfo->chain_end = new_plugin; in process_change_plugin()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Dhash.c547 struct bfd_hash_entry *chain_end = chain; in bfd_hash_insert() local
549 while (chain_end->next && chain_end->next->hash == chain->hash) in bfd_hash_insert()
550 chain_end = chain_end->next; in bfd_hash_insert()
552 table->table[hi] = chain_end->next; in bfd_hash_insert()
554 chain_end->next = newtable[_index]; in bfd_hash_insert()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Dhash.c548 struct bfd_hash_entry *chain_end = chain; in bfd_hash_insert() local
550 while (chain_end->next && chain_end->next->hash == chain->hash) in bfd_hash_insert()
551 chain_end = chain_end->next; in bfd_hash_insert()
553 table->table[hi] = chain_end->next; in bfd_hash_insert()
555 chain_end->next = newtable[_index]; in bfd_hash_insert()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Dhash.c548 struct bfd_hash_entry *chain_end = chain; in bfd_hash_insert() local
550 while (chain_end->next && chain_end->next->hash == chain->hash) in bfd_hash_insert()
551 chain_end = chain_end->next; in bfd_hash_insert()
553 table->table[hi] = chain_end->next; in bfd_hash_insert()
555 chain_end->next = newtable[_index]; in bfd_hash_insert()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dhash.c547 struct bfd_hash_entry *chain_end = chain; in bfd_hash_insert() local
549 while (chain_end->next && chain_end->next->hash == chain->hash) in bfd_hash_insert()
550 chain_end = chain_end->next; in bfd_hash_insert()
552 table->table[hi] = chain_end->next; in bfd_hash_insert()
554 chain_end->next = newtable[_index]; in bfd_hash_insert()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dhash.c532 struct bfd_hash_entry *chain_end = chain; in bfd_hash_insert() local
534 while (chain_end->next && chain_end->next->hash == chain->hash) in bfd_hash_insert()
535 chain_end = chain_end->next; in bfd_hash_insert()
537 table->table[hi] = chain_end->next; in bfd_hash_insert()
539 chain_end->next = newtable[_index]; in bfd_hash_insert()
/dports/devel/gdb/gdb-11.1/bfd/
H A Dhash.c548 struct bfd_hash_entry *chain_end = chain; in bfd_hash_insert() local
550 while (chain_end->next && chain_end->next->hash == chain->hash) in bfd_hash_insert()
551 chain_end = chain_end->next; in bfd_hash_insert()
553 table->table[hi] = chain_end->next; in bfd_hash_insert()
555 chain_end->next = newtable[_index]; in bfd_hash_insert()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dhash.c547 struct bfd_hash_entry *chain_end = chain; in bfd_hash_insert() local
549 while (chain_end->next && chain_end->next->hash == chain->hash) in bfd_hash_insert()
550 chain_end = chain_end->next; in bfd_hash_insert()
552 table->table[hi] = chain_end->next; in bfd_hash_insert()
554 chain_end->next = newtable[_index]; in bfd_hash_insert()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dhash.c547 struct bfd_hash_entry *chain_end = chain; in bfd_hash_insert() local
549 while (chain_end->next && chain_end->next->hash == chain->hash) in bfd_hash_insert()
550 chain_end = chain_end->next; in bfd_hash_insert()
552 table->table[hi] = chain_end->next; in bfd_hash_insert()
554 chain_end->next = newtable[_index]; in bfd_hash_insert()
/dports/devel/binutils/binutils-2.37/bfd/
H A Dhash.c548 struct bfd_hash_entry *chain_end = chain; in bfd_hash_insert() local
550 while (chain_end->next && chain_end->next->hash == chain->hash) in bfd_hash_insert()
551 chain_end = chain_end->next; in bfd_hash_insert()
553 table->table[hi] = chain_end->next; in bfd_hash_insert()
555 chain_end->next = newtable[_index]; in bfd_hash_insert()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/jackrack/
H A Dplugin.c117 plugin->prev = procinfo->chain_end; in process_add_plugin()
119 if (procinfo->chain_end) in process_add_plugin()
120 procinfo->chain_end->next = plugin; in process_add_plugin()
124 procinfo->chain_end = plugin; in process_add_plugin()
142 procinfo->chain_end = plugin->prev; in process_remove_plugin()
211 procinfo->chain_end = p; in process_move_plugin()
233 procinfo->chain_end = plugin; in process_move_plugin()
265 procinfo->chain_end = new_plugin; in process_change_plugin()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/jackrack/
H A Dplugin.c117 plugin->prev = procinfo->chain_end; in process_add_plugin()
119 if (procinfo->chain_end) in process_add_plugin()
120 procinfo->chain_end->next = plugin; in process_add_plugin()
124 procinfo->chain_end = plugin; in process_add_plugin()
142 procinfo->chain_end = plugin->prev; in process_remove_plugin()
211 procinfo->chain_end = p; in process_move_plugin()
233 procinfo->chain_end = plugin; in process_move_plugin()
265 procinfo->chain_end = new_plugin; in process_change_plugin()
/dports/devel/libburn/libburn-1.5.4/libburn/
H A Dlibdax_msgs.c70 struct libdax_msgs_item **chain_end, int flag) in libdax_msgs_item_unlink() argument
79 if(chain_end!=NULL) in libdax_msgs_item_unlink()
80 if(*chain_end == o) in libdax_msgs_item_unlink()
81 *chain_end= o->prev; in libdax_msgs_item_unlink()
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Dlibiso_msgs.c69 struct libiso_msgs_item **chain_end, int flag) in libiso_msgs_item_unlink() argument
78 if(chain_end!=NULL) in libiso_msgs_item_unlink()
79 if(*chain_end == o) in libiso_msgs_item_unlink()
80 *chain_end= o->prev; in libiso_msgs_item_unlink()
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting_filters.cc334 if (chain_end == kUnassigned || ranks_[index] > ranks_[chain_end]) { in Accept()
335 chain_end = index; in Accept()
537 int64_t chain_end) override;
618 while (node != chain_end) { in AcceptPath()
683 int64_t chain_end) override;
758 while (node != chain_end) { in HardIncompatibilitiesRespected()
776 while (node != chain_end) { in HardIncompatibilitiesRespected()
840 int64_t chain_end) override;
914 while (node != chain_end) { in AcceptPath()
1032 int64_t chain_end) override;
[all …]
H A Dlocal_search.cc423 while (current != chain_end) {
471 !IsPathEnd(chain_end)) {
844 while (current != chain_end) {
987 if (IsPathEnd(chain_end) || chain_end == destination) {
990 chain_end = Next(chain_end);
992 return !IsPathEnd(chain_end) &&
1206 return !IsPathEnd(chain_end) &&
1409 int64_t chain_end = BaseNode(0);
1411 nodes.push_back(chain_end);
1412 if (IsPathEnd(chain_end)) {
[all …]
H A Drouting_neighborhoods.cc49 int64_t chain_end = Next(before_chain); in MakeNeighbor() local
50 if (IsPathEnd(chain_end)) return false; in MakeNeighbor()
52 if (chain_end == destination) return false; in MakeNeighbor()
53 const int64_t max_arc_value = arc_evaluator_(destination, chain_end); in MakeNeighbor()
54 int64_t next = Next(chain_end); in MakeNeighbor()
57 chain_end = next; in MakeNeighbor()
58 next = Next(chain_end); in MakeNeighbor()
60 return MoveChainAndRepair(before_chain, chain_end, destination); in MakeNeighbor()
64 int64_t chain_end, in MoveChainAndRepair() argument
66 if (MoveChain(before_chain, chain_end, destination)) { in MoveChainAndRepair()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dunwind-dw2-fde.c434 const fde **chain_end = ▮ in fde_split() local
447 for (probe = chain_end; in fde_split()
449 probe = chain_end) in fde_split()
451 chain_end = (const fde **) erratic->array[probe - linear->array]; in fde_split()
454 erratic->array[i] = (const fde *) chain_end; in fde_split()
455 chain_end = &linear->array[i]; in fde_split()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dunwind-dw2-fde.c434 const fde **chain_end = ▮ in fde_split() local
447 for (probe = chain_end; in fde_split()
449 probe = chain_end) in fde_split()
451 chain_end = (const fde **) erratic->array[probe - linear->array]; in fde_split()
454 erratic->array[i] = (const fde *) chain_end; in fde_split()
455 chain_end = &linear->array[i]; in fde_split()
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/
H A Dunwind-dw2-fde.c445 const fde *const *chain_end = ▮ in fde_split() local
457 for (probe = chain_end; in fde_split()
459 probe = chain_end) in fde_split()
461 chain_end = (const fde *const*) erratic->array[probe - linear->array]; in fde_split()
464 erratic->array[i] = (const fde *) chain_end; in fde_split()
465 chain_end = &linear->array[i]; in fde_split()
/dports/lang/gcc8/gcc-8.5.0/libgcc/
H A Dunwind-dw2-fde.c473 const fde *const *chain_end = ▮ in fde_split() local
485 for (probe = chain_end; in fde_split()
487 probe = chain_end) in fde_split()
489 chain_end = (const fde *const*) erratic->array[probe - linear->array]; in fde_split()
492 erratic->array[i] = (const fde *) chain_end; in fde_split()
493 chain_end = &linear->array[i]; in fde_split()
/dports/lang/gcc48/gcc-4.8.5/libgcc/
H A Dunwind-dw2-fde.c445 const fde *const *chain_end = ▮ in fde_split() local
457 for (probe = chain_end; in fde_split()
459 probe = chain_end) in fde_split()
461 chain_end = (const fde *const*) erratic->array[probe - linear->array]; in fde_split()
464 erratic->array[i] = (const fde *) chain_end; in fde_split()
465 chain_end = &linear->array[i]; in fde_split()

12345678