Home
last modified time | relevance | path

Searched refs:ihref (Results 1 – 25 of 41) sorted by relevance

12

/dports/cad/gplcver/gplcver-2.12a.src/tests_and_examples/examples.vpi/
H A Dvdrvld1.c59 vpiHandle iter, ihref; in process_inst() local
69 process_inst(ihref); in process_inst()
76 int prt_drvlds(vpiHandle ihref) in prt_drvlds() argument
81 iter = vpi_iterate(vpiNet, ihref); in prt_drvlds()
83 iter = vpi_iterate(vpiReg, ihref); in prt_drvlds()
85 iter = vpi_iterate(vpiVariables, ihref); in prt_drvlds()
89 iter = vpi_iterate(vpiInternalScope, ihref); in prt_drvlds()
123 prt_iter(lditer, ihref); in prt_1iter_drvlds()
134 prt_iter(drviter, ihref); in prt_1iter_drvlds()
141 prt_iter(lditer, ihref); in prt_1iter_drvlds()
[all …]
H A Dvdrvld2.c58 vpiHandle iter, ihref; in process_inst() local
68 process_inst(ihref); in process_inst()
75 int prt_drvlds(vpiHandle ihref) in prt_drvlds() argument
80 iter = vpi_iterate(vpiNet, ihref); in prt_drvlds()
82 iter = vpi_iterate(vpiReg, ihref); in prt_drvlds()
84 iter = vpi_iterate(vpiVariables, ihref); in prt_drvlds()
88 iter = vpi_iterate(vpiInternalScope, ihref); in prt_drvlds()
137 prt_iter(lditer, ihref); in prt_1iter_drvlds()
148 prt_iter(drviter, ihref); in prt_1iter_drvlds()
155 prt_iter(lditer, ihref); in prt_1iter_drvlds()
[all …]
H A Dvprtchg.c56 vpiHandle iter, ihref; in process_inst() local
65 if ((ihref = vpi_scan(iter)) == NULL) break; in process_inst()
66 process_inst(ihref); in process_inst()
74 int setup_varchgcbs(vpiHandle ihref) in setup_varchgcbs() argument
79 iter = vpi_iterate(vpiNet, ihref); in setup_varchgcbs()
81 iter = vpi_iterate(vpiReg, ihref); in setup_varchgcbs()
83 iter = vpi_iterate(vpiVariables, ihref); in setup_varchgcbs()
87 iter = vpi_iterate(vpiInternalScope, ihref); in setup_varchgcbs()
H A Dvprtdel2.c61 vpiHandle iter, ihref; in process_inst() local
75 if ((ihref = vpi_scan(iter)) == NULL) break; in process_inst()
76 process_inst(ihref); in process_inst()
83 int prt_inst_delays(vpiHandle ihref) in prt_inst_delays() argument
98 iter = vpi_iterate(vpiPrimitive, ihref); in prt_inst_delays()
113 iter = vpi_iterate(vpiContAssign, ihref); in prt_inst_delays()
128 iter = vpi_iterate(vpiModPath, ihref); in prt_inst_delays()
146 iter = vpi_iterate(vpiTchk, ihref); in prt_inst_delays()
H A Dvprtdels.c62 vpiHandle iter, ihref; in process_inst() local
75 if ((ihref = vpi_scan(iter)) == NULL) break; in process_inst()
76 process_inst(ihref); in process_inst()
84 int prt_inst_delays(vpiHandle ihref) in prt_inst_delays() argument
99 iter = vpi_iterate(vpiPrimitive, ihref); in prt_inst_delays()
127 iter = vpi_iterate(vpiContAssign, ihref); in prt_inst_delays()
142 iter = vpi_iterate(vpiModPath, ihref); in prt_inst_delays()
182 iter = vpi_iterate(vpiTchk, ihref); in prt_inst_delays()
H A Dvsetdels.c59 vpiHandle iter, ihref; in process_inst() local
68 if ((ihref = vpi_scan(iter)) == NULL) break; in process_inst()
69 process_inst(ihref); in process_inst()
76 int prt_inst_delays(vpiHandle ihref) in prt_inst_delays() argument
102 iter = vpi_iterate(vpiPrimitive, ihref); in prt_inst_delays()
133 iter = vpi_iterate(vpiContAssign, ihref); in prt_inst_delays()
148 iter = vpi_iterate(vpiModPath, ihref); in prt_inst_delays()
190 iter = vpi_iterate(vpiTchk, ihref); in prt_inst_delays()
H A Dvprtchg2.c57 vpiHandle iter, ihref; in process_inst() local
66 if ((ihref = vpi_scan(iter)) == NULL) break; in process_inst()
67 process_inst(ihref); in process_inst()
74 int setup_varchgcbs(vpiHandle ihref) in setup_varchgcbs() argument
79 iter = vpi_iterate(vpiNet, ihref); in setup_varchgcbs()
81 iter = vpi_iterate(vpiReg, ihref); in setup_varchgcbs()
83 iter = vpi_iterate(vpiVariables, ihref); in setup_varchgcbs()
87 iter = vpi_iterate(vpiInternalScope, ihref); in setup_varchgcbs()
H A Dvprtchg3.c66 vpiHandle iter, ihref; in process_inst() local
75 if ((ihref = vpi_scan(iter)) == NULL) break; in process_inst()
76 process_inst(ihref); in process_inst()
83 int setup_varchgcbs(vpiHandle ihref) in setup_varchgcbs() argument
88 iter = vpi_iterate(vpiNet, ihref); in setup_varchgcbs()
90 iter = vpi_iterate(vpiReg, ihref); in setup_varchgcbs()
92 iter = vpi_iterate(vpiVariables, ihref); in setup_varchgcbs()
96 iter = vpi_iterate(vpiInternalScope, ihref); in setup_varchgcbs()
H A Dvchkprt1.c69 vpiHandle iter, ihref; in process_inst() local
80 if ((ihref = vpi_scan(iter)) == NULL) break; in process_inst()
81 process_inst(ihref); in process_inst()
88 int chk_ports(vpiHandle ihref) in chk_ports() argument
97 if ((iter = vpi_iterate(vpiPort, ihref)) == NULL) return(0); in chk_ports()
104 strcpy(s1, vpi_get_str(vpiFullName, ihref)); in chk_ports()
109 if (ihref2 == NULL || !vpi_compare_objects(ihref, ihref2)) in chk_ports()
178 strcpy(s1, vpi_get_str(vpiFullName, ihref)); in chk_ports()
H A Dfindcaus.c77 vpiHandle ihref, href; in blk_findcaus() local
80 ihref = vpi_iterate(vpiStmt, blkhref); in blk_findcaus()
81 isiz = vpi_get(vpiSize, ihref); in blk_findcaus()
85 if ((href = vpi_scan(ihref)) == NULL) break; in blk_findcaus()
H A Dvconta1.c59 vpiHandle iter, ihref; in process_inst() local
68 if ((ihref = vpi_scan(iter)) == NULL) break; in process_inst()
69 process_inst(ihref); in process_inst()
76 int process_contas(vpiHandle ihref) in process_contas() argument
80 if ((iter = vpi_iterate(vpiContAssign, ihref)) == NULL) return(0); in process_contas()
/dports/cad/gplcver/gplcver-2.12a.src/tests_and_examples/examples.acc/
H A Dacc_nxtchld.c52 handle ihref; in process_inst() local
58 for (ihref = NULL;;) in process_inst()
60 if ((ihref = acc_next_child(up_ihref, ihref)) == NULL) return; in process_inst()
61 process_inst(ihref); in process_inst()
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_vpi.c3610 return(ihref); in get_cursystfcall()
3760 return(ihref); in get_obj_index()
3840 return(ihref); in get_obj_range()
3863 ihref = NULL; in get_obj_parent()
3932 return(ihref); in get_obj_parent()
4060 return(ihref); in get_obj_side()
4092 return(ihref); in bld_scope_par()
4213 return(ihref); in getexpr_lowconn()
4474 return(ihref); in getexpr_highconn()
4624 ihref = NULL; in bld_1to1_exprclass_handle()
[all …]
H A Dv_acc.c3703 vpiHandle ihref; in bld_accnext_iter() local
3710 ihref = NULL; in bld_accnext_iter()
4600 vpiHandle ihref; in bld_acc_cells_iter() local
4620 return(ihref); in bld_acc_cells_iter()
4816 vpiHandle ihref; in bld_cell_load_iter() local
4907 return(ihref); in bld_cell_load_iter()
5013 vpiHandle ihref; in bld_driver_iter() local
5059 return(ihref); in bld_driver_iter()
5256 vpiHandle ihref; in bld_load_iter() local
5299 return(ihref); in bld_load_iter()
[all …]
H A Dv_vpi2.c467 ihref = NULL; in __bld_paramassign_stmt_iter()
526 return(ihref); in __bld_paramassign_stmt_iter()
549 ihref = NULL; in __bld_iodecl_stmt_iter()
639 return(ihref); in __bld_iodecl_stmt_iter()
683 return(ihref); in __bld_udpline_iter()
731 return(ihref); in __bld_arrwrd_iterator()
799 return(ihref); in __bld_bitof_iterator()
842 return(ihref); in __bld_primterm_iterator()
899 return(ihref); in bld_inmod_port_iter()
1005 return(ihref); in bld_fjlist_iter()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/fb2/
H A Dfb2ml.py477 ihref = urlnormalize(page.abshref(elem_tree.attrib['src']))
478 if ihref in self.oeb_book.manifest.hrefs:
479 if ihref not in self.image_hrefs:
480 self.image_hrefs[ihref] = 'img_%s' % len(self.image_hrefs)
484 fb2_out.append('<image l:href="#%s"/>' % self.image_hrefs[ihref])
486 self.log.warn('Ignoring image not in manifest: %s' % ihref)
/dports/www/py-css-parser/css-parser-1.0.7/src/css_parser/css/
H A Dcssimportrule.py341 ihref = 0
344 ihref = i
350 self.seq.insert(ihref+1,
/dports/www/py-cssutils/cssutils-2.3.0/cssutils/css/
H A Dcssimportrule.py370 ihref = 0
373 ihref = i
379 self.seq.insert(ihref + 1, self._media, 'media', None, None)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/
H A Dstylizer.py248 ihref = item.abshref(rule.href)
252 if ihref not in hrefs:
255 sitem = hrefs[ihref]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libxml2/vtklibxml2/
H A Dparser.c11810 const xmlChar *iprefix, *ihref; in xmlParseInNodeContext() local
11815 ihref = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlParseInNodeContext()
11818 ihref = ns->href; in xmlParseInNodeContext()
11822 nsPush(ctxt, iprefix, ihref); in xmlParseInNodeContext()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libxml2/vtklibxml2/
H A Dparser.c11810 const xmlChar *iprefix, *ihref; in xmlParseInNodeContext() local
11815 ihref = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlParseInNodeContext()
11818 ihref = ns->href; in xmlParseInNodeContext()
11822 nsPush(ctxt, iprefix, ihref); in xmlParseInNodeContext()
/dports/games/warmux/warmux-11.04/build/symbian/lib/libxml2/src/libxml2/
H A Dlibxml2_parser.c11769 const xmlChar *iprefix, *ihref; in xmlParseInNodeContext() local
11775 ihref = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlParseInNodeContext()
11778 ihref = ns->href; in xmlParseInNodeContext()
11782 nsPush(ctxt, iprefix, ihref); in xmlParseInNodeContext()
/dports/games/warmux/warmux-11.04/build/android/jni/xml2/
H A Dparser.c12943 const xmlChar *iprefix, *ihref; in xmlParseInNodeContext() local
12948 ihref = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlParseInNodeContext()
12951 ihref = ns->href; in xmlParseInNodeContext()
12955 nsPush(ctxt, iprefix, ihref); in xmlParseInNodeContext()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/
H A Dparser.c12172 const xmlChar *iprefix, *ihref; in xmlParseInNodeContext() local
12177 ihref = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlParseInNodeContext()
12180 ihref = ns->href; in xmlParseInNodeContext()
12184 nsPush(ctxt, iprefix, ihref); in xmlParseInNodeContext()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libxml2/
H A Dparser.c13072 const xmlChar *iprefix, *ihref; in xmlParseInNodeContext() local
13077 ihref = xmlDictLookup(ctxt->dict, ns->href, -1); in xmlParseInNodeContext()
13080 ihref = ns->href; in xmlParseInNodeContext()
13084 nsPush(ctxt, iprefix, ihref); in xmlParseInNodeContext()

12