Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dnconf.c500 int index; in get_mext_match() local
507 index = match_start; in get_mext_match()
508 index = (index + items_num) % items_num; in get_mext_match()
512 return index; in get_mext_match()
515 --index; in get_mext_match()
517 ++index; in get_mext_match()
518 index = (index + items_num) % items_num; in get_mext_match()
519 if (index == match_start) in get_mext_match()
568 int index = items_num-1; in item_add_str() local
572 if (index < 0) in item_add_str()
[all …]
A Dmenu.c735 jump->index = 0; in get_prompt_str()
737 jump->index = list_entry(head->prev, struct jump_key, in get_prompt_str()
738 entries)->index + 1; in get_prompt_str()
A Dexpr.h281 int index; member
A Dmconf.c374 int key = '0' + (pos->index % JUMP_NB) + 1; in update_text()
/scripts/
A Dget_maintainer.pl668 my $index = 0;
673 $index++;
1208 my $index = 0;
1215 $index++;
1218 return $index;
1222 my ($index) = @_;
1229 $index--;
1232 return $index;
1236 my ($index) = @_;
1243 $index++;
[all …]
A Ddecodecode58 width=`expr index "$code" ' '`
210 marker=`expr index "$code" "\<"`
212 marker=`expr index "$code" "\("`
A Dsetlocalversion154 git diff-index --name-only HEAD
/scripts/dtc/pylibfdt/
A Dsetup.py44 index = sys.argv.index('--top-builddir')
45 sys.argv.pop(index)
46 return sys.argv.pop(index)
A Dlibfdt.i_shipped293 def get_mem_rsv(self, index, quiet=()):
297 index: Record to return (0=first)
302 return check_err(fdt_get_mem_rsv(self._fdt, index), quiet)
/scripts/coccinelle/iterators/
A Duse_after_iter.cocci138 cocci.print_main("invalid iterator index reference",p2)
146 msg = "ERROR: invalid reference to the index variable of the iterator on line %s" % (p1[0].line)
/scripts/kconfig/lxdialog/
A Dmenubox.c89 #define print_item(index, choice, selected) \ argument
91 item_set(index); \
/scripts/dtc/
A DREADME48 # Open 'htmlcov/index.html' in your browser
/scripts/dtc/libfdt/
A Dlibfdt.h1106 const char *property, int index,

Completed in 30 milliseconds