Home
last modified time | relevance | path

Searched refs:SHash (Results 1 – 25 of 100) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A Dshash.inl10 SHash<TRAITS>::SHash() function in SHash
22 SHash<TRAITS>::~SHash()
28 typename SHash<TRAITS>::count_t SHash<TRAITS>::GetCount() const
34 typename SHash<TRAITS>::count_t SHash<TRAITS>::GetCapacity() const
40 typename SHash< TRAITS>::element_t SHash<TRAITS>::Lookup(key_t key) const
47 const typename SHash< TRAITS>::element_t* SHash<TRAITS>::LookupPtr(key_t key) const
112 typename SHash<TRAITS>::Iterator SHash<TRAITS>::Begin() const
120 typename SHash<TRAITS>::Iterator SHash<TRAITS>::End() const
126 typename SHash<TRAITS>::KeyIterator SHash<TRAITS>::Begin(key_t key) const
134 typename SHash<TRAITS>::KeyIterator SHash<TRAITS>::End(key_t key) const
[all …]
H A Dshash.h120 class SHash : public TRAITS
143 SHash();
144 ~SHash();
325 friend class SHash; variable
337 Index(const SHash *hash, bool begin) in Index()
379 friend class SHash; variable
382 Iterator(const SHash *hash, bool begin) in Iterator()
396 friend class SHash; variable
406 KeyIndex(const SHash *hash, bool begin) in KeyIndex()
456 friend class SHash; variable
[all …]
H A DGcStressControl.h48 typedef SHash < CallsiteCountTraits > CallsiteCountSHash;
/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dcircuit.h29 SHash/*Net*/ c_nets; /* Global table of nets */
31 SHash/*Channel*/ c_channels; /* Communication channels */
32 SHash/*ModuleInst*/ c_moduleInsts; /* Module instances */
35 SHash/*DynamicModule*/ c_dynamicModules; /* Dynamicly loaded modules */
H A Dmodule.h30 SHash/*NetDecl*/ sd_nets; /* Net declarations */
44 SHash/*Net*/ s_nets; /* Local scope table of nets/parameters */
45 SHash/*UserTask*/ s_tasks; /* User tasks */
75 SHash/*UserTaskDecl*/ m_tasks; /* User tasks */
79 SHash/*FaninNode*/ *m_faninnodes; /* Fanin nodes (only used for path-delay modules) */
H A Dmodule.c517 static char **getHashKeys(SHash *H) in getHashKeys()
533 static void printHList(SHash *H)
579 SHash outH,inH; in ModuleDecl_makeFaninTree()
614 SHash outH,inH; in ModuleDecl_makeFaninTree()
819 SHash *nets = &mi->mc_scope.s_nets; in ModuleInst_findLocalNetName()
H A Ddirective.h41 SHash *d_macro_table; /* Table of defined macros */
H A Dpathmod.c83 SHash *inset, in Circuit_dpath_checkPorts()
84 SHash *outset) in Circuit_dpath_checkPorts()
642 SHash/*Net*/ outset; in Circuit_buildPathDelayMod()
643 SHash/*Net*/ inset; in Circuit_buildPathDelayMod()
H A Dthyme.h97 SHash vg_modules; /* Table of modules */
H A Dspecify.h55 SHash/*Expr*/ s_specParms; /* Specify parameters */
H A Dtask.c85 SHash *decl_table = &ut->ut_decl->utd_scope.sd_nets; in UserTask_generate()
250 SHash *decl_table = &ut->ut_decl->utd_scope.sd_nets; in UserTask_generateInlineCall()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dsimulate.h81 SHash *probes; /* Probes in this module instance */
82 SHash *switches; /* Switches in this module instance */
83 SHash *leds; /* Leds in this module instance */
84 SHash *children; /* Child module instance */
H A Dtkgate.h219 SHash *rmap;
375 SHash *libraries; /* Libraries loaded into tkgate */
397 SHash *localeTable; /* Locales that are available */
398 SHash *localeNameTable; /* Locales by full name */
445 int checkValidName(const char *name,SHash *H);
446 void pickValidName(char *buf,const char *name,const char *base,SHash *H);
603 extern SHash *message_table;
H A Deditstate.h63 SHash *s_gates; /* Gates in the selection */
64 SHash *s_wires; /* Wires between gates in s_gates */
65 SHash *s_edgeWires; /* Wires with one end in s_gates */
H A Dselection.c74 static void subcircuitBBX(SHash *ghash,NHash *whash,GWireList *wires, in subcircuitBBX()
294 SHash *H = TkGate.circuit->mg_selection->s_gates; in sel_clear()
319 SHash *H = TkGate.circuit->mg_selection->s_gates; in sel_interfaceReset()
553 SHash *GH; in sel_move()
603 SHash *GH; in sel_draw()
886 SHash *H = TkGate.circuit->mg_selection->s_gates; in sel_delete()
917 SHash *GH; in sel_anchor()
935 SHash *GH; in sel_setTech()
956 SHash *GH; in sel_alignHorz()
984 SHash *GH; in sel_alignVert()
[all …]
H A Dmodule.h72 SHash *m_parmPorts; /* Table of parameter ports and default values */
91 SHash *m_gates; /* Table of gates in module */
92 SHash *m_nets; /* Table of nets in module */
H A Dexpr.c34 static int Expr_eval_aux(SHash *H,Expr *e,int *rval,EValueLookup *f,void *d);
201 static int Expr_eval_default(SHash *H,Expr *e,int *rval,EValueLookup *f,void *d) in Expr_eval_default()
222 static int Expr_eval_switch(int s,SHash *H,Expr *e,int *rval,EValueLookup *f,void *d) in Expr_eval_switch()
243 static int Expr_eval_aux(SHash *H,Expr *e,int *rval,EValueLookup *f,void *d) in Expr_eval_aux()
423 SHash *H = new_SHash_noob(); in Expr_eval()
H A Dlocale.c230 static SHash *readMessagesFile(Locale *locale) in readMessagesFile()
234 SHash *H = new_SHash_noob(); in readMessagesFile()
288 static void verifyMessagesFile(SHash *H,Locale *englishLocale) in verifyMessagesFile()
/dports/cad/tkgate/tkgate-2.1/src/gmac/
H A Dgmac.h165 SHash uf_codes; /* Symbolic values of field */
177 SHash c_labels; /* Branch targets */
179 SHash c_ops; /* Fields in the microcode, ops in macrocode */
180 SHash c_oprs; /* Operands for macrocode */
/dports/cad/tkgate/tkgate-2.1/src/tools/
H A Dmvtag.c33 void renameTag(const char *lang,SHash *msgMap) in renameTag()
71 void readMapFile(const char *name,SHash *msgMap) in readMapFile()
90 SHash msgMap; in main()
/dports/cad/tkgate/tkgate-2.1/src/common/
H A Dhash.h63 typedef Hash SHash; typedef
105 #define new_SHash() ((SHash*)new_Hash(1))
106 #define new_SHash_noob() ((SHash*)new_Hash(0))
/dports/www/otrs/otrs-rel-6_0_29/Kernel/GenericInterface/Event/
H A DHandler.pm157 SHash => \%ObjectData,
338 SHash => $Param{SHash},
345 $Param{SHash}->{$Prefix} = $Param{Data}->{$ConfigItem};
357 SHash => $Param{SHash},
364 $Param{SHash}->{$Prefix} = $ConfigItem;
/dports/devel/dasm/dasm-2.20.14.1/src/
H A Dsymbols.c89 for (sym = SHash[h1]; sym; sym = sym->next) in findsymbol()
126 sym->next = SHash[h1]; in CreateSymbol()
128 SHash[h1] = sym; in CreateSymbol()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dali.ads575 function SHash (S : String_Ptr) return Vindex; subprogspec
586 Hash => SHash,
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dali.ads575 function SHash (S : String_Ptr) return Vindex; subprogspec
586 Hash => SHash,

1234