Home
last modified time | relevance | path

Searched refs:noderec (Results 1 – 20 of 20) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Mrm/
H A DMrmIindex.c142 IDBIndexNodeRecordPtr noderec ; /* index node record */ variable
174 noderec->index[entndx].data.internal_id.item_offs ;
333 IDBIndexNodeRecordPtr noderec ; /* index node record */ in Idb__INX_SearchIndex() local
361 node_ndxvec = noderec->index ; in Idb__INX_SearchIndex()
363 stgbase = (char *) noderec->index ; in Idb__INX_SearchIndex()
535 IDBIndexNodeRecordPtr noderec ; /* index node record */ in Idb__INX_FindResources() local
589 node_ndxvec = noderec->index ; in Idb__INX_FindResources()
591 stgbase = (char *) noderec->index ; in Idb__INX_FindResources()
606 noderec = (IDBIndexNodeRecordPtr) bufptr->IDB_record ; in Idb__INX_FindResources()
608 node_ndxvec = noderec->index ; in Idb__INX_FindResources()
[all …]
H A DMrmIindexw.c1464 IDBIndexNodeRecordPtr noderec ; /* index node record */ in Idb__INX_SetParent() local
1492 noderec = (IDBIndexNodeRecordPtr) buffer->IDB_record ; in Idb__INX_SetParent()
1493 nodehdr = (IDBIndexNodeHdrPtr) &noderec->node_header ; in Idb__INX_SetParent()
/dports/graphics/graphviz/graphviz-2.44.1/lib/cgraph/
H A Dcmpnd.c188 Agcmpnode_t *noderec; in agassociate() local
193 noderec = agbindrec(n, Descriptor_id, sizeof(*noderec), FALSE); in agassociate()
197 noderec->subg = sub; in agassociate()
236 Agcmpnode_t *noderec; in aghide() local
247 subg = noderec->subg; in aghide()
306 Agcmpnode_t *noderec; in agexpose() local
319 if ((noderec == NIL(Agcmpnode_t *) || NOT(noderec->collapsed))) in agexpose()
323 subg = noderec->subg; in agexpose()
356 Agcmpnode_t *noderec; in agcmpgraph_of() local
358 if (noderec && NOT(noderec->collapsed)) in agcmpgraph_of()
[all …]
/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgftnnlfd.cpp140 bool infdpvt = !!(noderec().nlofs & IN_FDNET); in fetchdata()
142 bool infdnode = !!(noderec().nlofs & IN_FDNODE); in fetchdata()
281 noderec().block_num, in printnode()
316 stack[depth].block_num = noderec().block_num; in push()
467 if(noderec().block_num) { in prevnode()
471 blockno = noderec().block_num; in prevnode()
485 if(noderec().block_num) { in nextnode()
490 blockno = noderec().block_num; in nextnode()
729 if(noderec().nlofs & IN_FDNODE) in nodelist_name()
731 else if(noderec().nlofs & IN_FDNET) in nodelist_name()
[all …]
H A Dgftnnlfd.h311 const _FDGdx& noderec() const;
/dports/biology/fastdnaml/fastDNAml_1.2.2/source/
H A DfastDNAml.h90 struct noderec *owner;
94 typedef struct noderec { struct
96 struct noderec *next; argument
97 struct noderec *back; argument
/dports/biology/iqtree/IQ-TREE-2.0.6/pll/
H A Dpll.h446 struct noderec;
456 struct noderec *oP;
457 struct noderec *oQ;
692 typedef struct noderec struct
697 struct noderec *next; argument
698 struct noderec *back; argument
/dports/cad/qrouter/qrouter-1.4.85/
H A Dqconfig.c453 gateinfo->noderec = (NODE *)malloc(10 * sizeof(NODE)); in read_config()
458 gateinfo->noderec[0] = NULL; in read_config()
497 gateinfo->noderec = (NODE *)realloc(gateinfo->noderec, in read_config()
H A Ddef.c699 g->noderec[i] = node; in DefReadGatePin()
1190 gate->noderec = (NODE *)malloc(sizeof(NODE)); in DefReadPins()
1196 gate->noderec[0] = NULL; in DefReadPins()
1291 free(gate->noderec); in DefReadPins()
1743 gate->noderec = (NODE *)malloc(gate->nodes * sizeof(NODE)); in DefReadComponents()
1766 gate->noderec[i] = (NODE)calloc(1, sizeof(struct node_)); in DefReadComponents()
1767 gate->noderec[i]->netnum = VDD_NET; in DefReadComponents()
1773 gate->noderec[i] = (NODE)calloc(1, sizeof(struct node_)); in DefReadComponents()
1774 gate->noderec[i]->netnum = GND_NET; in DefReadComponents()
1778 gate->noderec[i] = NULL; in DefReadComponents()
H A Dantenna.c156 NODE noderec; in find_free_antenna_taps() local
172 noderec = ginst->noderec[i]; in find_free_antenna_taps()
173 if ((netnum == 0) && (noderec == NULL)) { in find_free_antenna_taps()
175 ginst->noderec[i] = (NODE)calloc(1, sizeof(struct node_)); in find_free_antenna_taps()
176 ginst->noderec[i]->netnum = ANTENNA_NET; in find_free_antenna_taps()
1206 entry = Tcl_CreateHashEntry(&NodeTable, (char *)(*(g->noderec + i)), &new); in resolve_antenna()
H A Dnode.c140 node = g->noderec[i]; in count_reachable_taps()
387 node = g->noderec[i]; in count_reachable_taps()
1185 node = g->noderec[nidx]; in is_testpoint()
1276 node = g->noderec[i]; in create_obstructions_inside_nodes()
1540 node = g->noderec[i]; in create_obstructions_outside_nodes()
2706 g->noderec[i]); in tap_to_tap_interactions()
2717 g->noderec[i]); in tap_to_tap_interactions()
2734 g->noderec[i]); in tap_to_tap_interactions()
2745 g->noderec[i]); in tap_to_tap_interactions()
2809 g->noderec[i]); in make_routable()
[all …]
H A Dlef.c2033 lefMacro->noderec = (NODE *)realloc(lefMacro->noderec,
2046 lefMacro->noderec[pinNum] = NULL;
2341 lefMacro->noderec = (NODE *)malloc(10 * sizeof(NODE));
2348 lefMacro->noderec[0] = NULL;
3924 gateginfo->noderec = (NODE *)malloc(sizeof(NODE));
3937 gateginfo->noderec[0] = NULL;
H A Dqrouter.h293 NODE *noderec; // node record for each pin member
H A Doutput.c283 if (g->noderec[i] == node) { in print_node_name()
488 if ((node = gate->noderec[i]) != NULL) { in print_gate()
828 node = gate->noderec[i]; in print_node_information()
H A Ddelays.c449 entry = Tcl_CreateHashEntry(&NodeTable, (char *)(*(g->noderec + i)), &new); in write_delays()
/dports/cad/qflow/qflow-1.4.98/src/
H A Dlef.h163 NODE *noderec; // node record for each pin member
H A DDEF2Verilog.c252 node = gate->noderec[lastidx]; in output_instances()
274 node = gate->noderec[i]; in output_instances()
H A Dreaddef.c537 g->noderec[i] = node; in DefReadGatePin()
1009 gate->noderec = (NODE *)malloc(sizeof(NODE)); in DefReadPins()
1015 gate->noderec[0] = NULL; in DefReadPins()
1440 gate->noderec = (NODE *)malloc(gate->nodes * sizeof(NODE)); in DefAddGateInstance()
1458 gate->noderec[i] = NULL; in DefAddGateInstance()
H A Dreadlef.c1895 lefMacro->noderec = (NODE *)realloc(lefMacro->noderec,
1910 lefMacro->noderec[pinNum] = NULL;
2277 lefMacro->noderec = (NODE *)malloc(10 * sizeof(NODE));
2285 lefMacro->noderec[0] = NULL;
3463 gateginfo->noderec = (NODE *)malloc(sizeof(NODE));
3478 gateginfo->noderec[0] = NULL;
/dports/cad/magic/magic-8.3.245/extract/
H A DExtBasic.c2390 NodeAndType noderec; local
2392 noderec.region = (NodeRegion *)NULL;
2393 noderec.layer = TT_SPACE;
2406 mask, extTransFindSubsFunc1, (ClientData)&noderec))
2408 *sn = noderec.region;
2409 if (layerptr) *layerptr = noderec.layer;