/scripts/gdb/linux/ |
D | rbtree.py | 110 result = rb_first(root) 111 if result is None: 114 return result 130 result = rb_last(root) 131 if result is None: 134 return result 150 result = rb_next(node) 151 if result is None: 154 return result 170 result = rb_prev(node) [all …]
|
D | clk.py | 68 result = self.lookup_hlist(child['children'], name) 69 if result: 70 return result
|
/scripts/kconfig/ |
D | nconf.gui.c | 322 char *result = *resultp; in dialog_inputbox() local 328 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox() 351 strncpy(result, init, *result_len); in dialog_inputbox() 374 result + cursor_position-cursor_form_win); in dialog_inputbox() 385 int len = strlen(result); in dialog_inputbox() 397 memmove(&result[cursor_position-1], in dialog_inputbox() 398 &result[cursor_position], in dialog_inputbox() 407 memmove(&result[cursor_position], in dialog_inputbox() 408 &result[cursor_position+1], in dialog_inputbox() 440 *resultp = result = realloc(result, in dialog_inputbox() [all …]
|
D | qconf.cc | 44 QList<int> result; in readSizes() local 52 result.push_back((*it).toInt()); in readSizes() 59 return result; in readSizes() 1176 struct symbol **result; in clicked() local 1190 result = sym_re_search(data); in clicked() 1191 if (!result) { in clicked() 1196 sym = *result; in clicked() 1214 free(result); in clicked() 1225 : Parent(parent), result(NULL) in ConfigSearchWindow() 1300 free(result); in search() [all …]
|
D | qconf.h | 234 struct symbol **result; variable
|
D | gconf.c | 415 gint result; in on_window1_delete_event() local 438 result = gtk_dialog_run(GTK_DIALOG(dialog)); in on_window1_delete_event() 439 switch (result) { in on_window1_delete_event()
|
/scripts/atomic/fallbacks/ |
D | sub_and_test | 3 * arch_${atomic}_sub_and_test - subtract value from variable and test result 8 * true if the result is zero, or false for all
|
D | add_negative | 8 * if the result is negative, or false when 9 * result is greater than or equal to zero.
|
D | inc_and_test | 7 * and returns true if the result is zero, or false for all
|
D | dec_and_test | 7 * returns true if the result is 0, or false for all other
|
/scripts/clang-tools/ |
D | gen_compile_commands.py | 213 result = line_matcher.match(f.readline()) 214 if result: 216 entry = process_line(directory, result.group(1), 217 result.group(2))
|
/scripts/ |
D | generate_initcall_order.pl | 232 foreach my $result (@{$results->{$index}}) { 233 my $level = $result->{'level'}; 239 push(@{$sections->{$level}}, $result->{'secname'});
|
D | generate_rust_target.rs | 111 let mut result = HashMap::new(); in from_stdin() localVariable 129 result.insert(key.to_string(), value.trim_end_matches('\n').to_string()); in from_stdin() 132 KernelConfig(result) in from_stdin()
|
D | recordmcount.h | 634 int result = 0; in do_func() local 658 result = 0; in do_func() 667 result = find_secsym_ndx(w(relhdr->sh_info), txtname, in do_func() 672 if (result) in do_func() 685 result = -1; in do_func() 690 if (!result && mloc0 != mlocp) in do_func() 691 result = append_func(ehdr, shstr, mloc0, mlocp, mrel0, mrelp, in do_func() 696 return result; in do_func()
|
D | kallsyms.c | 387 static int expand_symbol(const unsigned char *data, int len, char *result) in expand_symbol() argument 396 *result++ = c; in expand_symbol() 400 rlen = expand_symbol(best_table[c], best_table_len[c], result); in expand_symbol() 402 result += rlen; in expand_symbol() 407 *result=0; in expand_symbol()
|
D | kernel-doc | 2331 my $result = $highlights[$k][1]; 2333 $dohighlight .= "\$contents =~ s:$pattern:$result:gs;\n";
|
/scripts/coccinelle/misc/ |
D | badty.cocci | 8 //# sizeof argument is not used in constructing the return value. The result
|
/scripts/coccinelle/tests/ |
D | unsigned_lesser_than_zero.cocci | 12 /// result is used to avoid false positives difficult to detect by other ways
|
/scripts/coccinelle/api/alloc/ |
D | alloc_cast.cocci | 8 //# the casting as it is not required. The result in the patch case may
|