Home
last modified time | relevance | path

Searched +defs:def +defs:c +defs:type (Results 1 – 25 of 3896) sorted by relevance

12345678910>>...156

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-wrap.c121 { closure c; in unify_closure() local
140 PL_blob_t *type; in get_closure_predicate__LD() local
144 { closure *c = data; in get_closure_predicate__LD() local
162 { Definition def = def0; in resetWrappedSupervisor() local
179 find_wrapper(Definition def, atom_t name) in find_wrapper()
183 { closure *c; in find_wrapper() local
201 { Definition def = cl->predicate; in assert_wrapper() local
334 { Definition def = proc->definition; variable
426 { Definition def = proc->definition; variable
461 PL_blob_t *type; variable
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DEventControl.java72 private final PlatformEventType type; field in EventControl
153 Control c = si.settingControl; in defineSetting() local
195 private static Control defineEnabled(PlatformEventType type) { in defineEnabled()
200 String def = type.isJVM() ? "false" : "true"; in defineEnabled() local
210 String def = "0 ns"; in defineThreshold() local
220 String def = "true"; in defineStackTrace() local
228 private static Control defineCutoff(PlatformEventType type) { in defineCutoff()
230 String def = Cutoff.INIFITY; in defineCutoff() local
239 private static Control definePeriod(PlatformEventType type) { in definePeriod()
241 String def = "everyChunk"; in definePeriod() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DEventControl.java72 private final PlatformEventType type; field in EventControl
153 Control c = si.settingControl; in defineSetting() local
195 private static Control defineEnabled(PlatformEventType type) { in defineEnabled()
200 String def = type.isJVM() ? "false" : "true"; in defineEnabled() local
210 String def = "0 ns"; in defineThreshold() local
220 String def = "true"; in defineStackTrace() local
228 private static Control defineCutoff(PlatformEventType type) { in defineCutoff()
230 String def = Cutoff.INIFITY; in defineCutoff() local
239 private static Control definePeriod(PlatformEventType type) { in definePeriod()
241 String def = "everyChunk"; in definePeriod() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/
H A DEventControl.java72 private final PlatformEventType type; field in EventControl
151 Control c = si.settingControl; in defineSetting() local
193 private static Control defineEnabled(PlatformEventType type) { in defineEnabled()
198 String def = type.isJVM() ? "false" : "true"; in defineEnabled() local
208 String def = "0 ns"; in defineThreshold() local
218 String def = "true"; in defineStackTrace() local
226 private static Control defineCutoff(PlatformEventType type) { in defineCutoff()
228 String def = Cutoff.INIFITY; in defineCutoff() local
237 private static Control definePeriod(PlatformEventType type) { in definePeriod()
239 String def = "everyChunk"; in definePeriod() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DEventControl.java72 private final PlatformEventType type; field in EventControl
153 Control c = si.settingControl; in defineSetting() local
195 private static Control defineEnabled(PlatformEventType type) { in defineEnabled()
200 String def = type.isJVM() ? "false" : "true"; in defineEnabled() local
210 String def = "0 ns"; in defineThreshold() local
220 String def = "true"; in defineStackTrace() local
228 private static Control defineCutoff(PlatformEventType type) { in defineCutoff()
230 String def = Cutoff.INIFITY; in defineCutoff() local
239 private static Control definePeriod(PlatformEventType type) { in definePeriod()
241 String def = "everyChunk"; in definePeriod() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DEventControl.java72 private final PlatformEventType type; field in EventControl
153 Control c = si.settingControl; in defineSetting() local
195 private static Control defineEnabled(PlatformEventType type) { in defineEnabled()
200 String def = type.isJVM() ? "false" : "true"; in defineEnabled() local
210 String def = "0 ns"; in defineThreshold() local
220 String def = "true"; in defineStackTrace() local
228 private static Control defineCutoff(PlatformEventType type) { in defineCutoff()
230 String def = Cutoff.INIFITY; in defineCutoff() local
239 private static Control definePeriod(PlatformEventType type) { in definePeriod()
241 String def = "everyChunk"; in definePeriod() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/internal/
H A DEventControl.java72 private final PlatformEventType type; field in EventControl
151 Control c = si.settingControl; in defineSetting() local
193 private static Control defineEnabled(PlatformEventType type) { in defineEnabled()
198 String def = type.isJVM() ? "false" : "true"; in defineEnabled() local
208 String def = "0 ns"; in defineThreshold() local
218 String def = "true"; in defineStackTrace() local
226 private static Control defineCutoff(PlatformEventType type) { in defineCutoff()
228 String def = Cutoff.INIFITY; in defineCutoff() local
237 private static Control definePeriod(PlatformEventType type) { in definePeriod()
239 String def = "everyChunk"; in definePeriod() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DTryStatement.java91 Type type = cs.field.getType(); in check() local
92 ClassDefinition def = env.getClassDefinition(type); in check() local
100 ClassDeclaration c = env.getClassDeclaration(t); in check() local
117 Type type = cs.field.getType(); in check() local
124 ClassDefinition def = env.getClassDefinition(type); in check() local
135 ClassDeclaration c = (ClassDeclaration)e.nextElement(); in check() local
153 ClassDeclaration c = (ClassDeclaration)e.nextElement(); in check() local
154 ClassDefinition def = c.getClassDefinition(env); in check() local
161 Type type = cs.field.getType(); in check() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DTryStatement.java91 Type type = cs.field.getType(); in check() local
92 ClassDefinition def = env.getClassDefinition(type); in check() local
100 ClassDeclaration c = env.getClassDeclaration(t); in check() local
117 Type type = cs.field.getType(); in check() local
124 ClassDefinition def = env.getClassDefinition(type); in check() local
135 ClassDeclaration c = (ClassDeclaration)e.nextElement(); in check() local
153 ClassDeclaration c = (ClassDeclaration)e.nextElement(); in check() local
154 ClassDefinition def = c.getClassDefinition(env); in check() local
161 Type type = cs.field.getType(); in check() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DTryStatement.java91 Type type = cs.field.getType(); in check() local
92 ClassDefinition def = env.getClassDefinition(type); in check() local
100 ClassDeclaration c = env.getClassDeclaration(t); in check() local
117 Type type = cs.field.getType(); in check() local
124 ClassDefinition def = env.getClassDefinition(type); in check() local
135 ClassDeclaration c = (ClassDeclaration)e.nextElement(); in check() local
153 ClassDeclaration c = (ClassDeclaration)e.nextElement(); in check() local
154 ClassDefinition def = c.getClassDefinition(env); in check() local
161 Type type = cs.field.getType(); in check() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DTryStatement.java91 Type type = cs.field.getType(); in check() local
92 ClassDefinition def = env.getClassDefinition(type); in check() local
100 ClassDeclaration c = env.getClassDeclaration(t); in check() local
117 Type type = cs.field.getType(); in check() local
124 ClassDefinition def = env.getClassDefinition(type); in check() local
135 ClassDeclaration c = (ClassDeclaration)e.nextElement(); in check() local
153 ClassDeclaration c = (ClassDeclaration)e.nextElement(); in check() local
154 ClassDefinition def = c.getClassDefinition(env); in check() local
161 Type type = cs.field.getType(); in check() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/tree/
H A DTryStatement.java91 Type type = cs.field.getType(); in check() local
92 ClassDefinition def = env.getClassDefinition(type); in check() local
100 ClassDeclaration c = env.getClassDeclaration(t); in check() local
117 Type type = cs.field.getType(); in check() local
124 ClassDefinition def = env.getClassDefinition(type); in check() local
135 ClassDeclaration c = (ClassDeclaration)e.nextElement(); in check() local
153 ClassDeclaration c = (ClassDeclaration)e.nextElement(); in check() local
154 ClassDefinition def = c.getClassDefinition(env); in check() local
161 Type type = cs.field.getType(); in check() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DTryStatement.java91 Type type = cs.field.getType(); in check() local
92 ClassDefinition def = env.getClassDefinition(type); in check() local
100 ClassDeclaration c = env.getClassDeclaration(t); in check() local
117 Type type = cs.field.getType(); in check() local
124 ClassDefinition def = env.getClassDefinition(type); in check() local
135 ClassDeclaration c = (ClassDeclaration)e.nextElement(); in check() local
153 ClassDeclaration c = (ClassDeclaration)e.nextElement(); in check() local
154 ClassDefinition def = c.getClassDefinition(env); in check() local
161 Type type = cs.field.getType(); in check() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DTryStatement.java91 Type type = cs.field.getType(); in check() local
92 ClassDefinition def = env.getClassDefinition(type); in check() local
100 ClassDeclaration c = env.getClassDeclaration(t); in check() local
117 Type type = cs.field.getType(); in check() local
124 ClassDefinition def = env.getClassDefinition(type); in check() local
135 ClassDeclaration c = (ClassDeclaration)e.nextElement(); in check() local
153 ClassDeclaration c = (ClassDeclaration)e.nextElement(); in check() local
154 ClassDefinition def = c.getClassDefinition(env); in check() local
161 Type type = cs.field.getType(); in check() local
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/rpcgen/
H A Drpc_util.c135 findit(definition *def, const char *type) in findit()
143 definition *def; in fixit() local
160 fixtype(const char *type) in fixtype()
166 stringfix(const char *type) in stringfix()
196 typedefed(definition *def, const char *type) in typedefed()
208 definition *def; in isvectordef() local
232 char c; in locase() local
385 char c; in printbuf() local
408 char c; in printwhere() local
445 add_type(int len, const char *type) in add_type()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/source/
H A Ddef.c109 new_def (const char *name, type_t *type, defspace_t *space, in new_def()
112 def_t *def; in new_def() local
162 alias_def (def_t *def, type_t *type, int offset) in alias_def()
197 temp_def (etype_t type, int size) in temp_def()
230 free_def (def_t *def) in free_def()
266 type_t *type = def->type; in def_to_ddef() local
278 expr_t *e, *c; in init_elements() local
368 type_t *type = elements[i].type; in init_elements() local
443 type_t *type = def->type->t.fldptr.type; in init_field_def() local
636 def_offset (def_t *def) in def_offset()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DEventControl.java77 private final PlatformEventType type; field in EventControl
176 Control c = new Control(si.settingControl, null); in defineSetting() local
218 private static Control defineEnabled(PlatformEventType type) { in defineEnabled()
223 String def = type.isJVM() ? "false" : "true"; in defineEnabled() local
233 String def = "0 ns"; in defineThreshold() local
243 String def = "true"; in defineStackTrace() local
251 private static Control defineCutoff(PlatformEventType type) { in defineCutoff()
253 String def = Cutoff.INFINITY; in defineCutoff() local
263 String def = Throttle.DEFAULT; in defineThrottle() local
271 private static Control definePeriod(PlatformEventType type) { in definePeriod()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DEventControl.java77 private final PlatformEventType type; field in EventControl
175 Control c = new Control(si.settingControl, null); in defineSetting() local
217 private static Control defineEnabled(PlatformEventType type) { in defineEnabled()
222 String def = type.isJVM() ? "false" : "true"; in defineEnabled() local
232 String def = "0 ns"; in defineThreshold() local
242 String def = "true"; in defineStackTrace() local
250 private static Control defineCutoff(PlatformEventType type) { in defineCutoff()
252 String def = Cutoff.INFINITY; in defineCutoff() local
262 String def = Throttle.DEFAULT; in defineThrottle() local
270 private static Control definePeriod(PlatformEventType type) { in definePeriod()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DEventControl.java75 private final PlatformEventType type; field in EventControl
170 Control c = si.settingControl; in defineSetting() local
212 private static Control defineEnabled(PlatformEventType type) { in defineEnabled()
217 String def = type.isJVM() ? "false" : "true"; in defineEnabled() local
225 private static Control defineThreshold(PlatformEventType type) { in defineThreshold()
227 String def = "0 ns"; in defineThreshold() local
237 String def = "true"; in defineStackTrace() local
245 private static Control defineCutoff(PlatformEventType type) { in defineCutoff()
247 String def = Cutoff.INFINITY; in defineCutoff() local
256 private static Control definePeriod(PlatformEventType type) { in definePeriod()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DEventControl.java75 private final PlatformEventType type; field in EventControl
170 Control c = si.settingControl; in defineSetting() local
212 private static Control defineEnabled(PlatformEventType type) { in defineEnabled()
217 String def = type.isJVM() ? "false" : "true"; in defineEnabled() local
225 private static Control defineThreshold(PlatformEventType type) { in defineThreshold()
227 String def = "0 ns"; in defineThreshold() local
237 String def = "true"; in defineStackTrace() local
245 private static Control defineCutoff(PlatformEventType type) { in defineCutoff()
247 String def = Cutoff.INIFITY; in defineCutoff() local
256 private static Control definePeriod(PlatformEventType type) { in definePeriod()
[all …]
/dports/irc/irssi/irssi-1.2.3/src/core/
H A Dsettings.h28 SettingType type; member
41 #define iconfig_get_str(a, b, c) config_get_str(mainconfig, a, b, c) argument
42 #define iconfig_get_int(a, b, c) config_get_int(mainconfig, a, b, c) argument
45 #define iconfig_set_str(a, b, c) config_set_str(mainconfig, a, b, c) argument
91 #define settings_add_str(section, key, def) \ argument
93 #define settings_add_int(section, key, def) \ argument
95 #define settings_add_bool(section, key, def) \ argument
97 #define settings_add_time(section, key, def) \ argument
99 #define settings_add_level(section, key, def) \ argument
101 #define settings_add_size(section, key, def) \ argument
[all …]
/dports/net/mlvpn/MLVPN-2.3.1/src/
H A Dconfiglib.c46 char c; in _conf_parseConfig() local
159 char c; in _conf_strip_comment() local
276 char c; in _conf_parseLine() local
564 const char *type, in _conf_set_str_from_conf()
566 const char *def, in _conf_set_str_from_conf()
585 const char *type, uint32_t *value, uint32_t def, const char *errMsg, in _conf_set_uint_from_conf()
607 const char *type, in _conf_set_bool_from_conf()
609 int def, in _conf_set_bool_from_conf()
/dports/audio/cpige/cpige-1.5/
H A Dconfiglib.c15 char c; in parseConfig() local
123 char c; in _conf_parseLine() local
355 void set_str_from_conf(config_t *config, char *type, char **value, char *def, char *errMsg, int exi… in set_str_from_conf()
372 void set_int_from_conf(config_t *config, char *type, int *value, int def, char *errMsg, int exit_n) in set_int_from_conf()
392 void set_bool_from_conf(config_t *config, char *type, int *value, int def, char *errMsg, int exit_n) in set_bool_from_conf()
/dports/audio/cpige/cpige-1.5/gui/
H A Dconfiglib.c15 char c; in parseConfig() local
123 char c; in _conf_parseLine() local
355 void set_str_from_conf(config_t *config, char *type, char **value, char *def, char *errMsg, int exi… in set_str_from_conf()
372 void set_int_from_conf(config_t *config, char *type, int *value, int def, char *errMsg, int exit_n) in set_int_from_conf()
392 void set_bool_from_conf(config_t *config, char *type, int *value, int def, char *errMsg, int exit_n) in set_bool_from_conf()
/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_SpyboticsLinker.cpp73 RCX_ChunkType type = sChunkOrder[i]; in RCX_SpyboticsLinker() local
133 const RCX_Image::Chunk &c = image.GetChunk(i); in PlaceChunks() local
134 RCX_ChunkType type = c.GetType(); in PlaceChunks() local
155 const RCX_Image::Chunk* c = fSlots[i].fChunk; in GenerateSlots() local
169 RCX_ChunkType type = fSlots[i].fType; in GenerateSlots() local
171 const EmptyChunkDef &def = sEmptyChunkDefs[type]; in GenerateSlots() local

12345678910>>...156