Home
last modified time | relevance | path

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

12

/scripts/
Dgenerate_initcall_order.pl40 my ($index, $initcalls) = @_;
53 print "$index $level $secname\n";
72 my ($index, $level, $secname) = $data =~
75 if (!defined($index) ||
81 $index = int($index);
83 if (!exists($results->{$index})) {
84 $results->{$index} = [];
87 push (@{$results->{$index}}, {
98 my ($index, $file) = @_;
115 write_results($index, $initcalls);
[all …]
Dleaking_addresses.pl650 my $index = index($_, ': ');
651 $index += 2; # skid ': '
652 print substr($_, $index);
679 my $index = index($line, ': ');
680 my $path = substr($line, 0, $index);
682 $index += 2; # skip ': '
683 add_to_cache($paths, $path, substr($line, $index));
690 my $index = index($line, ': ');
691 my $path = substr($line, 0, $index);
694 $index += 2; # skip ': '
[all …]
Dget_maintainer.pl681 my $index = 0;
686 $index++;
691 defined $self_test_info[$index] &&
692 $self_test_info[$index]->{line} =~ /^([A-Z]):\s*\S/) {
702 my $nextline = $index;
1225 my $index = 0;
1227 while ($index < @typevalue) {
1228 my $tv = $typevalue[$index];
1232 $index++;
1235 return $index;
[all …]
Ddecodecode58 width=`expr index "$code" ' '`
210 marker=`expr index "$code" "\<"`
212 marker=`expr index "$code" "\("`
Dshow_delta85 base_str = sys.argv[sys.argv.index("-b")+1]
Dsetlocalversion146 git diff-index --name-only HEAD
Dchecktransupdate.py36 tidx = paths.index("translations")
248 kindex = path_parts.index("Documentation")
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()
Drecordmcount.h196 int index; in get_symindex() local
203 index = offset / sizeof(*sym); in get_symindex()
205 return w(symtab_shndx[index]); in get_symindex()
Dmake_fit.py244 files = files[files.index('-i') + 1:]
/scripts/gdb/linux/
Dradixtree.py33 def lookup(root, index): argument
45 if (index > 0):
52 if (index > maxindex):
58 offset = (index >> node['shift']) & constants.LX_RADIX_TREE_MAP_MASK
83 def invoke(self, root, index=0): argument
84 result = lookup(root, index)
86 raise gdb.GdbError("No entry in tree at index {}".format(index))
Dmapletree.py42 self.index = first
97 if self.index != 0:
209 if pivots[offset] >= mas.index:
227 def mtree_load(mt, index): argument
230 mas = Mas(mt, index, index)
239 if index != 0:
Dpage_owner.py76 def get_entry(self, base, index): argument
77 …return (base.cast(utils.get_ulong_type()) + self.page_ext_size * index).cast(page_ext_t.get_type()…
Dslab.py159 index = __obj_to_index(cache, addr, p)
160 obj_map[index] = True # free objects
/scripts/kconfig/
Dmnconf-common.c25 int index = 0; in handle_search_keys() local
31 index = next_jump_key(index); in handle_search_keys()
39 if (key == index) { in handle_search_keys()
Dnconf.c507 int match_start, index; in get_mext_match() local
520 index = match_start; in get_mext_match()
522 char *str = k_menu_items[index].str; in get_mext_match()
524 return index; in get_mext_match()
527 --index; in get_mext_match()
529 ++index; in get_mext_match()
530 index = (index + items_num) % items_num; in get_mext_match()
531 if (index == match_start) in get_mext_match()
580 int index = items_num-1; in item_add_str() local
584 if (index < 0) in item_add_str()
[all …]
Dqconf.h181 const QModelIndex &index) const override;
183 const QModelIndex &index) const override;
Dqconf.cc249 const QModelIndex &index) const in createEditor()
254 if (index.column() != dataColIdx) in createEditor()
258 item = static_cast<ConfigItem *>(index.internalPointer()); in createEditor()
262 return QStyledItemDelegate::createEditor(parent, option, index); in createEditor()
267 const QModelIndex &index) const in setModelData()
280 item = static_cast<ConfigItem *>(index.internalPointer()); in setModelData()
299 QStyledItemDelegate::setModelData(editor, model, index); in setModelData()
/scripts/mod/
Dmodpost.h129 unsigned int index = sym->st_shndx; in get_secindex() local
135 if (index == SHN_XINDEX) in get_secindex()
143 if (index >= SHN_LORESERVE && index <= SHN_HIRESERVE) in get_secindex()
144 return index - SHN_HIRESERVE - 1; in get_secindex()
146 return index; in get_secindex()
/scripts/gcc-plugins/
Drandomize_layout_plugin.c193 unsigned long i, x, index; in performance_shuffle() local
210 for (index = size_group[x].length - 1; index > 0; index--) { in performance_shuffle()
213 i = size_group[x].start + index; in performance_shuffle()
216 randnum = ranval(prng_state) % (index + 1); in performance_shuffle()
461 lastidx = CONSTRUCTOR_ELT(init, CONSTRUCTOR_NELTS(init) - 1)->index; in update_decl_size()
Dgcc-common.h113 tree cstr, elem, index, type; in build_const_char_string() local
117 index = build_index_type(size_int(len - 1)); in build_const_char_string()
118 type = build_array_type(elem, index); in build_const_char_string()
/scripts/coccinelle/iterators/
Duse_after_iter.cocci144 cocci.print_main("invalid iterator index reference",p2)
152 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.c81 #define print_item(index, choice, selected) \ argument
83 item_set(index); \
/scripts/dtc/libfdt/
Dlibfdt.h1235 const char *property, int index,

12