Home
last modified time | relevance | path

Searched refs:spec_type (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/devel/hpx/hpx-1.2.1/tests/unit/util/
H A Dparse_affinity_options.cpp104 spec_type(spec_type::unknown),
105 spec_type(spec_type::unknown)
109 spec_type(spec_type::unknown),
110 spec_type(spec_type::unknown)
120 spec_type(spec_type::unknown),
121 spec_type(spec_type::unknown)
132 spec_type(spec_type::unknown)
144 spec_type(spec_type::unknown)
149 spec_type(spec_type::unknown)
160 spec_type(spec_type::unknown)
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/core_spec/none/
H A Dcore_spec_none.c97 char *spec_type; in core_spec_p_set() local
100 spec_type = "Cores"; in core_spec_p_set()
103 spec_type = "Threads"; in core_spec_p_set()
106 spec_type = "Cores"; in core_spec_p_set()
136 char *spec_type; in core_spec_p_suspend() local
139 spec_type = "Cores"; in core_spec_p_suspend()
142 spec_type = "Threads"; in core_spec_p_suspend()
145 spec_type = "Cores"; in core_spec_p_suspend()
162 char *spec_type; in core_spec_p_resume() local
165 spec_type = "Cores"; in core_spec_p_resume()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/core_spec/cray_aries/
H A Dcore_spec_cray_aries.c114 char *spec_type; in core_spec_p_set() local
117 spec_type = "Cores"; in core_spec_p_set()
120 spec_type = "Threads"; in core_spec_p_set()
123 spec_type = "Cores"; in core_spec_p_set()
226 char *spec_type; in core_spec_p_suspend() local
229 spec_type = "Cores"; in core_spec_p_suspend()
232 spec_type = "Threads"; in core_spec_p_suspend()
235 spec_type = "Cores"; in core_spec_p_suspend()
254 char *spec_type; in core_spec_p_resume() local
257 spec_type = "Cores"; in core_spec_p_resume()
[all …]
/dports/devel/hpx/hpx-1.2.1/src/runtime/threads/policies/
H A Dparse_affinity_options.cpp41 hpx::threads::detail::spec_type,
53 char const* spec_type::type_name(spec_type::type t) in type_name()
55 if (t < spec_type::unknown || t > spec_type::pu) in type_name()
109 using detail::spec_type; in mappings_parser()
346 case spec_type::socket: in extract_socket_or_numanode_masks()
354 case spec_type::numanode: in extract_socket_or_numanode_masks()
362 case spec_type::unknown: in extract_socket_or_numanode_masks()
390 case spec_type::core: in extract_core_masks()
434 case spec_type::unknown: in extract_core_masks()
463 case spec_type::pu: in extract_pu_masks()
[all …]
/dports/www/c-icap/c_icap-0.5.10/
H A Ddefault_acl.c109 const ci_acl_type_t *spec_type ; in cfg_default_acl_access() local
145 spec_type = acl_spec->type; in cfg_default_acl_access()
147 spec_type = NULL; in cfg_default_acl_access()
148 if (only_connection && spec_type && in cfg_default_acl_access()
149 strcmp(spec_type->name,"port") != 0 && in cfg_default_acl_access()
150 strcmp(spec_type->name,"src") != 0 && in cfg_default_acl_access()
151 strcmp(spec_type->name,"srvip") != 0 ) { in cfg_default_acl_access()
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/policies/
H A Dparse_affinity_options.hpp39 struct spec_type struct
49 spec_type(type t = unknown, std::int64_t min = all_entities(), in spec_type() argument
67 bool operator==(spec_type const& rhs) const in operator ==() argument
86 typedef std::vector<spec_type> mapping_type;
87 typedef std::pair<spec_type, mapping_type> full_mapping_type;
91 HPX_API_EXPORT bounds_type extract_bounds(spec_type const& m,
/dports/security/py-angr/angr-9.0.5405/angr/procedures/stubs/
H A Dformat_parser.py78 if fmt_spec.spec_type == b's':
96 elif fmt_spec.spec_type == b'u':
98 elif fmt_spec.spec_type == b'c':
100 elif fmt_spec.spec_type == b'x':
102 elif fmt_spec.spec_type == b'o':
104 elif fmt_spec.spec_type == b'p':
138 elif component.spec_type == b's':
148 elif component.spec_type == b'c':
154 if component.spec_type == b'x':
237 if fmt_spec.spec_type == b's':
[all …]
/dports/graphics/box/box-0.4.0/box/
H A Dast.c114 subnodes[0] = & node->attr.spec_type.first_member; in ASTNode_Get_Subnodes()
680 node->attr.spec_type.first_member = NULL; in ASTNodeSpecType_New()
681 node->attr.spec_type.last_member = NULL; in ASTNodeSpecType_New()
691 assert(spec_type->type == ASTNODETYPE_SPECTYPE); in ASTNodeSpecType_Add_Member()
696 if (spec_type->attr.spec_type.last_member == NULL) { in ASTNodeSpecType_Add_Member()
697 assert(spec_type->attr.spec_type.first_member == NULL); in ASTNodeSpecType_Add_Member()
698 spec_type->attr.spec_type.first_member = in ASTNodeSpecType_Add_Member()
699 spec_type->attr.spec_type.last_member = memb_node; in ASTNodeSpecType_Add_Member()
700 return spec_type; in ASTNodeSpecType_Add_Member()
705 spec_type->attr.struc_type.last_member = memb_node; in ASTNodeSpecType_Add_Member()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/libgimpbase/
H A Dgimpmemsize.c223 static GType spec_type = 0; in gimp_param_memsize_get_type() local
225 if (! spec_type) in gimp_param_memsize_get_type()
237 spec_type = g_type_register_static (G_TYPE_PARAM_UINT64, in gimp_param_memsize_get_type()
242 return spec_type; in gimp_param_memsize_get_type()
/dports/games/eureka/eureka-1.27b-source/src/
H A Dui_thing.cc292 spec_type->align(FL_ALIGN_LEFT); in UI_ThingBox()
293 spec_type->callback(spec_callback, this); in UI_ThingBox()
296 spec_type->type(FL_INT_INPUT); in UI_ThingBox()
297 spec_type->hide(); in UI_ThingBox()
303 Y = Y + spec_type->h() + 2; in UI_ThingBox()
429 int value = atoi(box->spec_type->value()); in dynspec_callback()
464 spec_type->value(buffer); in SetSpecialType()
465 spec_type->do_callback(); in SetSpecialType()
883 spec_type->value(""); in UpdateField()
1006 spec_type ->show(); in UpdateGameInfo()
[all …]
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/rules/resources/properties/
H A DBasedOnValue.py15 spec_type = '' variable in BasedOnValue
27 if spec.get(self.spec_type):
32 if spec.get(self.spec_type):
69 spec_values = s.get(self.spec_type)
/dports/devel/py-prefixed/prefixed-0.3.2/prefixed/
H A D__init__.py210 spec_type = spec['type']
212 if spec_type is None or spec_type not in 'hjJ':
218 if spec_type == 'h':
237 'i' if spec_type == 'j' else '')
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/fetch_configs/
H A Ddepot_tools.py28 spec_type = '%s_spec' % checkout_type
31 spec_type: spec,
/dports/devel/glade/glade-3.22.1/gladeui/
H A Dglade-property-class.c1715 GType spec_type = 0, value_type = 0; in glade_property_class_parse_specifications() local
1727 if (spec_type == G_TYPE_PARAM_ENUM || in glade_property_class_parse_specifications()
1728 spec_type == G_TYPE_PARAM_FLAGS || in glade_property_class_parse_specifications()
1729 spec_type == G_TYPE_PARAM_BOXED || in glade_property_class_parse_specifications()
1730 spec_type == G_TYPE_PARAM_OBJECT || spec_type == GLADE_TYPE_PARAM_OBJECTS) in glade_property_class_parse_specifications()
1742 if (spec_type == G_TYPE_PARAM_ENUM) in glade_property_class_parse_specifications()
1767 else if (spec_type == G_TYPE_PARAM_STRING) in glade_property_class_parse_specifications()
1770 else if (spec_type == G_TYPE_PARAM_BOOLEAN) in glade_property_class_parse_specifications()
1780 if (spec_type == G_TYPE_PARAM_CHAR) in glade_property_class_parse_specifications()
1798 else if (spec_type == G_TYPE_PARAM_INT) in glade_property_class_parse_specifications()
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc729 monster_type spec_type = static_cast<monster_type>(spec.type); in main() local
733 if ((spec_type < 0 || spec_type >= NUM_MONSTERS in main()
734 || spec_type == MONS_PLAYER_GHOST) in main()
738 spec_type = static_cast<monster_type>(spec.type); in main()
739 if (spec_type < 0 || spec_type >= NUM_MONSTERS in main()
740 || spec_type == MONS_PLAYER_GHOST) in main()
750 if (mons_is_unique(spec_type)) in main()
751 you.unique_creatures.set(spec_type, false); in main()
807 you.unique_creatures.set(spec_type, false); in main()
828 || spec_type == MONS_SHAPESHIFTER in main()
[all …]
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchRange.c230 static GType spec_type = 0; in ipatch_param_spec_range_get_type() local
232 if(!spec_type) in ipatch_param_spec_range_get_type()
246 spec_type = g_param_type_register_static("IpatchParamSpecRange", in ipatch_param_spec_range_get_type()
250 return (spec_type); in ipatch_param_spec_range_get_type()
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Ddbus-server.c235 int spec_type, msg_type, i; in purple_dbus_message_iter_get_args_valist() local
237 spec_type = first_arg_type; in purple_dbus_message_iter_get_args_valist()
239 for (i = 0; spec_type != DBUS_TYPE_INVALID; i++) in purple_dbus_message_iter_get_args_valist()
243 if (msg_type != spec_type) in purple_dbus_message_iter_get_args_valist()
248 spec_type, msg_type); in purple_dbus_message_iter_get_args_valist()
252 if (!TYPE_IS_CONTAINER(spec_type)) in purple_dbus_message_iter_get_args_valist()
267 spec_type = va_arg(var_args, int); in purple_dbus_message_iter_get_args_valist()
268 if (!dbus_message_iter_next(iter) && spec_type != DBUS_TYPE_INVALID) in purple_dbus_message_iter_get_args_valist()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Ddbus-server.c235 int spec_type, msg_type, i; in purple_dbus_message_iter_get_args_valist() local
237 spec_type = first_arg_type; in purple_dbus_message_iter_get_args_valist()
239 for (i = 0; spec_type != DBUS_TYPE_INVALID; i++) in purple_dbus_message_iter_get_args_valist()
243 if (msg_type != spec_type) in purple_dbus_message_iter_get_args_valist()
248 spec_type, msg_type); in purple_dbus_message_iter_get_args_valist()
252 if (!TYPE_IS_CONTAINER(spec_type)) in purple_dbus_message_iter_get_args_valist()
267 spec_type = va_arg(var_args, int); in purple_dbus_message_iter_get_args_valist()
268 if (!dbus_message_iter_next(iter) && spec_type != DBUS_TYPE_INVALID) in purple_dbus_message_iter_get_args_valist()
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Ddbus-server.c235 int spec_type, msg_type, i; in purple_dbus_message_iter_get_args_valist() local
237 spec_type = first_arg_type; in purple_dbus_message_iter_get_args_valist()
239 for (i = 0; spec_type != DBUS_TYPE_INVALID; i++) in purple_dbus_message_iter_get_args_valist()
243 if (msg_type != spec_type) in purple_dbus_message_iter_get_args_valist()
248 spec_type, msg_type); in purple_dbus_message_iter_get_args_valist()
252 if (!TYPE_IS_CONTAINER(spec_type)) in purple_dbus_message_iter_get_args_valist()
267 spec_type = va_arg(var_args, int); in purple_dbus_message_iter_get_args_valist()
268 if (!dbus_message_iter_next(iter) && spec_type != DBUS_TYPE_INVALID) in purple_dbus_message_iter_get_args_valist()
/dports/security/suricata/suricata-6.0.4/python/suricata/sc/
H A Dsuricatasc.py208 spec_type = str if "type" not in spec else spec["type"]
211 arguments[spec["name"]] = spec_type(spec["val"])
214 arguments[spec["name"]] = spec_type(full_cmd[c])
222 arguments[spec["name"]] = spec_type(full_cmd[c])
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-validate/src/
H A Dlib.rs96 let spec_type = FuncSignature::from(func.core_type()); in validate() localVariable
97 if spec_type != import.ty { in validate()
102 expected: spec_type, in validate()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdio/
H A Dvfprintf.c1465 int spec_type; in get_arg() local
1512 spec_type = INT; in get_arg()
1564 spec_type = LONG_INT; in get_arg()
1569 spec_type = QUAD_INT; in get_arg()
1572 spec_type = INT; in get_arg()
1577 spec_type = LONG_INT; in get_arg()
1589 spec_type = DOUBLE; in get_arg()
1594 spec_type = CHAR_PTR; in get_arg()
1597 spec_type = CHAR; in get_arg()
1600 spec_type = WIDE_CHAR; in get_arg()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdio/
H A Dvfprintf.c1465 int spec_type; in get_arg() local
1512 spec_type = INT; in get_arg()
1564 spec_type = LONG_INT; in get_arg()
1569 spec_type = QUAD_INT; in get_arg()
1572 spec_type = INT; in get_arg()
1577 spec_type = LONG_INT; in get_arg()
1589 spec_type = DOUBLE; in get_arg()
1594 spec_type = CHAR_PTR; in get_arg()
1597 spec_type = CHAR; in get_arg()
1600 spec_type = WIDE_CHAR; in get_arg()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/libgimpmath/
H A Dgimpmatrix.c110 static GType spec_type = 0; in gimp_param_matrix2_get_type() local
112 if (!spec_type) in gimp_param_matrix2_get_type()
125 spec_type = g_type_register_static (G_TYPE_PARAM_BOXED, in gimp_param_matrix2_get_type()
130 return spec_type; in gimp_param_matrix2_get_type()
394 static GType spec_type = 0; in gimp_param_matrix3_get_type() local
396 if (!spec_type) in gimp_param_matrix3_get_type()
409 spec_type = g_type_register_static (G_TYPE_PARAM_BOXED, in gimp_param_matrix3_get_type()
414 return spec_type; in gimp_param_matrix3_get_type()
/dports/games/tads/tads-3.0.8/tads3/
H A Drcmain.cpp484 os_specfile_t spec_type; in add_file() local
487 spec_type = os_is_special_file(search_file); in add_file()
495 && spec_type != OS_SPECFILE_SELF in add_file()
496 && spec_type != OS_SPECFILE_PARENT) in add_file()

12345678910>>...12