Home
last modified time | relevance | path

Searched refs:result (Results 1 – 18 of 18) sorted by relevance

/scripts/gdb/linux/
Drbtree.py110 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 …]
Dclk.py66 result = self.lookup_hlist(child['children'], name)
67 if result:
68 return result
/scripts/
Dgenerate_initcall_order.pl207 foreach my $result (@{$results->{$index}}) {
208 my $level = $result->{'level'};
214 my $fsname = $result->{'counter'} . '_' .
215 $result->{'line'} . '_' .
216 $result->{'function'};
Dgen_compile_commands.py129 result = line_matcher.match(line)
130 if not result:
135 result.group(1), result.group(2))
Drecordmcount.h546 int result = 0; in do_func() local
568 result = 0; in do_func()
577 result = find_secsym_ndx(w(relhdr->sh_info), txtname, in do_func()
581 if (result) in do_func()
594 result = -1; in do_func()
599 if (!result && mloc0 != mlocp) in do_func()
600 result = append_func(ehdr, shstr, mloc0, mlocp, mrel0, mrelp, in do_func()
605 return result; in do_func()
Dkallsyms.c300 static int expand_symbol(unsigned char *data, int len, char *result) in expand_symbol() argument
309 *result++ = c; in expand_symbol()
313 rlen = expand_symbol(best_table[c], best_table_len[c], result); in expand_symbol()
315 result += rlen; in expand_symbol()
320 *result=0; in expand_symbol()
Dkernel-doc2186 my $result = $highlights[$k][1];
2188 $dohighlight .= "\$contents =~ s:$pattern:$result:gs;\n";
/scripts/kconfig/
Dnconf.gui.c371 char *result = *resultp; in dialog_inputbox() local
377 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox()
400 strncpy(result, init, *result_len); in dialog_inputbox()
423 result + cursor_position-cursor_form_win); in dialog_inputbox()
434 int len = strlen(result); in dialog_inputbox()
446 memmove(&result[cursor_position-1], in dialog_inputbox()
447 &result[cursor_position], in dialog_inputbox()
456 memmove(&result[cursor_position], in dialog_inputbox()
457 &result[cursor_position+1], in dialog_inputbox()
489 *resultp = result = realloc(result, in dialog_inputbox()
[all …]
Dqconf.cc58 QList<int> result; in readSizes() local
66 result.push_back((*it).toInt()); in readSizes()
73 return result; in readSizes()
1243 : Parent(parent), result(NULL) in ConfigSearchWindow()
1316 free(result); in search()
1320 result = sym_re_search(editField->text().toLatin1()); in search()
1321 if (!result) in search()
1323 for (p = result; *p; p++) { in search()
Dqconf.h288 struct symbol **result; variable
Dgconf.c418 gint result; in on_window1_delete_event() local
441 result = gtk_dialog_run(GTK_DIALOG(dialog)); in on_window1_delete_event()
442 switch (result) { in on_window1_delete_event()
/scripts/atomic/fallbacks/
Dsub_and_test3 * ${atomic}_sub_and_test - subtract value from variable and test result
8 * true if the result is zero, or false for all
Dadd_negative8 * if the result is negative, or false when
9 * result is greater than or equal to zero.
Ddec_and_test7 * returns true if the result is 0, or false for all other
Dinc_and_test7 * and returns true if the result is zero, or false for all
/scripts/coccinelle/misc/
Dbadty.cocci8 //# sizeof argument is not used in constructing the return value. The result
/scripts/coccinelle/tests/
Dunsigned_lesser_than_zero.cocci12 /// result is used to avoid false positives difficult to detect by other ways
/scripts/coccinelle/api/alloc/
Dalloc_cast.cocci8 //# the casting as it is not required. The result in the patch case may