Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 35) sorted by relevance

12

/scripts/
A Ddocumentation-file-ref-check178 my $new =$ref;
185 $new =~ s,.*/,,;
199 my $search = $new;
212 $new =~ s/\.txt$/.rst/;
213 $f=qx(find $basedir -iname $new) if ($new);
218 $new =~ s/[-_]/[-_]/g;
219 $f=qx(find $basedir -iname $new) if ($new);
224 $f = qx(find $basedir -iname $new) if ($new);
A Drustdoc_test_gen.rs53 find_candidates(srctree, valid_paths, Path::new(""), &potential_components); in find_real_path()
71 Path::new("rust/kernel") in find_real_path()
97 let mut candidates = String::new(); in find_real_path()
111 let srctree = Path::new(&srctree); in main()
121 let mut rust_tests = String::new(); in main()
122 let mut c_test_declarations = String::new(); in main()
123 let mut c_test_cases = String::new(); in main()
124 let mut body = String::new(); in main()
125 let mut last_file = String::new(); in main()
127 let mut valid_paths: Vec<PathBuf> = Vec::new(); in main()
[all …]
A Dbloat-o-meter54 new = getsizes(newfile, format)
60 if a in new:
70 for name in new:
71 ntot += new[name]
74 up += new[name]
75 delta.append((new[name], name))
78 d = new.get(name, 0) - old.get(name, 0)
84 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot
87 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \
94 if d: print("%-40s %7s %7s %+7d" % (n, old.get(n,"-"), new.get(n,"-"), d))
A Dstackdelta51 my $new = read_stack_usage_file($ARGV[1]);
52 my @common = sort grep {exists $new->{$_}} keys %$old;
55 my $y = $new->{$_}{size};
A Dgenerate_rust_target.rs107 fn new() -> TargetSpec { in new() method
108 TargetSpec(Vec::new()) in new()
135 let mut result = HashMap::new(); in from_stdin()
139 let mut line = String::new(); in from_stdin()
184 let mut ts = TargetSpec::new(); in main()
A DMakefile.headersinst55 new-dirs := $(filter-out $(existing-dirs), $(wanted-dirs))
56 $(if $(new-dirs), $(shell mkdir -p $(new-dirs)))
A Dprune-kernel20 new-kernel-pkg --remove $f
A Ddiffconfig128 new = sorted(b.keys())
129 for config in new:
A Drustdoc_test_builder.rs22 let mut body = String::new(); in main()
/scripts/include/
A Dlist.h67 next->prev = new; in __list_add()
68 new->next = next; in __list_add()
69 new->prev = prev; in __list_add()
70 prev->next = new; in __list_add()
138 struct list_head *new) in list_replace() argument
140 new->next = old->next; in list_replace()
141 new->next->prev = new; in list_replace()
142 new->prev = old->prev; in list_replace()
143 new->prev->next = new; in list_replace()
154 struct list_head *new) in list_replace_init() argument
[all …]
/scripts/dtc/
A Dlivetree.c24 new = xmalloc(sizeof(*new)); in add_label()
25 memset(new, 0, sizeof(*new)); in add_label()
42 struct property *new = xmalloc(sizeof(*new)); in build_property() local
44 memset(new, 0, sizeof(*new)); in build_property()
55 struct property *new = xmalloc(sizeof(*new)); in build_property_delete() local
57 memset(new, 0, sizeof(*new)); in build_property_delete()
91 struct node *new = xmalloc(sizeof(*new)); in build_node() local
94 memset(new, 0, sizeof(*new)); in build_node()
109 struct node *new = xmalloc(sizeof(*new)); in build_node_delete() local
111 memset(new, 0, sizeof(*new)); in build_node_delete()
[all …]
A Dutil.h47 void *new = malloc(len); in xmalloc() local
49 if (!new) in xmalloc()
52 return new; in xmalloc()
57 void *new = realloc(p, len); in xrealloc() local
59 if (!new) in xrealloc()
62 return new; in xrealloc()
/scripts/lib/abi/
A Dabi_regex.py100 def regex_append(self, what, new): argument
124 for search_group in reversed(new.split("/")):
140 self.regex_group[search_group].append(re.compile(new))
146 " '%s'", what, new)
208 new = what
211 new = r.sub(s, new)
216 v["regex"].append(new)
219 self.log.debug("%-90s <== %s", new, what)
222 self.regex_append(what, new)
/scripts/kconfig/tests/new_choice_with_dep/
A DKconfig6 This is a new symbol.
20 This is a new symbol, so should be asked.
37 This is a new symbol, so should be asked.
/scripts/dtc/libfdt/
A Dfdt_rw.c131 char *new; in fdt_find_add_string_() local
143 new = strtab + fdt_size_dt_strings(fdt); in fdt_find_add_string_()
151 memcpy(new, s, len); in fdt_find_add_string_()
152 return (new - strtab); in fdt_find_add_string_()
396 static void fdt_packblocks_(const char *old, char *new, in fdt_packblocks_() argument
408 fdt_set_off_mem_rsvmap(new, mem_rsv_off); in fdt_packblocks_()
410 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_()
411 fdt_set_off_dt_struct(new, struct_off); in fdt_packblocks_()
412 fdt_set_size_dt_struct(new, struct_size); in fdt_packblocks_()
415 fdt_set_off_dt_strings(new, strings_off); in fdt_packblocks_()
[all …]
/scripts/atomic/kerneldoc/
A Dxchg5 * @new: ${int} value to assign
7 * Atomically updates @v to @new with ${desc_order} ordering.
A Dcmpxchg6 * @new: ${int} value to assign
8 * If (@v == @old), atomically updates @v to @new with ${desc_order} ordering.
A Dtry_cmpxchg6 * @new: ${int} value to assign
8 * If (@v == @old), atomically updates @v to @new with ${desc_order} ordering.
/scripts/atomic/
A Datomics.tbl30 xchg I v i:new
31 cmpxchg I v i:old i:new
32 try_cmpxchg B v p:old i:new
/scripts/atomic/fallbacks/
A Dxchg2 return raw_xchg${order}(&v->counter, new);
A Dcmpxchg2 return raw_cmpxchg${order}(&v->counter, old, new);
A Dtry_cmpxchg3 r = raw_${atomic}_cmpxchg${order}(v, o, new);
/scripts/gcc-plugins/
A Dgcc-generate-gimple-pass.h97 virtual opt_pass * clone () { return new _PASS_NAME_PASS(); } in clone()
106 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()
A Dgcc-generate-rtl-pass.h97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone()
107 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()
A Dgcc-generate-simple_ipa-pass.h97 virtual opt_pass *clone() { return new _PASS_NAME_PASS(); } in clone()
107 return new _PASS_NAME_PASS(); in _MAKE_PASS_NAME_PASS()

Completed in 23 milliseconds

12