Home
last modified time | relevance | path

Searched refs:connected_count (Results 1 – 14 of 14) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/connectivity/
H A Dconnectivity_items.cpp357 size_t connected_count = m_item->ConnectedItems().size(); in IsDangling() local
361 return connected_count < 2; in IsDangling()
364 return connected_count < minimal_count; in IsDangling()
371 connected_count = 0; in IsDangling()
380 connected_count++; in IsDangling()
384 connected_count++; in IsDangling()
388 return connected_count < minimal_count; in IsDangling()
397 int connected_count = 0; in ConnectedItemsCount() local
406 connected_count++; in ConnectedItemsCount()
410 connected_count++; in ConnectedItemsCount()
[all …]
/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dreconnect_test.c35 uint32_t connected_count = 0; in tox_connected_count() local
39 ++connected_count; in tox_connected_count()
43 return connected_count; in tox_connected_count()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/jack-0.5.7/src/test/
H A Dtest_port.rs57 assert_eq!(pa.connected_count(), 2); in port_connected_count()
58 assert_eq!(pb.connected_count(), 1); in port_connected_count()
59 assert_eq!(pc.connected_count(), 1); in port_connected_count()
60 assert_eq!(pd.connected_count(), 0); in port_connected_count()
/dports/games/quake2-relay/relay-0.4/relay/
H A Dr_export.c190 int area_count, connected_count; in G_RunFrame() local
275 connected_count = 0; in G_RunFrame()
287 connected_count = i + 1; in G_RunFrame()
292 …DM2_WriteFrame(&out, &dm2out.svd, to->frame, from->frame, area_count, to->areas, connected_count, … in G_RunFrame()
/dports/net-im/farstream/farstream-0.2.9/tests/check/transmitter/
H A Dshm.c49 guint connected_count; variable
122 connected_count++; in _state_changed()
212 connected_count = 0; in run_shm_transmitter_test()
358 while (connected_count < 2) in run_shm_transmitter_test()
/dports/games/quake2-relay/relay-0.4/common/
H A Ddm2.h227 byte connected_count; member
301 …ata_t *svd, int *seq1, int *seq2, int *area_count, byte *areas, int *connected_count, byte *connec…
302 …a_t *svd, int seq1, int seq2, int area_count, const byte *areas, int connected_count, const byte *…
H A Ddm2.c722 …ata_t *svd, int *seq1, int *seq2, int *area_count, byte *areas, int *connected_count, byte *connec… in DM2_ReadFrame() argument
745 SET(connected_count, len); in DM2_ReadFrame()
763 …a_t *svd, int seq1, int seq2, int area_count, const byte *areas, int connected_count, const byte *… in DM2_WriteFrame() argument
781 WriteByte(block, (byte)connected_count); in DM2_WriteFrame()
782 BlockWrite(block, connected, connected_count); in DM2_WriteFrame()
/dports/net/mosquitto/mosquitto-2.0.13/src/
H A Dsys_tree.c68 static unsigned int connected_count = UINT_MAX; in sys_tree__update_clients() local
94 if(connected_count != count_by_sock){ in sys_tree__update_clients()
95 connected_count = count_by_sock; in sys_tree__update_clients()
96 len = (uint32_t)snprintf(buf, BUFLEN, "%d", connected_count); in sys_tree__update_clients()
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/src/
H A Dsys_tree.c64 static int connected_count = -1; in sys_tree__update_clients() local
96 if(connected_count != count_by_sock){ in sys_tree__update_clients()
97 connected_count = count_by_sock; in sys_tree__update_clients()
98 snprintf(buf, BUFLEN, "%d", connected_count); in sys_tree__update_clients()
/dports/games/quake2-relay/relay-0.4/democonv/
H A Ddc_dm2.c286 int seq1, seq2, area_count, connected_count; in Frame_Parse() local
289 …nbytes = DM2_ReadFrame(block, &dm2in.svd, &seq1, &seq2, &area_count, areas, &connected_count, conn… in Frame_Parse()
322 memcpy(current->connected, connected, connected_count); in Frame_Parse()
/dports/games/quake2-relay/relay-0.4/replay/
H A Drp_dm2.c348 int seq1, seq2, area_count, connected_count; in Frame_Parse() local
351 …nbytes = DM2_ReadFrame(block, &dm2in.svd, &seq1, &seq2, &area_count, areas, &connected_count, conn… in Frame_Parse()
386 memcpy(current->connected, connected, connected_count); in Frame_Parse()
/dports/games/quake2-relay/relay-0.4/dm2server/
H A Dsv_dm2.c565 int seq1, seq2, area_count, connected_count; in Frame_Parse() local
571 …nbytes = DM2_ReadFrame(block, &dm2in.svd, &seq1, &seq2, &area_count, areas, &connected_count, conn… in Frame_Parse()
645 memcpy(current->connected, connected, connected_count); in Frame_Parse()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/jack-0.5.7/src/port/
H A Dport.rs109 pub fn connected_count(&self) -> usize { in connected_count() method
340 connections: p.connected_count(), in new()
/dports/databases/postgresql-repmgr/repmgr-5.2.0/
H A Drepmgrd-physical.c1076 int connected_count = 0; in execute_child_nodes_disconnect_command() local
1120 connected_count ++; in execute_child_nodes_disconnect_command()
1124 connected_count, in execute_child_nodes_disconnect_command()
1127 if (connected_count < min_required_connected_count) in execute_child_nodes_disconnect_command()
1130 connected_count, in execute_child_nodes_disconnect_command()
1259 connected_count, in execute_child_nodes_disconnect_command()