Home
last modified time | relevance | path

Searched refs:cpins (Results 1 – 17 of 17) sorted by relevance

/dports/cad/geda/geda-gaf-1.8.2/gnetlist/src/
H A Ds_traverse.c244 netlist->cpins = in s_traverse_sheet()
267 CPINLIST *cpins = NULL; in s_traverse_component() local
272 cpinlist_head = cpins = s_cpinlist_add(NULL); in s_traverse_component()
273 cpins->plid = -1; in s_traverse_component()
286 cpins = s_cpinlist_add(cpins); in s_traverse_component()
287 cpins->plid = o_current->sid; in s_traverse_component()
288 cpins->type = o_current->pin_type; in s_traverse_component()
290 cpins->pin_number = in s_traverse_component()
293 cpins->pin_label = in s_traverse_component()
304 o_current, hierarchy_tag, cpins->type); in s_traverse_component()
[all …]
H A Ds_netlist.c86 new_node->cpins = NULL; in s_netlist_add()
129 if (nl_current->cpins) { in s_netlist_print()
130 s_cpinlist_print(nl_current->cpins); in s_netlist_print()
157 if (nl_current->cpins) { in s_netlist_post_process()
158 pl_current = nl_current->cpins; in s_netlist_post_process()
240 if (nl_current->cpins) { in s_netlist_name_named_nets()
241 pl_current = nl_current->cpins; in s_netlist_name_named_nets()
291 pl_current = nl_current->cpins; in s_netlist_netname_of_netid()
H A Ds_hierarchy.c193 if (nl_current->cpins) { in s_hierarchy_post_process()
194 pl_current = nl_current->cpins; in s_hierarchy_post_process()
272 pl_current = nl_current->cpins; in s_hierarchy_setup_rename()
274 if (nl_current->cpins) { in s_hierarchy_setup_rename()
276 pl_current = nl_current->cpins->next;; in s_hierarchy_setup_rename()
310 pl_current = nl_current->cpins; in s_hierarchy_remove_urefconn()
561 pl_current = nl_current->cpins; in s_hierarchy_remove_uref_mangling()
H A Dg_netlist.c124 pl_current = nl_current->cpins; in g_get_pins()
160 pl_current = nl_current->cpins; in g_get_all_nets()
204 pl_current = nl_current->cpins; in g_get_all_unique_nets()
262 pl_current = nl_current->cpins; in g_get_all_connections()
361 for (pl_current = nl_current->cpins; in g_get_nets()
447 for (pl_current = nl_current->cpins; pl_current != NULL; in g_get_pins_nets()
680 if (nl_current->cpins) { in g_get_attribute_by_pinnumber()
682 s_cpinlist_search_pin(nl_current->cpins, pin); in g_get_attribute_by_pinnumber()
843 pl_current = nl_current->cpins; in g_graphical_objs_in_net_with_attrib_get_attrib()
H A Ds_rename.c275 if (nl_current->cpins) in s_rename_all_lowlevel()
277 pl_current = nl_current->cpins; in s_rename_all_lowlevel()
H A Ds_netattrib.c139 cpinlist_tail = s_cpinlist_return_tail(netlist_tail->cpins); in s_netattrib_create_pins()
144 s_cpinlist_search_pin(netlist_tail->cpins, current_pin); in s_netattrib_create_pins()
H A Ds_net.c369 if (nl_current->cpins) { in s_net_name()
370 pl_current = nl_current->cpins; in s_net_name()
/dports/cad/geda/geda-gaf-1.8.2/gattrib/src/
H A Ds_rename.c256 if (nl_current->cpins) { in s_rename_all_lowlevel()
257 pl_current = nl_current->cpins; in s_rename_all_lowlevel()
/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A DMakefile.srclist1 SRC_H = cmd.h config.h cp.h cpfio.h cpins.h \
23 cpins.c cpinsaltimeter.c cpinsbearing.c cpinshorizon.c \
/dports/cad/geda/geda-gaf-1.8.2/libgeda/include/libgeda/
H A Dstruct.h595 CPINLIST *cpins; member
/dports/games/searchandrescue/searchandrescue_1.4.0/
H A DHACKING73 cpins*.c Control panel instruments
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptonattrib/docs/
H A DNOTES303 ->(CPINLIST *cpins)->(char *pin_number)
/dports/cad/geda/geda-gaf-1.8.2/gattrib/
H A DNOTES309 ->(CPINLIST *cpins)->(char *pin_number)
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src.c670 for (cpp = cp->cpins; cpp != NULL; cpp = cpp->cpnxt) in decl_instconns()
5474 if (cp != NULL) cp->cpins = __cphdr; in rd_inst()
6192 cp->cpins = NULL; in __alloc_cell()
H A Dv_fx.c1695 for (cpp = cp->cpins, pi = 0; cpp != NULL; pi++, cpp = cpp->cpnxt) in cellrep_to_gate()
1833 for (pnum = 0, cpp = cp->cpins; cpp != NULL; cpp = cpp->cpnxt) pnum++; in cnt_gateprts()
1882 ip->ipins = (struct expr_t **) cp->cpins; in cellrep_to_inst()
H A Dv.h1403 struct cell_pin_t *cpins; member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs35583 …pub unsafe fn Next(&self, cpins: u32, pppins: *mut ::std::option::Option<IPin>, pcfetched: *mut u3… in Next()
35584 …::vtable(self).3)(::std::mem::transmute_copy(self), ::std::mem::transmute(cpins), ::std::mem::tran… in Next()
35586 pub unsafe fn Skip(&self, cpins: u32) -> ::windows::runtime::Result<()> { in Skip()
35587 …me::Interface::vtable(self).4)(::std::mem::transmute_copy(self), ::std::mem::transmute(cpins)).ok() in Skip()
35627 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, cpins: u32, pppins: *mut ::windows…
35628 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, cpins: u32) -> ::windows::runtime:…