Home
last modified time | relevance | path

Searched refs:this_name (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/acpica/
H A Dutpredef.c45 *this_name) in acpi_ut_get_next_predefined_method()
54 this_name++; in acpi_ut_get_next_predefined_method()
57 this_name++; in acpi_ut_get_next_predefined_method()
58 return (this_name); in acpi_ut_get_next_predefined_method()
86 while (this_name->info.name[0]) { in acpi_ut_match_predefined_method()
88 return (this_name); in acpi_ut_match_predefined_method()
91 this_name = acpi_ut_get_next_predefined_method(this_name); in acpi_ut_match_predefined_method()
205 return (this_name); in acpi_ut_match_resource_name()
208 this_name++; in acpi_ut_match_resource_name()
249 this_name->info.name, in acpi_ut_display_predefined_method()
[all …]
H A Dnsrepair.c313 const struct acpi_simple_repair_info *this_name; in acpi_ns_match_simple_repair() local
317 this_name = acpi_object_repair_info; in acpi_ns_match_simple_repair()
318 while (this_name->object_converter) { in acpi_ns_match_simple_repair()
319 if (ACPI_COMPARE_NAMESEG(node->name.ascii, this_name->name)) { in acpi_ns_match_simple_repair()
323 if ((return_btype & this_name->unexpected_btypes) && in acpi_ns_match_simple_repair()
324 (this_name->package_index == in acpi_ns_match_simple_repair()
326 || package_index == this_name->package_index)) { in acpi_ns_match_simple_repair()
327 return (this_name); in acpi_ns_match_simple_repair()
333 this_name++; in acpi_ns_match_simple_repair()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/acpica/
H A Dutpredef.c45 *this_name) in acpi_ut_get_next_predefined_method()
54 this_name++; in acpi_ut_get_next_predefined_method()
57 this_name++; in acpi_ut_get_next_predefined_method()
58 return (this_name); in acpi_ut_get_next_predefined_method()
86 while (this_name->info.name[0]) { in acpi_ut_match_predefined_method()
88 return (this_name); in acpi_ut_match_predefined_method()
91 this_name = acpi_ut_get_next_predefined_method(this_name); in acpi_ut_match_predefined_method()
205 return (this_name); in acpi_ut_match_resource_name()
208 this_name++; in acpi_ut_match_resource_name()
249 this_name->info.name, in acpi_ut_display_predefined_method()
[all …]
H A Dnsrepair.c313 const struct acpi_simple_repair_info *this_name; in acpi_ns_match_simple_repair() local
317 this_name = acpi_object_repair_info; in acpi_ns_match_simple_repair()
318 while (this_name->object_converter) { in acpi_ns_match_simple_repair()
319 if (ACPI_COMPARE_NAMESEG(node->name.ascii, this_name->name)) { in acpi_ns_match_simple_repair()
323 if ((return_btype & this_name->unexpected_btypes) && in acpi_ns_match_simple_repair()
324 (this_name->package_index == in acpi_ns_match_simple_repair()
326 || package_index == this_name->package_index)) { in acpi_ns_match_simple_repair()
327 return (this_name); in acpi_ns_match_simple_repair()
333 this_name++; in acpi_ns_match_simple_repair()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/acpica/
H A Dutpredef.c45 *this_name) in acpi_ut_get_next_predefined_method()
54 this_name++; in acpi_ut_get_next_predefined_method()
57 this_name++; in acpi_ut_get_next_predefined_method()
58 return (this_name); in acpi_ut_get_next_predefined_method()
86 while (this_name->info.name[0]) { in acpi_ut_match_predefined_method()
88 return (this_name); in acpi_ut_match_predefined_method()
91 this_name = acpi_ut_get_next_predefined_method(this_name); in acpi_ut_match_predefined_method()
205 return (this_name); in acpi_ut_match_resource_name()
208 this_name++; in acpi_ut_match_resource_name()
249 this_name->info.name, in acpi_ut_display_predefined_method()
[all …]
H A Dnsrepair.c313 const struct acpi_simple_repair_info *this_name; in acpi_ns_match_simple_repair() local
317 this_name = acpi_object_repair_info; in acpi_ns_match_simple_repair()
318 while (this_name->object_converter) { in acpi_ns_match_simple_repair()
319 if (ACPI_COMPARE_NAMESEG(node->name.ascii, this_name->name)) { in acpi_ns_match_simple_repair()
323 if ((return_btype & this_name->unexpected_btypes) && in acpi_ns_match_simple_repair()
324 (this_name->package_index == in acpi_ns_match_simple_repair()
326 || package_index == this_name->package_index)) { in acpi_ns_match_simple_repair()
327 return (this_name); in acpi_ns_match_simple_repair()
333 this_name++; in acpi_ns_match_simple_repair()
/dports/devel/py-joblib/joblib-1.1.0/joblib/
H A D_deprecated_my_exceptions.py75 this_name = 'Joblib%s' % name
76 if this_name in _exception_mapping:
78 this_exception = _exception_mapping[this_name]
83 return JoblibException, this_name
86 this_name, (JoblibException, exception), {})
87 _exception_mapping[this_name] = this_exception
95 return this_exception, this_name
108 this_obj, this_name = _mk_exception(obj, name=name)
109 namespace[this_name] = this_obj
/dports/dns/mydns-ng/mydns-1.2.8.31/src/mydns/
H A Dencode.c103 char *this_name = NULL; in name_encode() local
126 this_name = (c == namebuf) ? c : (++c); in name_encode()
129 if (compression && !t->no_markers && (offset = name_find(t, this_name))) { in name_encode()
142 if ((cp = strchr(this_name, '.'))) in name_encode()
144 nlen = strlen(this_name); in name_encode()
151 memcpy(d, this_name, nlen); in name_encode()
165 register char *c = NULL, *d = NULL, *this_name = NULL, *cp = NULL; in name_encode2() local
191 this_name = (c == namebuf) ? c : (++c); in name_encode2()
209 if ((cp = strchr(this_name, '.'))) in name_encode2()
211 nlen = strlen(this_name); in name_encode2()
[all …]
/dports/sysutils/psmisc/psmisc-22.16/src/
H A Dfuser.c320 ip_tmp->name = this_name; in add_ip_conn()
340 ip_tmp->name = this_name; in add_ip6_conn()
450 this_name->st.st_dev = device(this_name->filename); in parse_file()
452 add_inode(ino_list, this_name, this_name->st.st_dev, this_name->st.st_ino); in parse_file()
457 if (timeout(stat, this_name->filename, &(this_name->st), 5) != 0) { in parse_file()
468 add_inode(ino_list, this_name, this_name->st.st_dev, this_name->st.st_ino); in parse_file()
641 this_name, in parse_inet()
648 this_name, in parse_inet()
663 this_name, in parse_inet()
670 this_name, in parse_inet()
[all …]
/dports/archivers/zoo/zoo-2.10.1_4/
H A Dmakelist.c113 char *this_name = nameptr (this_path); local
122 if (samefile (this_name,ignore1) || /* exclude ignored files */
123 samefile (this_name,ignore2) ||
124 samefile (this_name,ignore3))
145 if (match_half (this_name,pat_name) ||
147 *this_name >= *pat_name && *this_name <= pat_name[2])
/dports/dns/mydns/mydns-1.1.0/src/mydns/
H A Dencode.c132 register char *c, *d, *this_name, *cp; in name_encode() local
158 this_name = (c == namebuf) ? c : (++c); in name_encode()
161 if (compression && !t->no_markers && (offset = name_find(t, this_name))) in name_encode()
176 if ((cp = strchr(this_name, '.'))) in name_encode()
178 nlen = strlen(this_name); in name_encode()
185 memcpy(d, this_name, nlen); in name_encode()
189 if (!t->no_markers && (name_remember(t, this_name, dest_offset + (c - namebuf)) < 0)) in name_encode()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-utils/python/modtool/tools/
H A Dparser_cc_block.py126 this_name = ''
141 param_list.append((this_type, this_name, this_defv))
180 (len(param_list)+1, this_type + ' ' + this_name)
188 (len(param_list)+1, this_type + ' ' + this_name)
192 this_name += c[i]
206 (len(param_list)+1, this_type + ' ' + this_name)
209 param_list.append((this_type, this_name, this_defv))
211 this_name = ''
/dports/irc/onis/onis-0.8.2/lib/Onis/Data/
H A DCore.pm393 my $this_name = '';
409 if (($num >= $this_max) or !$this_name)
413 $this_name = $name;
418 if (($num >= $this_max) and !$this_name)
430 if ($this_name)
432 … $name2nick->{$this_name}{$this_nick} = 0 unless (defined ($name2nick->{$this_name}{$this_nick}));
433 $name2nick->{$this_name}{$this_nick} += $this_total;
435 …$name2ident->{$this_name}{$this_ident} = 0 unless (defined ($name2nick->{$this_name}{$this_ident})…
436 $name2ident->{$this_name}{$this_ident} += $this_total;
/dports/biology/iqtree/IQ-TREE-2.0.6/model/
H A Dmodelmixture.cpp1134 size_t pos_rate = this_name.find(':'); in initMixture()
1136 size_t pos_weight = this_name.find(':', pos_rate+1); in initMixture()
1147 this_name = this_name.substr(0, pos_rate); in initMixture()
1152 if (this_name == nxs_freq_empirical->name) { in initMixture()
1155 } else if (this_name == nxs_freq_optimize->name) { in initMixture()
1159 NxsModel *freq_mod = models_block->findModel(this_name); in initMixture()
1161 outError("Frequency mixture name not found ", this_name); in initMixture()
1199 string this_name = model_list.substr(cur_pos, pos-cur_pos); in initMixture() local
1201 size_t pos_rate = this_name.find(':'); in initMixture()
1203 size_t pos_weight = this_name.find(':', pos_rate+1); in initMixture()
[all …]
/dports/devel/icestorm/icestorm-710470f9/icebox/
H A Dicebox_html.py335 this_name = ", ".join(sorted(this_segs))
336 assert this_name not in groups_indexed
337 groups_indexed[this_name] = neighbour_segs
374 for this_name in sorted(this_tile_nets):
375 nets_in_cats.setdefault(net2cat(this_name), list()).append(this_name)
380 for this_name in sorted(nets_in_cats[cat]):
382 if -1 in this_tile_nets[this_name]:
395 for this_name in sorted(groups_indexed):
396 all_cats.add(net2cat(this_name))
401 for this_name in sorted(groups_indexed):
[all …]
/dports/lang/micropython/micropython-1.17/py/
H A Dbuiltinimport.c301 const char *this_name = mp_obj_str_get_data(this_name_q, &this_name_l); in mp_builtin___import__() local
303 const char *p = this_name + this_name_l; in mp_builtin___import__()
307 chop_component(this_name, &p); in mp_builtin___import__()
311 chop_component(this_name, &p); in mp_builtin___import__()
315 if (p == this_name) { in mp_builtin___import__()
319 … uint new_mod_l = (mod_len == 0 ? (size_t)(p - this_name) : (size_t)(p - this_name) + 1 + mod_len); in mp_builtin___import__()
321 memcpy(new_mod, this_name, p - this_name); in mp_builtin___import__()
323 new_mod[p - this_name] = '.'; in mp_builtin___import__()
324 memcpy(new_mod + (p - this_name) + 1, mod_str, mod_len); in mp_builtin___import__()
/dports/games/widelands/widelands-build21/src/wui/
H A Dmapdata.cc85 std::string this_name; in compare_names() local
89 this_name = filename; in compare_names()
94 this_name = name; in compare_names()
99 this_name = localized_name; in compare_names()
106 return this_name < other_name; in compare_names()
112 return this_name < other_name; in compare_names()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DSimpleDocumentFeature.java223 final String this_name = ((Qualifier)qualifiers.elementAt(i)).getName(); in setKey() local
225 if (!getEntryInformation ().isValidQualifier (key, this_name)) { in setKey()
227 key + " cannot have /" + this_name + in setKey()
337 final String this_name = ((Qualifier)qualifiers.elementAt(i)).getName(); in setQualifiers() local
339 if (!getEntryInformation ().isValidQualifier (getKey (), this_name)) { in setQualifiers()
341 getKey () + " cannot have /" + this_name + " as a qualifier"; in setQualifiers()
/dports/textproc/p5-XML-Validator-Schema/XML-Validator-Schema-1.10/Schema/
H A DModelNode.pm151 my ($self, $this_name, $names_ref) = @_;
161 _err("Contents of element '$this_name' do not match content model '$self->{description}'.");
168 my ($self, $this_name, $names_ref) = @_;
178 …_err("Inside element '$this_name', element '$names_ref->[-1]' does not match content model '$self-…
312 my ($self, $this_name, $names_ref) = @_;
313 $self->SUPER::check_final_model($this_name, [sort @$names_ref]);
/dports/net/zebra-server/idzebra-2.0.55/index/
H A Dkinput.c553 char this_name[INP_NAME_MAX]; in heap_inpc() local
557 strcpy(this_name, hci->cur_name); in heap_inpc()
568 if (!dict_delete(hi->reg->dict, this_name)) in heap_inpc()
575 dict_insert(hi->reg->dict, this_name, in heap_inpc()
585 dict_insert(hi->reg->dict, this_name, in heap_inpc()
602 char this_name[INP_NAME_MAX]; in heap_inpb() local
606 strcpy(this_name, hci->cur_name); in heap_inpb()
629 dict_insert(hi->reg->dict, this_name, in heap_inpb()
639 dict_insert(hi->reg->dict, this_name, in heap_inpb()
656 char this_name[INP_NAME_MAX]; in heap_inps() local
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/ndbjtie/jtie/test/
H A Djtie_unit_tests-t.cpp140 const char * this_name = *argv; in main() local
146 this_name = sep+1; in main()
151 assert(this_name); in main()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/ndbjtie/jtie/test/
H A Djtie_unit_tests-t.cpp140 const char * this_name = *argv; in main() local
146 this_name = sep+1; in main()
151 assert(this_name); in main()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/ndbjtie/test/
H A Dndbjtie_unit_tests-t.cpp135 const char * this_name = *argv; in main() local
141 this_name = sep+1; in main()
146 assert(this_name); in main()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/ndbjtie/jtie/test/
H A Djtie_unit_tests-t.cpp140 const char * this_name = *argv; in main() local
146 this_name = sep+1; in main()
151 assert(this_name); in main()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/ndbjtie/test/
H A Dndbjtie_unit_tests-t.cpp135 const char * this_name = *argv; in main() local
141 this_name = sep+1; in main()
146 assert(this_name); in main()

12345678910>>...16