Home
last modified time | relevance | path

Searched refs:SHash_find (Results 1 – 25 of 36) sorted by relevance

12

/dports/cad/tkgate/tkgate-2.1/src/tools/
H A Dmsgdiff.c117 if (SHash_find(&mt->mt_strtab,str)) in MsgTable_add()
190 Message *om = (Message*) SHash_find(&oldMT->mt_keytab,nm->m_key); in messageDiff()
191 Message *em = editMT ? (Message*) SHash_find(&editMT->mt_keytab,nm->m_key) : NULL; in messageDiff()
213 Message *om = (Message*) SHash_find(&oldMT->mt_keytab,nm->m_key); in messageDiff()
217 om = (Message*) SHash_find(&oldMT->mt_strtab,nm->m_str); in messageDiff()
224 em = editMT ? (Message *) SHash_find(&editMT->mt_keytab,om->m_key) : NULL; in messageDiff()
255 Message *nm = (Message*) SHash_find(&newMT->mt_keytab,om->m_key); in messageDiff()
270 Message *em = (Message*) SHash_find(&editMT->mt_keytab,nm->m_key); in messageDiff()
310 Message *nm = (Message *)SHash_find(&newMT->mt_keytab, tag); in dumpEdited()
311 Message *em = (Message *)SHash_find(&editMT->mt_keytab, tag); in dumpEdited()
[all …]
H A Dmvtag.c52 char *newTag = SHash_find(msgMap,tag); in renameTag()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dlocale.c158 x = SHash_find(TkGate.localeNameTable, l->l_name); in init_localeSet()
172 TkGate.locale = (Locale*) SHash_find(TkGate.localeTable, "en"); in init_localeSet()
271 if (SHash_find(H,tag)) { in readMessagesFile()
314 if (!SHash_find(H,tag)) { in verifyMessagesFile()
352 englishLocale = (Locale*) SHash_find(TkGate.localeTable, "en"); in localization_Setup()
366 TkGate.locale = (Locale*) SHash_find(TkGate.localeTable, lang); in localization_Setup()
H A Dicon.c73 if (SHash_find(icon_pixmaps,name)) in Pixmap_register()
102 if (SHash_find(icon_pixmaps,name)) in Pixmap_registerFromFileWithParms()
131 Pixmap *P = (Pixmap*) SHash_find(icon_pixmaps,name); in Pixmap_find()
H A Dcpath.c336 al = (NetAliasList*) SHash_find(net_alias_table,netName); in cpath_show_aux()
601 NetAliasList *al = (NetAliasList*)SHash_find(net_alias_table,canon_name); in cpath_registerNetAlias()
624 d = SHash_find(net_delay_table,name); in cpath_registerNetDelay()
638 d = SHash_find(net_delay_table,name); in cpath_getNetDelay()
H A Ddelay.c144 return (GDelayDef*)SHash_find(delay_def_table,(char*)prim); in GDelayDef_findList()
180 GDelayDef *old_dd = (GDelayDef*)SHash_find(delay_def_table,(char*)prim); in GDelayDef_begin()
H A Dsimulate.c502 M = (GSimModule*)SHash_find(M->children,ptr[i]); in SimInterface_lookupGate()
517 ss = (GSimSwitch*) SHash_find(M->switches,g->ename); in SimInterface_lookupGate()
548 M = (GSimModule*)SHash_find(M->children,ptr[i]); in SimInterface_lookupWire()
687 return SHash_find(sM->probes,name) != 0; in SimInterface_probeExists()
744 P = SHash_find(sM->probes,name); in SimInterface_delProbe()
780 if ((P = SHash_find(sM->probes,name))) { /* If probe exists, delete it */ in SimInterface_addDelProbe()
809 if ((P = SHash_find(sM->probes,name))) { /* If probe exists, delete it */ in SimInterface_addDelHDLProbe()
873 GSimSwitch *ss = SHash_find(es->smod->switches,g->ename); in SimInterface_setSwitch()
1208 es->smod = (GSimModule*)SHash_find(es->parent->smod->children,es->inst->ename); in SimInterface_setSimMods()
H A Dnet.c481 if (H && SHash_find(H,name)) in checkValidName()
529 if (H && SHash_find(H,buf)) in pickValidName()
544 if ((H && SHash_find(H,buf)) || ycIsKW(buf)) { in pickValidName()
556 } while ((H && SHash_find(H,buf)) || ycIsKW(buf)); in pickValidName()
H A Deditstate.c54 return (GModuleDef*) SHash_find(TkGate.circuit->moduleTable,name); in env_findModule()
400 M = (GModuleDef*) SHash_find(TkGate.circuit->moduleTable,name); in env_removeModule()
433 M = (GModuleDef*) SHash_find(TkGate.circuit->moduleTable,name); in env_delete()
478 if (SHash_find(TkGate.circuit->moduleTable,newName)) return EEXIST; in env_rename()
907 GSimModule *sM = (GSimModule*) SHash_find((*es)->smod->children,g->ename); in editstate_push()
H A Dascii.c263 s = (char*) SHash_find(message_table,tag); in msgLookup()
323 encoder = (Encoder*) SHash_find(iconv_translators, key); in getEncoder()
H A Dverilog_in.c401 if (SHash_find(TkGate.libraries,libraryName)) in VerilogOpenLibrary()
692 Locale *locale = SHash_find(TkGate.localeTable, value); in VerCircuitProp()
695 locale = SHash_find(TkGate.localeTable, "en"); in VerCircuitProp()
1572 cur.gNet[p] = (GNet*) SHash_find(cur.mod->m_nets,net); in VerAttach()
1607 n = (GNet*) SHash_find(cur.mod->m_nets,nname); in VerJointNet()
1807 GWire **wends = (GWire**) SHash_find(cur.netWEnds,n->n_signame); in FastenToGate()
H A Dexpr.c256 h = SHash_find(H,e->lit); in Expr_eval_aux()
361 if ((h = SHash_find(H,e->l->lit))) { in Expr_eval_aux()
H A Ddip.c215 GSimSwitch *ss = SHash_find(es->smod->switches,g->ename); in Dip_SimHitFunc()
H A Dswitch.c281 GSimSwitch *ss = SHash_find(es->smod->switches,g->ename); in Switch_SimHitFunc()
H A Dselection.c198 if (SHash_find(TkGate.circuit->mg_selection->s_gates,g->ename)) in sel_isSelGate()
269 if (!w1->gate || !SHash_find(S->s_gates,w1->gate->ename)) in sel_finish()
272 if (!w2->gate || !SHash_find(S->s_gates,w2->gate->ename)) in sel_finish()
/dports/cad/tkgate/tkgate-2.1/src/gmac/
H A Dgmac.h201 #define UField_findEnum(f,n) ((int*)SHash_find(&(f)->uf_codes,n))
204 #define Code_findField(c,n) ((UField*)SHash_find(&(c)->c_ops,n))
205 #define Code_findLabel(c,n) ((int*)SHash_find(&(c)->c_labels,n))
H A Dparser.c246 if (SHash_find(&mcode->c_ops,name)) { in ycBeginOp()
263 OprGroup *og = (OprGroup *) SHash_find(&mcode->c_oprs,name); in ycAddOprGroup()
274 if (SHash_find(&mcode->c_oprs,name)) { in ycBeginOprGroup()
400 cur.opdef = (OpDef*) SHash_find(&mcode->c_ops,name); in ycMOp()
/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dmodule.c100 n = (Net*) SHash_find(&s->s_nets,name); in Scope_findNet()
148 return (UserTask*)SHash_find(&s->s_tasks,name); in Scope_findTask()
183 n = (NetDecl*) SHash_find(&s->sd_nets,name); in ScopeDecl_findNet()
500 return (UserTaskDecl*)SHash_find(&m->m_tasks,name); in ModuleDecl_findTask()
591 if (!SHash_find(m->m_faninnodes,fn->fn_out[i])) in ModuleDecl_makeFaninTree()
635 if (!SHash_find(m->m_faninnodes,fn->fn_out[i])) in ModuleDecl_makeFaninTree()
H A Dcircuit.c64 mi = (ModuleInst*) SHash_find(&c->c_moduleInsts,path); in Circuit_getUpScope()
311 if (SHash_find(&donePorts,ne->ne_name)) { in Circuit_bindPorts()
330 if (!SHash_find(&donePorts,portName)) { in Circuit_bindPorts()
1016 if (!SHash_find(&reported,buf)) { in Circuit_check()
1115 mi = (ModuleInst*)SHash_find(&c->c_moduleInsts, name); in Circuit_findModuleInst()
1119 mi = (ModuleInst*)SHash_find(&c->c_moduleInsts, fullName); in Circuit_findModuleInst()
1138 return (Net*) SHash_find(&c->c_nets,name); in Circuit_findNet()
1360 channel = (Channel*) SHash_find(&c->c_channels,name); in Circuit_getChannel()
H A Dcommands.c136 if (SHash_find(&c->c_dynamicModules,argv[1])) { in Circuit_execScript()
303 dm = (DynamicModule*) SHash_find(&c->c_dynamicModules, argv[1]); in Circuit_execEnableScript()
337 dm = (DynamicModule*) SHash_find(&c->c_dynamicModules, argv[1]); in Circuit_execDisableScript()
371 dm = (DynamicModule*) SHash_find(&c->c_dynamicModules, argv[1]); in Circuit_execDelScript()
H A Dspecify.c345 Expr *x = (Expr*) SHash_find(&s->s_specParms,name); in Specify_addSpecParam()
368 Expr *x = (Expr*)SHash_find(&s->s_specParms,name); in Specify_getSpecParm()
H A Dmodule.h164 #define ModuleDecl_findFanin(m,name) ((FaninNode*)SHash_find((m)->m_faninnodes, name))
H A Ddirective.c140 return (char*)SHash_find(directive.d_macro_table,token); in Directive_findMacro()
H A Devqueue.h283 #define EvQueue_findFinal(Q,key) ((Event*) SHash_find(&(Q)->eq_finalQ, key))
/dports/cad/tkgate/tkgate-2.1/src/common/
H A Dhash.h97 void *SHash_find(Hash *, const char *);

12