Home
last modified time | relevance | path

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

12

/scripts/
A Dgenerate_initcall_order.pl40 my ($index, $initcalls) = @_;
53 print "$index $level $secname\n";
75 if (!defined($index) ||
81 $index = int($index);
83 if (!exists($results->{$index})) {
84 $results->{$index} = [];
87 push (@{$results->{$index}}, {
98 my ($index, $file) = @_;
150 write_results($index, $initcalls);
189 my $index = 0;
[all …]
A 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 …]
A Dget_maintainer.pl693 my $index = 0;
698 $index++;
1239 my $index = 0;
1246 $index++;
1249 return $index;
1253 my ($index) = @_;
1260 $index--;
1263 return $index;
1267 my ($index) = @_;
1274 $index++;
[all …]
A Ddecodecode58 width=`expr index "$code" ' '`
210 marker=`expr index "$code" "\<"`
212 marker=`expr index "$code" "\("`
A Dshow_delta85 base_str = sys.argv[sys.argv.index("-b")+1]
A Dsetlocalversion150 git diff-index --name-only HEAD
A Dchecktransupdate.py37 tidx = paths.index("translations")
284 kindex = path_parts.index("Documentation")
A 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()
A 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()
A Dmake_fit.py244 files = files[files.index('-i') + 1:]
/scripts/gdb/linux/
A 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))
A 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:
A 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()…
A Dslab.py159 index = __obj_to_index(cache, addr, p)
160 obj_map[index] = True # free objects
/scripts/kconfig/
A 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()
A Dnconf.c507 int match_start, index; in get_mext_match() local
520 index = match_start; 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()
596 k_menu_items[index].str[sizeof(k_menu_items[index].str) - 1] = '\0'; in item_add_str()
[all …]
A Dqconf.h179 const QModelIndex &index) const override;
181 const QModelIndex &index) const override;
A Dqconf.cc262 const QModelIndex &index) const in createEditor()
267 if (index.column() != dataColIdx) in createEditor()
271 item = static_cast<ConfigItem *>(index.internalPointer()); in createEditor()
275 return QStyledItemDelegate::createEditor(parent, option, index); in createEditor()
280 const QModelIndex &index) const in setModelData()
293 item = static_cast<ConfigItem *>(index.internalPointer()); in setModelData()
312 QStyledItemDelegate::setModelData(editor, model, index); in setModelData()
/scripts/mod/
A Dmodpost.h167 unsigned int index = sym->st_shndx; in get_secindex() local
173 if (index == SHN_XINDEX) in get_secindex()
181 if (index >= SHN_LORESERVE && index <= SHN_HIRESERVE) in get_secindex()
182 return index - SHN_HIRESERVE - 1; in get_secindex()
184 return index; in get_secindex()
/scripts/gcc-plugins/
A 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()
A Dgcc-common.h105 tree cstr, elem, index, type; in build_const_char_string() local
109 index = build_index_type(size_int(len - 1)); in build_const_char_string()
110 type = build_array_type(elem, index); in build_const_char_string()
/scripts/coccinelle/iterators/
A 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)
A Ddevice_node_continue.cocci2 /// Device node iterators put the previous value of the index variable, so an
/scripts/kconfig/lxdialog/
A Dmenubox.c81 #define print_item(index, choice, selected) \ argument
83 item_set(index); \
/scripts/dtc/libfdt/
A Dlibfdt.h1235 const char *property, int index,

Completed in 34 milliseconds

12