Home
last modified time | relevance | path

Searched refs:new_name (Results 26 - 50 of 56) sorted by relevance

123

/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp315 do_reload(spill_ctx& ctx, Temp tmp, Temp new_name, uint32_t spill_id) in do_reload() argument
350 res->definitions[0] = Definition(new_name); in do_reload()
356 reload->definitions[0] = Definition(new_name); in do_reload()
792 Temp new_name = ctx.program->allocateTmp(live.first.regClass()); in add_coupling_code() local
793 aco_ptr<Instruction> reload = do_reload(ctx, live.first, new_name, spills_exit_it->second); in add_coupling_code()
796 ctx.renames[block_idx][live.first] = new_name; in add_coupling_code()
827 Temp new_name = ctx.program->allocateTmp(live.first.regClass()); in add_coupling_code() local
829 do_reload(ctx, live.first, new_name, spills_exit_it->second); in add_coupling_code()
832 ctx.renames[block_idx][live.first] = new_name; in add_coupling_code()
1017 Temp new_name in add_coupling_code() local
1068 Temp new_name = ctx.program->allocateTmp(pair.first.regClass()); add_coupling_code() local
[all...]
/third_party/python/Lib/lib2to3/
H A Dfixer_base.py29 numbers = itertools.count(1) # For new_name()
105 def new_name(self, template="xxx_todo_changeme"): member in BaseFix
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify16.c54 char *new_name; member
383 event_set[tst_count].new_name = event_set[tst_count].name2; in do_test()
494 event_set[tst_count].new_name = event_set[tst_count].name2; in do_test()
508 event_set[tst_count].new_name = event_set[tst_count].name; in do_test()
/third_party/toybox/kconfig/
H A Dsymbol.c653 char *new_name; in sym_lookup() local
675 new_name = strdup(name); in sym_lookup()
677 new_name = NULL; in sym_lookup()
683 symbol->name = new_name; in sym_lookup()
/third_party/alsa-utils/topology/
H A Dpre-process-object.c1373 char *new_name; in tplg_construct_object_name() local
1386 new_name = strdup(class_id); in tplg_construct_object_name()
1387 if (!new_name) in tplg_construct_object_name()
1454 temp = tplg_snprintf("%s.%s", new_name, arg_value); in tplg_construct_object_name()
1460 free(new_name); in tplg_construct_object_name()
1461 new_name = temp; in tplg_construct_object_name()
1464 ret = snd_config_set_id(obj, new_name); in tplg_construct_object_name()
1466 free(new_name); in tplg_construct_object_name()
/third_party/libbpf/src/
H A Dbtf_dump.c1635 char *old_name, *new_name; in btf_dump_name_dups() local
1639 new_name = strdup(orig_name); in btf_dump_name_dups()
1640 if (!new_name) in btf_dump_name_dups()
1646 err = hashmap__set(name_map, new_name, dup_cnt, &old_name, NULL); in btf_dump_name_dups()
1648 free(new_name); in btf_dump_name_dups()
1678 char new_name[max_len]; in btf_dump_resolve_name() local
1680 snprintf(new_name, max_len, "%s___%zu", orig_name, dup_cnt); in btf_dump_resolve_name()
1681 *cached_name = strdup(new_name); in btf_dump_resolve_name()
/third_party/skia/third_party/externals/libpng/
H A Dpngwutil.c1122 png_byte new_name[81]; /* 1 byte for the compression byte */ in png_write_iCCP() local
1150 name_len = png_check_keyword(png_ptr, name, new_name); in png_write_iCCP()
1155 new_name[++name_len] = PNG_COMPRESSION_TYPE_BASE; in png_write_iCCP()
1168 png_write_chunk_data(png_ptr, new_name, name_len); in png_write_iCCP()
1182 png_byte new_name[80]; in png_write_sPLT() local
1193 name_len = png_check_keyword(png_ptr, spalette->name, new_name); in png_write_sPLT()
1202 png_write_chunk_data(png_ptr, (png_bytep)new_name, (size_t)(name_len + 1)); in png_write_sPLT()
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dgenerate_grammar_tables.py702 new_name = prefix + old_name
703 operand_kind["kind"] = new_name
704 old_to_new[old_name] = new_name
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgenerate_grammar_tables.py702 new_name = prefix + old_name
703 operand_kind["kind"] = new_name
704 old_to_new[old_name] = new_name
/third_party/spirv-tools/utils/
H A Dgenerate_grammar_tables.py724 new_name = prefix + old_name
725 operand_kind["kind"] = new_name
726 old_to_new[old_name] = new_name
/third_party/libcoap/src/
H A Dcoap_gnutls.c1477 char *new_name; in post_client_hello_gnutls_psk() local
1478 new_name = gnutls_realloc(name, len); in post_client_hello_gnutls_psk()
1479 if (new_name == NULL) { in post_client_hello_gnutls_psk()
1483 name = new_name; in post_client_hello_gnutls_psk()
1591 char *new_name; in post_client_hello_gnutls_pki() local
1592 new_name = gnutls_realloc(name, len); in post_client_hello_gnutls_pki()
1593 if (new_name == NULL) { in post_client_hello_gnutls_pki()
1597 name = new_name; in post_client_hello_gnutls_pki()
/third_party/eudev/src/libudev/
H A Dlibudev-private.h47 int udev_device_rename(struct udev_device *udev_device, const char *new_name);
/third_party/ffmpeg/libavformat/
H A Dsegment.c195 char *new_name; in set_segment_filename() local
213 new_name = av_strdup(buf); in set_segment_filename()
214 if (!new_name) in set_segment_filename()
216 ff_format_set_url(oc, new_name); in set_segment_filename()
H A Dhlsenc.c1688 char *new_name = av_strdup(vs->basename); in hls_start() local
1689 if (!new_name) in hls_start()
1691 ff_format_set_url(oc, new_name); in hls_start()
1693 new_name = av_strdup(vs->vtt_basename); in hls_start()
1694 if (!new_name) in hls_start()
1696 ff_format_set_url(vtt_oc, new_name); in hls_start()
1763 char *new_name = av_asprintf("%s.tmp", oc->url); in hls_start() local
1764 if (!new_name) in hls_start()
1766 ff_format_set_url(oc, new_name); in hls_start()
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dast.py1182 new_name, next = self.GetName(seq_copy[i:])
1183 assert new_name, 'Got empty new_name, next=%s' % next
1186 new_name.append(next)
1187 names.append(new_name)
1188 i += len(new_name)
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py1678 new_name = '{}.{}'.format(name, suffix.lower())
1680 new_name = name
1681 lower_suffix_contents.add(new_name)
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscmp.c747 static int new_name(ntfs_attr_search_ctx *ctx, char *prev_name) in new_name() function
776 if (new_name(ctx, prev_name)) in new_attribute()
/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp692 string new_name; member
1185 compiler->rename_entry_point(rename.old_name, rename.new_name, rename.execution_model); in compile_iteration()
1595 auto new_name = parser.next_string(); in main_inner()
1597 args.entry_point_rename.push_back({ old_name, new_name, move(model) }); in main_inner()
H A Dspirv_cross.hpp338 // Renames an entry point from old_name to new_name.
342 void rename_entry_point(const std::string &old_name, const std::string &new_name,
H A Dspirv_cross_c.h877 const char *new_name, SpvExecutionModel model);
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs2509 let mut new_name; in codegen_method() variables
2512 new_name = format!("{}{}", name, count); in codegen_method()
2513 method_names.contains(&new_name) in codegen_method()
2518 name = new_name; in codegen_method()
/third_party/spirv-tools/source/opt/
H A Dir_context.h1289 for (auto& new_name : names_to_add) AddDebug2Inst(std::move(new_name)); in CloneNames()
/third_party/mesa3d/src/compiler/glsl/
H A Dast_function.cpp729 const char *new_name; in match_subroutine_by_name() local
733 new_name = in match_subroutine_by_name()
737 var = state->symbols->get_variable(new_name); in match_subroutine_by_name()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/python/Lib/unittest/
H A Dmock.py368 def _check_and_set_parent(parent, value, name, new_name):
386 if new_name:
388 value._mock_new_name = new_name

Completed in 76 milliseconds

123