Home
last modified time | relevance | path

Searched refs:tMethod (Results 1 – 25 of 135) sorted by relevance

123456

/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcHardwareCPU.cc64 tInstLib<cHardwareCPU::tMethod>* cHardwareCPU::initInstLib(void) in initInstLib()
78 static const tInstLibEntry<tMethod> s_f_array[] = { in initInstLib()
134 tInstLibEntry<tMethod>("call", &cHardwareCPU::Inst_Call), in initInstLib()
184 tInstLibEntry<tMethod>("neg", &cHardwareCPU::Inst_Neg), in initInstLib()
187 tInstLibEntry<tMethod>("not", &cHardwareCPU::Inst_Not), in initInstLib()
193 tInstLibEntry<tMethod>("mod", &cHardwareCPU::Inst_Mod), in initInstLib()
195 tInstLibEntry<tMethod>("or", &cHardwareCPU::Inst_Or), in initInstLib()
196 tInstLibEntry<tMethod>("nor", &cHardwareCPU::Inst_Nor), in initInstLib()
197 tInstLibEntry<tMethod>("and", &cHardwareCPU::Inst_And), in initInstLib()
199 tInstLibEntry<tMethod>("xor", &cHardwareCPU::Inst_Xor), in initInstLib()
[all …]
H A DcHardwareGX.cc55 tInstLib<cHardwareGX::tMethod>* cHardwareGX::initInstLib(void) in initInstLib()
69 static const tInstLibEntry<tMethod> s_f_array[] = { in initInstLib()
97 tInstLibEntry<tMethod>("call", &cHardwareGX::Inst_Call), in initInstLib()
146 tInstLibEntry<tMethod>("neg", &cHardwareGX::Inst_Neg), in initInstLib()
149 tInstLibEntry<tMethod>("not", &cHardwareGX::Inst_Not), in initInstLib()
155 tInstLibEntry<tMethod>("mod", &cHardwareGX::Inst_Mod), in initInstLib()
157 tInstLibEntry<tMethod>("nor", &cHardwareGX::Inst_Nor), in initInstLib()
158 tInstLibEntry<tMethod>("and", &cHardwareGX::Inst_And), in initInstLib()
160 tInstLibEntry<tMethod>("xor", &cHardwareGX::Inst_Xor), in initInstLib()
187 tInstLibEntry<tMethod>("buy", &cHardwareGX::Inst_Buy), in initInstLib()
[all …]
H A DcHardwareTransSMT.cc48 tInstLib<cHardwareTransSMT::tMethod>* cHardwareTransSMT::initInstLib(void) in initInstLib()
62 static const tInstLibEntry<tMethod> s_f_array[] = { in initInstLib()
67 tInstLibEntry<tMethod>("Nop-X", &cHardwareTransSMT::Inst_Nop), // 5 in initInstLib()
71 tInstLibEntry<tMethod>("Val-Add", &cHardwareTransSMT::Inst_Val_Add), // 9 in initInstLib()
79 tInstLibEntry<tMethod>("Divide", &cHardwareTransSMT::Inst_Divide), // 17 in initInstLib()
84 tInstLibEntry<tMethod>("If-Less", &cHardwareTransSMT::Inst_IfLess), // 22 in initInstLib()
89 tInstLibEntry<tMethod>("Search", &cHardwareTransSMT::Inst_Search), // 27 in initInstLib()
95 tInstLibEntry<tMethod>("IO", &cHardwareTransSMT::Inst_IO), // 33 in initInstLib()
99 tInstLibEntry<tMethod>("Inject", &cHardwareTransSMT::Inst_Inject), // 37 in initInstLib()
129 const int f_size = sizeof(s_f_array)/sizeof(tInstLibEntry<tMethod>); in initInstLib()
[all …]
H A DcHardwareExperimental.cc69 tInstLib<cHardwareExperimental::tMethod>* cHardwareExperimental::initInstLib(void) in initInstLib()
97 static const tInstLibEntry<tMethod> s_f_array[] = { in initInstLib()
128 tInstLibEntry<tMethod>("id-thread", &cHardwareExperimental::Inst_IdThread), in initInstLib()
138 tInstLibEntry<tMethod>("if-gtr-x", &cHardwareExperimental::Inst_IfGtrX), in initInstLib()
139 tInstLibEntry<tMethod>("if-equ-x", &cHardwareExperimental::Inst_IfEquX), in initInstLib()
178 tInstLibEntry<tMethod>("mod", &cHardwareExperimental::Inst_Mod), in initInstLib()
238 tInstLibEntry<tMethod>("regulate", &cHardwareExperimental::Inst_Regulate), in initInstLib()
250 tInstLibEntry<tMethod>("sg-move", &cHardwareExperimental::Inst_SGMove), in initInstLib()
253 tInstLibEntry<tMethod>("sg-sense", &cHardwareExperimental::Inst_SGSense), in initInstLib()
419 const int f_size = sizeof(s_f_array)/sizeof(tInstLibEntry<tMethod>); in initInstLib()
[all …]
H A DcHardwareSMT.cc46 tInstLib<cHardwareSMT::tMethod>* cHardwareSMT::initInstLib(void) in initInstLib()
60 static const tInstLibEntry<tMethod> s_f_array[] = { in initInstLib()
65 tInstLibEntry<tMethod>("Alt", &cHardwareSMT::Inst_Alt), in initInstLib()
68 tInstLibEntry<tMethod>("Val-Add", &cHardwareSMT::Inst_ValAdd), in initInstLib()
69 tInstLibEntry<tMethod>("Val-Sub", &cHardwareSMT::Inst_ValSub), in initInstLib()
72 tInstLibEntry<tMethod>("Val-Div", &cHardwareSMT::Inst_ValDiv), in initInstLib()
86 tInstLibEntry<tMethod>("Divide", &cHardwareSMT::Inst_Divide), in initInstLib()
87 tInstLibEntry<tMethod>("Inject", &cHardwareSMT::Inst_Inject), in initInstLib()
100 tInstLibEntry<tMethod>("Call", &cHardwareSMT::Inst_Call), in initInstLib()
104 tInstLibEntry<tMethod>("IO", &cHardwareSMT::Inst_IO), in initInstLib()
[all …]
H A DcHardwareSMT.h43 typedef bool (cHardwareSMT::*tMethod)(cAvidaContext& ctx); typedef
85 static tInstLib<cHardwareSMT::tMethod>* s_inst_slib;
86 static tInstLib<cHardwareSMT::tMethod>* initInstLib(void);
90 const tMethod* m_functions;
H A DcHardwareTransSMT.h42 typedef bool (cHardwareTransSMT::*tMethod)(cAvidaContext& ctx); typedef
85 static tInstLib<cHardwareTransSMT::tMethod>* s_inst_slib;
86 static tInstLib<cHardwareTransSMT::tMethod>* initInstLib(void);
90 const tMethod* m_functions;
H A DcHardwareGX.h77 typedef bool (cHardwareGX::*tMethod)(cAvidaContext& ctx); //!< Instruction type. typedef
233 static tInstLib<tMethod>* initInstLib(void); //!< Initialize the instruction library.
234 …static tInstLib<tMethod>* s_inst_slib; //!< Instruction library (method pointers for all instructi…
249 const tMethod* m_functions;
310 static tInstLib<tMethod>* GetInstLib() { return s_inst_slib; } in GetInstLib()
H A DcHardwareExperimental.h63 typedef bool (cHardwareExperimental::*tMethod)(cAvidaContext& ctx); typedef
74 static tInstLib<cHardwareExperimental::tMethod>* s_inst_slib;
75 static tInstLib<cHardwareExperimental::tMethod>* initInstLib(void);
185 const tMethod* m_functions;
238 static tInstLib<cHardwareExperimental::tMethod>* GetInstLib() { return s_inst_slib; } in GetInstLib()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DType.java269 public static synchronized Type tMethod(Type ret) { in tMethod() method in Type
270 return tMethod(ret, noArgs); in tMethod()
276 public static synchronized Type tMethod(Type returnType, Type argTypes[]) { in tMethod() method in Type
344 return Type.tMethod(tType(sig.substring(i + 1)), argtypes); in tType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DType.java269 public static synchronized Type tMethod(Type ret) { in tMethod() method in Type
270 return tMethod(ret, noArgs); in tMethod()
276 public static synchronized Type tMethod(Type returnType, Type argTypes[]) { in tMethod() method in Type
344 return Type.tMethod(tType(sig.substring(i + 1)), argtypes); in tType()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/java/
H A DType.java269 public static synchronized Type tMethod(Type ret) { in tMethod() method in Type
270 return tMethod(ret, noArgs); in tMethod()
276 public static synchronized Type tMethod(Type returnType, Type argTypes[]) { in tMethod() method in Type
344 return Type.tMethod(tType(sig.substring(i + 1)), argtypes); in tType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DType.java269 public static synchronized Type tMethod(Type ret) { in tMethod() method in Type
270 return tMethod(ret, noArgs); in tMethod()
276 public static synchronized Type tMethod(Type returnType, Type argTypes[]) { in tMethod() method in Type
344 return Type.tMethod(tType(sig.substring(i + 1)), argtypes); in tType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/java/
H A DType.java269 public static synchronized Type tMethod(Type ret) { in tMethod() method in Type
270 return tMethod(ret, noArgs); in tMethod()
276 public static synchronized Type tMethod(Type returnType, Type argTypes[]) { in tMethod() method in Type
344 return Type.tMethod(tType(sig.substring(i + 1)), argtypes); in tType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/java/
H A DType.java269 public static synchronized Type tMethod(Type ret) { in tMethod() method in Type
270 return tMethod(ret, noArgs); in tMethod()
276 public static synchronized Type tMethod(Type returnType, Type argTypes[]) { in tMethod() method in Type
344 return Type.tMethod(tType(sig.substring(i + 1)), argtypes); in tType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/java/
H A DType.java269 public static synchronized Type tMethod(Type ret) { in tMethod() method in Type
270 return tMethod(ret, noArgs); in tMethod()
276 public static synchronized Type tMethod(Type returnType, Type argTypes[]) { in tMethod() method in Type
344 return Type.tMethod(tType(sig.substring(i + 1)), argtypes); in tType()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/javac/
H A DBatchParser.java280 t = Type.tMethod(Type.tVoid, t.getArgumentTypes()); in defineField()
283 t = Type.tMethod(Type.tVoid, t.getArgumentTypes()); in defineField()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/javac/
H A DBatchParser.java280 t = Type.tMethod(Type.tVoid, t.getArgumentTypes()); in defineField()
283 t = Type.tMethod(Type.tVoid, t.getArgumentTypes()); in defineField()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/javac/
H A DBatchParser.java280 t = Type.tMethod(Type.tVoid, t.getArgumentTypes()); in defineField()
283 t = Type.tMethod(Type.tVoid, t.getArgumentTypes()); in defineField()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/javac/
H A DBatchParser.java280 t = Type.tMethod(Type.tVoid, t.getArgumentTypes()); in defineField()
283 t = Type.tMethod(Type.tVoid, t.getArgumentTypes()); in defineField()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/javac/
H A DBatchParser.java280 t = Type.tMethod(Type.tVoid, t.getArgumentTypes()); in defineField()
283 t = Type.tMethod(Type.tVoid, t.getArgumentTypes()); in defineField()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/javac/
H A DBatchParser.java280 t = Type.tMethod(Type.tVoid, t.getArgumentTypes()); in defineField()
283 t = Type.tMethod(Type.tVoid, t.getArgumentTypes()); in defineField()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/javac/
H A DBatchParser.java280 t = Type.tMethod(Type.tVoid, t.getArgumentTypes()); in defineField()
283 t = Type.tMethod(Type.tVoid, t.getArgumentTypes()); in defineField()
/dports/www/free-sa-devel/free-sa-2.0.0b6p7/src/logformats/
H A Dl_logformats.c136 …me, double *tSeconds, char *tIp, short int *tCode, double *tBytes, char *tMethod, char *tUrl, char… in MailReadRecord() argument
158 tMethod[0] = 'G'; in MailReadRecord()
H A Dl_logformats.h48 …me, double *tSeconds, char *tIp, short int *tCode, double *tBytes, char *tMethod, char *tUrl, char…

123456