Home
last modified time | relevance | path

Searched refs:neighbor (Results 151 – 175 of 5357) sorted by relevance

12345678910>>...215

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/extras/text/
H A Dareaallocator.cpp228 AreaAllocatorNode *neighbor = parent->left; in mergeNodeWithNeighbors() local
229 while (neighbor->right && neighbor->splitType == splitType) in mergeNodeWithNeighbors()
230 neighbor = neighbor->right; in mergeNodeWithNeighbors()
232 … if (neighbor->isLeaf() && neighbor->parent->splitType == splitType && !neighbor->isOccupied) { in mergeNodeWithNeighbors()
236 parent = neighbor->parent; in mergeNodeWithNeighbors()
249 delete neighbor; in mergeNodeWithNeighbors()
267 while (neighbor->left && neighbor->splitType == splitType) in mergeNodeWithNeighbors()
268 neighbor = neighbor->left; in mergeNodeWithNeighbors()
270 … if (neighbor->isLeaf() && neighbor->parent->splitType == splitType && !neighbor->isOccupied) { in mergeNodeWithNeighbors()
274 parent = neighbor->parent; in mergeNodeWithNeighbors()
[all …]
/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dpseudo_simplex.cc53 const Int neighbor = v.to_node(); in pseudo_simplex() local
56 if (!is_zero(V(neighbor,0))) { in pseudo_simplex()
57 visited[neighbor]=true; in pseudo_simplex()
61 current_vertex = neighbor; in pseudo_simplex()
66 optimal_face += neighbor; in pseudo_simplex()
86 const Int neighbor = v.to_node(); in pseudo_simplex() local
87 if (!visited[neighbor]) { in pseudo_simplex()
88 visited[neighbor]=true; in pseudo_simplex()
89 if (!is_zero(V(neighbor,0)) && objective * V[neighbor] == opt) { in pseudo_simplex()
90 optimal_face += neighbor; in pseudo_simplex()
[all …]
/dports/math/chaco/Chaco-2.2/code/coarsen/
H A Dmaxmatch3.c54 neighbor = graph[vtx]->edges[j];
55 if (mflag[neighbor] == 0) {
58 save = neighbor;
76 if (mflag[neighbor] == 0) {
79 mflag[vtx] = neighbor;
80 mflag[neighbor] = vtx;
99 if (mflag[neighbor] == 0) {
102 save = neighbor;
121 if (mflag[neighbor] == 0) {
125 mflag[vtx] = neighbor;
[all …]
/dports/math/libmesh/libmesh-1.6.2/src/partitioning/
H A Dmetis_partitioner.C144 for (auto & neighbor : neighbor_set) in partition_range()
145 interior_to_boundary_map.emplace(neighbor, elem); in partition_range()
210 if (neighbor != nullptr) in partition_range()
215 if (neighbor->active() && !global_index_map.count(neighbor->id())) in partition_range()
220 if (neighbor->active()) in partition_range()
310 if (neighbor != nullptr) in partition_range()
315 if (neighbor->active() && !global_index_map.count(neighbor->id())) in partition_range()
320 if (neighbor->active()) in partition_range()
373 for (const Elem * neighbor : neighbor_set) in partition_range() local
394 const Elem * neighbor = pr.second; in partition_range() local
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/admesh/
H A Dconnect.cpp459 neighbor.reset(); in stl_check_facets_exact()
517 …switch ((neighbors.neighbor[0] == -1) + (neighbors.neighbor[1] == -1) + (neighbors.neighbor[2] == … in stl_remove_unconnected_facets()
594 int neighbor[] = { in stl_remove_unconnected_facets() local
606 if ((neighbor[0] == -1) && (neighbor[1] != -1)) in stl_remove_unconnected_facets()
608 if ((neighbor[1] == -1) && (neighbor[0] != -1)) in stl_remove_unconnected_facets()
611 if (neighbor[0] >= 0) { in stl_remove_unconnected_facets()
612 if (neighbor[1] >= 0) { in stl_remove_unconnected_facets()
629 …stl->neighbors_start[neighbor[0]].neighbor[(vnot[0] + 1) % 3] = (neighbor[0] == neighbor[1]) ? -1 … in stl_remove_unconnected_facets()
633 …stl->neighbors_start[neighbor[1]].neighbor[(vnot[1] + 1) % 3] = (neighbor[0] == neighbor[1]) ? -1 … in stl_remove_unconnected_facets()
636 if (neighbor[2] >= 0) { in stl_remove_unconnected_facets()
[all …]
/dports/math/chaco/Chaco-2.2/code/input/
H A Dinput_graph_scotch.c222 neighbor++;
242 if (neighbor <= 0) {
250 vertex, neighbor);
278 vertex, neighbor);
282 vertex, neighbor);
309 vertex, neighbor);
313 vertex, neighbor);
336 vertex, neighbor, neighbor, vertex);
341 vertex, neighbor, neighbor, vertex);
362 *adjptr++ = neighbor;
[all …]
/dports/devel/cmph/cmph-2.0/tests/
H A Dgraph_tests.c9 cmph_uint32 i, neighbor; in main() local
54 neighbor = graph_next_neighbor(g, &it); in main()
55 DEBUGP("Neighbor is %u\n", neighbor); in main()
56 if (neighbor != 0 && neighbor != 2) return 1; in main()
57 neighbor = graph_next_neighbor(g, &it); in main()
58 DEBUGP("Neighbor is %u\n", neighbor); in main()
59 if (neighbor != 0 && neighbor != 2) return 1; in main()
60 neighbor = graph_next_neighbor(g, &it); in main()
61 DEBUGP("Neighbor is %u\n", neighbor); in main()
62 if (neighbor != GRAPH_NO_NEIGHBOR) return 1; in main()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_address_family/vars/
H A Dmain.yaml5 - set protocols bgp 65536 neighbor 203.0.113.5 address-family ipv6-unicast allowas-in number 4
6 … - set protocols bgp 65536 neighbor 203.0.113.5 address-family ipv6-unicast attribute-unchanged med
8 …- set protocols bgp 65536 neighbor 203.0.113.5 address-family ipv6-unicast distribute-list export …
9 - set protocols bgp 65536 neighbor 192.0.2.25 address-family ipv6-unicast maximum-prefix 45
10 - set protocols bgp 65536 neighbor 192.0.2.25 address-family ipv6-unicast nexthop-self
11 - set protocols bgp 65536 neighbor 192.0.2.25 address-family ipv6-unicast route-map export map01
12 - set protocols bgp 65536 neighbor 192.0.2.25 address-family ipv6-unicast route-map import map01
49 - set protocols bgp 65536 neighbor 203.0.113.5 address-family ipv6-unicast allowas-in number 4
57 - delete protocols bgp 65536 neighbor 192.0.2.25 address-family
70 - delete protocols bgp 65536 neighbor 203.0.113.5 address-family
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tools/
H A Dmultiple-bgpd.sh40 neighbor default peer-group
41 neighbor default update-source ${ADDR}
44 neighbor default route-map test out
45 neighbor ${NEXTADDR} remote-as ${NEXTAS}
46 neighbor ${NEXTADDR} peer-group default
48 neighbor ${PREVADDR} peer-group default
55 neighbor default activate
57 neighbor default default-originate
58 neighbor default route-map test out
59 neighbor ${NEXTADDR} peer-group default
[all …]
/dports/net/frr7/frr-frr-7.5.1/tools/
H A Dmultiple-bgpd.sh40 neighbor default peer-group
41 neighbor default update-source ${ADDR}
44 neighbor default route-map test out
45 neighbor ${NEXTADDR} remote-as ${NEXTAS}
46 neighbor ${NEXTADDR} peer-group default
48 neighbor ${PREVADDR} peer-group default
55 neighbor default activate
57 neighbor default default-originate
58 neighbor default route-map test out
59 neighbor ${NEXTADDR} peer-group default
[all …]
/dports/net-mgmt/py-pyeapi/pyeapi-0.8.4/test/fixtures/
H A Drunning_config.bgp6 neighbor test peer-group
7 neighbor test remote-as 65001
8 neighbor test maximum-routes 12000
9 neighbor test1 peer-group
10 neighbor test1 route-map RM-IN in
11 neighbor test1 route-map RM-OUT out
12 neighbor test1 maximum-routes 12000
13 neighbor 172.16.10.1 remote-as 65000
14 neighbor 172.16.10.1 maximum-routes 12000
15 neighbor 172.16.10.1 peer-group test
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/tests/integration/targets/nxos_bgp_global/vars/
H A Dmain.yml9 - log-neighbor-changes
11 - neighbor-down fib-accelerate
14 - neighbor 198.51.100.20
19 - neighbor 198.51.100.21
23 - log-neighbor-changes
24 - neighbor 192.0.2.10
27 - neighbor 192.0.2.11
32 - log-neighbor-changes
34 - neighbor 203.0.113.2
91 - no log-neighbor-changes
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dnpair.cpp67 exclude = neighbor->exclude; in copy_neighbor_info()
68 skin = neighbor->skin; in copy_neighbor_info()
74 bboxlo = neighbor->bboxlo; in copy_neighbor_info()
75 bboxhi = neighbor->bboxhi; in copy_neighbor_info()
79 nex_type = neighbor->nex_type; in copy_neighbor_info()
80 ex1_type = neighbor->ex1_type; in copy_neighbor_info()
81 ex2_type = neighbor->ex2_type; in copy_neighbor_info()
82 ex_type = neighbor->ex_type; in copy_neighbor_info()
87 ex1_bit = neighbor->ex1_bit; in copy_neighbor_info()
88 ex2_bit = neighbor->ex2_bit; in copy_neighbor_info()
[all …]
/dports/net/mrtparse/mrtparse-2.0.0/samples/
H A Dquagga.conf11 bgp log-neighbor-changes
14 neighbor 192.168.0.10 remote-as 65000
15 neighbor 192.168.0.10 soft-reconfiguration inbound
16 neighbor fd02::10 remote-as 65000
17 neighbor fd02::10 soft-reconfiguration inbound
20 neighbor 192.168.0.10 activate
24 neighbor 192.168.0.10 activate
28 neighbor 192.168.0.10 activate
29 neighbor fd02::10 activate
33 neighbor 192.168.0.10 activate
[all …]
/dports/math/chaco/Chaco-2.2/code/internal/
H A Dimprove_internal.c65 set2 = assign[neighbor];
67 if (locked[neighbor])
76 if (!locked[neighbor]) {
77 locked[neighbor] = TRUE;
106 set2 = assign[neighbor];
108 locked[neighbor] = TRUE;
120 set2 = assign[neighbor];
127 locked[neighbor] = TRUE;
132 vtx_elems[neighbor].next->prev = vtx_elems[neighbor].prev;
135 vtx_elems[neighbor].prev->next = vtx_elems[neighbor].next;
[all …]
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/examples/
H A Dios-example-input.cfg12 neighbor 203.0.113.2 remote-as 1234
13 neighbor 203.0.113.2 description === IPv4 Peering with AS1234 over Fictional Internet Exchange ===
14 neighbor 203.0.113.2 maximum-prefix 50 90
15 neighbor 203.0.113.2 password 0 a_password
20 neighbor 2001:db8:1234::1 remote-as 1234
23 neighbor 2001:db8:1234::1 maximum-prefix 5 90
28 neighbor 203.0.113.3 remote-as 4567
29 neighbor 203.0.113.3 description === Peering with AS4567 over Fictional Internet Exchange ===
30 neighbor 203.0.113.3 maximum-prefix 50 90
35 neighbor 2001:db8:4567::1 remote-as 4567
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/
H A DReplicationNeighbor.cs46 DS_REPL_NEIGHBOR neighbor = new DS_REPL_NEIGHBOR(); in ReplicationNeighbor()
47 Marshal.PtrToStructure(addr, neighbor); in ReplicationNeighbor()
49 PartitionName = Marshal.PtrToStringUni(neighbor.pszNamingContext); in ReplicationNeighbor()
50 _sourceServerDN = Marshal.PtrToStringUni(neighbor.pszSourceDsaDN); in ReplicationNeighbor()
65 SourceInvocationId = neighbor.uuidSourceDsaInvocationID; in ReplicationNeighbor()
66 UsnLastObjectChangeSynced = neighbor.usnLastObjChangeSynced; in ReplicationNeighbor()
67 UsnAttributeFilter = neighbor.usnAttributeFilter; in ReplicationNeighbor()
68 LastSuccessfulSync = DateTime.FromFileTime(neighbor.ftimeLastSyncSuccess); in ReplicationNeighbor()
69 LastAttemptedSync = DateTime.FromFileTime(neighbor.ftimeLastSyncAttempt); in ReplicationNeighbor()
70 LastSyncResult = neighbor.dwLastSyncResult; in ReplicationNeighbor()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgpd.conf.vnc.sample18 neighbor 192.1.1.2 remote-as 64512
19 neighbor 192.1.1.2 description H192.1.1.2
20 neighbor 192.1.1.2 update-source 192.1.1.1
23 neighbor 192.1.1.3 remote-as 64512
24 neighbor 192.1.1.3 description H192.1.1.3
29 no neighbor 192.1.1.2 activate
30 no neighbor 192.1.1.3 activate
33 neighbor 192.1.1.2 activate
34 neighbor 192.1.1.3 activate
38 neighbor 192.1.1.2 activate
[all …]
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgpd.conf.vnc.sample18 neighbor 192.1.1.2 remote-as 64512
19 neighbor 192.1.1.2 description H192.1.1.2
20 neighbor 192.1.1.2 update-source 192.1.1.1
23 neighbor 192.1.1.3 remote-as 64512
24 neighbor 192.1.1.3 description H192.1.1.3
29 no neighbor 192.1.1.2 activate
30 no neighbor 192.1.1.3 activate
33 neighbor 192.1.1.2 activate
34 neighbor 192.1.1.3 activate
38 neighbor 192.1.1.2 activate
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/bfd-topo3/r3/
H A Dbgpd.conf3 neighbor 192.168.1.1 remote-as external
4 neighbor 192.168.1.1 ebgp-multihop 2
5 neighbor 192.168.1.1 bfd profile slow-tx
6 neighbor 2001:db8:2::2 remote-as external
7 neighbor 2001:db8:2::2 bfd profile slow-tx
8 neighbor 2001:db8:3::1 remote-as external
9 neighbor 2001:db8:3::1 bfd profile slow-tx
15 neighbor 192.168.1.1 activate
16 neighbor 2001:db8:2::2 activate
17 neighbor 2001:db8:3::1 activate
/dports/net/frr7/frr-frr-7.5.1/tests/topotests/bfd-topo3/r3/
H A Dbgpd.conf3 neighbor 192.168.1.1 remote-as external
4 neighbor 192.168.1.1 ebgp-multihop 2
5 neighbor 192.168.1.1 bfd profile slow-tx
6 neighbor 2001:db8:2::2 remote-as external
7 neighbor 2001:db8:2::2 bfd profile slow-tx
8 neighbor 2001:db8:3::1 remote-as external
9 neighbor 2001:db8:3::1 bfd profile slow-tx
15 neighbor 192.168.1.1 activate
16 neighbor 2001:db8:2::2 activate
17 neighbor 2001:db8:3::1 activate
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/bgp_l3vpn_to_bgp_direct/r1/
H A Dbgpd.conf11 neighbor 192.168.1.2 remote-as 5226
12 neighbor 192.168.1.2 update-source 192.168.1.1
13 neighbor 192.168.1.2 route-reflector-client
14 neighbor 192.168.1.2 timers 3 10
15 neighbor 2.2.2.2 remote-as 5226
16 neighbor 2.2.2.2 update-source 1.1.1.1
17 neighbor 2.2.2.2 timers 3 10
21 neighbor 192.168.1.2 activate
22 neighbor 192.168.1.2 next-hop-self
23 no neighbor 2.2.2.2 activate
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/bgp_l3vpn_to_bgp_direct/r3/
H A Dbgpd.conf11 neighbor 192.168.1.2 remote-as 5226
12 neighbor 192.168.1.2 update-source 192.168.1.2
13 neighbor 192.168.1.2 route-reflector-client
14 neighbor 192.168.1.2 timers 3 10
15 neighbor 2.2.2.2 remote-as 5226
16 neighbor 2.2.2.2 update-source 3.3.3.3
17 neighbor 2.2.2.2 timers 3 10
21 neighbor 192.168.1.2 activate
22 neighbor 192.168.1.2 next-hop-self
23 no neighbor 2.2.2.2 activate
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/bgp_l3vpn_to_bgp_direct/r4/
H A Dbgpd.conf11 neighbor 192.168.1.2 remote-as 5226
12 neighbor 192.168.1.2 update-source 192.168.1.1
13 neighbor 192.168.1.2 route-reflector-client
14 neighbor 192.168.1.2 timers 3 10
15 neighbor 2.2.2.2 remote-as 5226
16 neighbor 2.2.2.2 update-source 4.4.4.4
17 neighbor 2.2.2.2 timers 3 10
21 neighbor 192.168.1.2 activate
22 neighbor 192.168.1.2 next-hop-self
23 no neighbor 2.2.2.2 activate
[all …]
/dports/net/frr7/frr-frr-7.5.1/tests/topotests/bgp_l3vpn_to_bgp_direct/r3/
H A Dbgpd.conf11 neighbor 192.168.1.2 remote-as 5226
12 neighbor 192.168.1.2 update-source 192.168.1.2
13 neighbor 192.168.1.2 route-reflector-client
14 neighbor 192.168.1.2 timers 3 10
15 neighbor 2.2.2.2 remote-as 5226
16 neighbor 2.2.2.2 update-source 3.3.3.3
17 neighbor 2.2.2.2 timers 3 10
21 neighbor 192.168.1.2 activate
22 neighbor 192.168.1.2 next-hop-self
23 no neighbor 2.2.2.2 activate
[all …]

12345678910>>...215