Home
last modified time | relevance | path

Searched refs:index (Results 1 – 17 of 17) sorted by relevance

/scripts/
Dgenerate_initcall_order.pl94 my $index = <$fh>;
95 chomp($index);
97 if (!($index =~ /^\d+$/)) {
98 die "$0: child $pid returned an invalid index: $index";
100 $index = int($index);
114 if (!exists($results->{$index})) {
115 $results->{$index} = [];
118 push (@{$results->{$index}}, {
134 my $index = 0; # link order index of the object file
150 print "$index\n";
[all …]
Dleaking_addresses.pl590 my $index = index($_, ': ');
591 $index += 2; # skid ': '
592 print substr($_, $index);
619 my $index = index($line, ': ');
620 my $path = substr($line, 0, $index);
622 $index += 2; # skip ': '
623 add_to_cache($paths, $path, substr($line, $index));
630 my $index = index($line, ': ');
631 my $path = substr($line, 0, $index);
634 $index += 2; # skip ': '
[all …]
Dget_maintainer.pl648 my $index = 0;
653 $index++;
658 defined $self_test_info[$index] &&
659 $self_test_info[$index]->{line} =~ /^([A-Z]):\s*\S/) {
669 my $nextline = $index;
1176 my $index = 0;
1178 while ($index < @typevalue) {
1179 my $tv = $typevalue[$index];
1183 $index++;
1186 return $index;
[all …]
Ddecodecode55 width=`expr index "$code" ' '`
93 marker=`expr index "$code" "\<"`
95 marker=`expr index "$code" "\("`
Dshow_delta85 base_str = sys.argv[sys.argv.index("-b")+1]
Dsetlocalversion84 git diff-index --name-only HEAD
Dasn1_compiler.c294 unsigned char index; member
1093 action->index = 0; in parse_type()
1297 int index; in render() local
1327 index = 0; in render()
1329 action->index = index++; in render()
1340 action->name, action->index); in render()
1348 fprintf(out, "\t[%4u] = %s,\n", action->index, action->name); in render()
/scripts/kconfig/
Dnconf.c499 int index; in get_mext_match() local
506 index = match_start; in get_mext_match()
507 index = (index + items_num) % items_num; in get_mext_match()
509 char *str = k_menu_items[index].str; in get_mext_match()
511 return index; in get_mext_match()
514 --index; in get_mext_match()
516 ++index; in get_mext_match()
517 index = (index + items_num) % items_num; in get_mext_match()
518 if (index == match_start) in get_mext_match()
567 int index = items_num-1; in item_add_str() local
[all …]
Dmenu.c732 jump->index = 0; in get_prompt_str()
734 jump->index = list_entry(head->prev, struct jump_key, in get_prompt_str()
735 entries)->index + 1; in get_prompt_str()
Dexpr.h282 int index; member
Dmconf.c374 int key = '0' + (pos->index % JUMP_NB) + 1; in update_text()
/scripts/coccinelle/iterators/
Duse_after_iter.cocci142 cocci.print_main("invalid iterator index reference",p2)
150 msg = "ERROR: invalid reference to the index variable of the iterator on line %s" % (p1[0].line)
Ddevice_node_continue.cocci2 /// Device node iterators put the previous value of the index variable, so an
/scripts/kconfig/lxdialog/
Dmenubox.c89 #define print_item(index, choice, selected) \ argument
91 item_set(index); \
/scripts/gcc-plugins/
Dgcc-common.h170 tree cstr, elem, index, type; in build_const_char_string() local
174 index = build_index_type(size_int(len - 1)); in build_const_char_string()
175 type = build_array_type(elem, index); in build_const_char_string()
Drandomize_layout_plugin.c505 lastidx = CONSTRUCTOR_ELT(init, CONSTRUCTOR_NELTS(init) - 1)->index; in update_decl_size()
/scripts/dtc/libfdt/
Dlibfdt.h1136 const char *property, int index,