Searched refs:index (Results 1 – 13 of 13) sorted by relevance
| /scripts/kconfig/ |
| A D | nconf.c | 500 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 D | menu.c | 735 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 D | expr.h | 281 int index; member
|
| A D | mconf.c | 374 int key = '0' + (pos->index % JUMP_NB) + 1; in update_text()
|
| /scripts/ |
| A D | get_maintainer.pl | 668 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 D | decodecode | 58 width=`expr index "$code" ' '` 210 marker=`expr index "$code" "\<"` 212 marker=`expr index "$code" "\("`
|
| A D | setlocalversion | 154 git diff-index --name-only HEAD
|
| /scripts/dtc/pylibfdt/ |
| A D | setup.py | 44 index = sys.argv.index('--top-builddir') 45 sys.argv.pop(index) 46 return sys.argv.pop(index)
|
| A D | libfdt.i_shipped | 293 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 D | use_after_iter.cocci | 138 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 D | menubox.c | 89 #define print_item(index, choice, selected) \ argument 91 item_set(index); \
|
| /scripts/dtc/ |
| A D | README | 48 # Open 'htmlcov/index.html' in your browser
|
| /scripts/dtc/libfdt/ |
| A D | libfdt.h | 1106 const char *property, int index,
|
Completed in 30 milliseconds