Home
last modified time | relevance | path

Searched refs:net_count (Results 1 – 25 of 35) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/lib/netlist/solver/
H A Dnld_solver.cpp228 std::size_t net_count = nets.size(); in NETLIB_NAME() local
229 switch (net_count) in NETLIB_NAME()
250 log().info(MI_NO_SPECIFIC_SOLVER(net_count)); in NETLIB_NAME()
251 if (net_count <= 16) in NETLIB_NAME()
253 return create_solver<FT, -16>(net_count, sname, params, nets); in NETLIB_NAME()
255 if (net_count <= 32) in NETLIB_NAME()
259 if (net_count <= 64) in NETLIB_NAME()
263 if (net_count <= 128) in NETLIB_NAME()
267 if (net_count <= 256) in NETLIB_NAME()
271 if (net_count <= 512) in NETLIB_NAME()
[all …]
/dports/emulators/mame/mame-mame0226/src/lib/netlist/solver/
H A Dnld_solver.cpp228 std::size_t net_count = nets.size(); in NETLIB_NAME() local
229 switch (net_count) in NETLIB_NAME()
250 log().info(MI_NO_SPECIFIC_SOLVER(net_count)); in NETLIB_NAME()
251 if (net_count <= 16) in NETLIB_NAME()
253 return create_solver<FT, -16>(net_count, sname, params, nets); in NETLIB_NAME()
255 if (net_count <= 32) in NETLIB_NAME()
259 if (net_count <= 64) in NETLIB_NAME()
263 if (net_count <= 128) in NETLIB_NAME()
267 if (net_count <= 256) in NETLIB_NAME()
271 if (net_count <= 512) in NETLIB_NAME()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/contrib/seeds/
H A Dmakeseeds.py155 net_count = collections.defaultdict(int)
158 if net_count[ip['net']] == max_per_net:
164 net_count[ip['net']] += 1
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/contrib/seeds/
H A Dmakeseeds.py155 net_count = collections.defaultdict(int)
158 if net_count[ip['net']] == max_per_net:
164 net_count[ip['net']] += 1
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/contrib/seeds/
H A Dmakeseeds.py155 net_count = collections.defaultdict(int)
158 if net_count[ip['net']] == max_per_net:
164 net_count[ip['net']] += 1
/dports/cad/geda/geda-gaf-1.8.2/gattrib/src/
H A Dx_window.c356 if (sheet_head->net_count > 0 ) { in x_window_add_items()
358 sheet_head->net_count, sheet_head->master_net_list_head); in x_window_add_items()
394 num_rows = sheet_head->net_count; in x_window_add_items()
H A Dx_gtksheet.c91 if ((sheet_head->net_count > 0) && (sheet_head->net_attrib_count >0)) { in x_gtksheet_init()
92 …sheets[1] = (GtkSheet *) gtk_sheet_new(sheet_head->net_count, sheet_head->net_attrib_count, "Nets"… in x_gtksheet_init()
H A Dx_fileselect.c180 sheet_head->net_table = s_table_new(sheet_head->net_count, sheet_head->net_attrib_count); in x_fileselect_load_files()
H A Ds_sheet_data.c85 new_sheet->net_count = 0; in s_sheet_data_new()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/contrib/seeds/
H A Dmakeseeds.py154 net_count = collections.defaultdict(int)
157 if net_count[ip['net']] == max_per_net:
163 net_count[ip['net']] += 1
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/contrib/seeds/
H A Dmakeseeds.py155 net_count = collections.defaultdict(int)
158 if net_count[ip['net']] == max_per_net:
164 net_count[ip['net']] += 1
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/contrib/seeds/
H A Dmakeseeds.py155 net_count = collections.defaultdict(int)
158 if net_count[ip['net']] == max_per_net:
164 net_count[ip['net']] += 1
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/contrib/seeds/
H A Dmakeseeds.py155 net_count = collections.defaultdict(int)
158 if net_count[ip['net']] == max_per_net:
164 net_count[ip['net']] += 1
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/can/usb/
H A Desd_usb2.c195 int net_count; member
403 if (msg->msg.rx.net >= dev->net_count) { in esd_usb2_read_bulk_callback()
412 if (msg->msg.txdone.net >= dev->net_count) { in esd_usb2_read_bulk_callback()
437 for (i = 0; i < dev->net_count; i++) { in esd_usb2_read_bulk_callback()
509 return sprintf(buf, "%d", dev->net_count); in show_nets()
666 for (i = 0; i < dev->net_count; i++) { in unlink_all_urbs()
1080 dev->net_count = (int)msg->msg.version_reply.nets; in esd_usb2_probe()
1096 for (i = 0; i < dev->net_count; i++) in esd_usb2_probe()
1123 for (i = 0; i < dev->net_count; i++) { in esd_usb2_disconnect()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/can/usb/
H A Desd_usb2.c195 int net_count; member
403 if (msg->msg.rx.net >= dev->net_count) { in esd_usb2_read_bulk_callback()
412 if (msg->msg.txdone.net >= dev->net_count) { in esd_usb2_read_bulk_callback()
437 for (i = 0; i < dev->net_count; i++) { in esd_usb2_read_bulk_callback()
509 return sprintf(buf, "%d", dev->net_count); in show_nets()
666 for (i = 0; i < dev->net_count; i++) { in unlink_all_urbs()
1080 dev->net_count = (int)msg->msg.version_reply.nets; in esd_usb2_probe()
1096 for (i = 0; i < dev->net_count; i++) in esd_usb2_probe()
1123 for (i = 0; i < dev->net_count; i++) { in esd_usb2_disconnect()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/can/usb/
H A Desd_usb2.c195 int net_count; member
403 if (msg->msg.rx.net >= dev->net_count) { in esd_usb2_read_bulk_callback()
412 if (msg->msg.txdone.net >= dev->net_count) { in esd_usb2_read_bulk_callback()
437 for (i = 0; i < dev->net_count; i++) { in esd_usb2_read_bulk_callback()
509 return sprintf(buf, "%d", dev->net_count); in show_nets()
666 for (i = 0; i < dev->net_count; i++) { in unlink_all_urbs()
1080 dev->net_count = (int)msg->msg.version_reply.nets; in esd_usb2_probe()
1096 for (i = 0; i < dev->net_count; i++) in esd_usb2_probe()
1123 for (i = 0; i < dev->net_count; i++) { in esd_usb2_disconnect()
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptonattrib/src/
H A Dx_window.c448 if (sheet_head->net_count > 0 ) { in x_window_add_items()
450 sheet_head->net_count, sheet_head->master_net_list_head); in x_window_add_items()
486 num_rows = sheet_head->net_count; in x_window_add_items()
663 sheet_head->net_table = s_table_new(sheet_head->net_count, sheet_head->net_attrib_count); in lepton_attrib_window()
H A Dx_gtksheet.c142 if ((sheet_head->net_count > 0) && (sheet_head->net_attrib_count >0)) { in x_gtksheet_init()
143 …sheets[1] = (GtkSheet *) gtk_sheet_new(sheet_head->net_count, sheet_head->net_attrib_count, _("Net… in x_gtksheet_init()
H A Ds_sheet_data.c104 new_sheet->net_count = 0; in s_sheet_data_new()
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptonattrib/include/
H A Dstruct.h81 …int net_count; /*!< This cannnot change -- user must edit design usin… member
/dports/cad/geda/geda-gaf-1.8.2/gattrib/include/
H A Dstruct.h76 …int net_count; /*!< This cannnot change -- user must edit design usin… member
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/dvr/
H A Ddvr_rec.c71 uint32_t rec_count, net_count; in dvr_rec_subscribe() local
99 net_count = aa->aa_conn_limit ? tcp_connection_count(aa) : 0; in dvr_rec_subscribe()
101 c1 = aa->aa_conn_limit ? rec_count + net_count >= aa->aa_conn_limit : -1; in dvr_rec_subscribe()
107 aa->aa_conn_limit, aa->aa_conn_limit_dvr, rec_count, net_count); in dvr_rec_subscribe()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmapp.cc247 int net_count = int ACOUNT(net_proto); in registerNetProtocols() local
250 for (int k = net_count; 0 < k--; ) { in registerNetProtocols()
256 int keep = --net_count - k; in registerNetProtocols()
265 desktop->setProperty(_XA_NET_SUPPORTED, XA_ATOM, net_proto, net_count); in registerNetProtocols()
/dports/cad/openroad/OpenROAD-2.0/docs/contrib/
H A DLogger.rst137 logger->info(DRT, 42, “Routed {} nets in {:3.2f}s.”, net_count, elapsed_time);
148 utl::info DRT 42 “Routed $net_count nets in [format %3.2f $elapsed_time].”
/dports/cad/openroad/OpenROAD-2.0/src/grt/include/grt/
H A DGlobalRouter.h191 void reserveNets(size_t net_count);

12