Home
last modified time | relevance | path

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

/scripts/kconfig/
Dnconf.c498 int index; in get_mext_match() local
506 index = match_start; in get_mext_match()
508 char *str = k_menu_items[index].str; in get_mext_match()
510 return index; in get_mext_match()
513 --index; in get_mext_match()
515 ++index; in get_mext_match()
516 index = (index + items_num) % items_num; in get_mext_match()
517 if (index == match_start) in get_mext_match()
566 int index = items_num-1; in item_add_str() local
570 if (index < 0) in item_add_str()
[all …]
Dmenu.c578 jump->index = 0; in get_prompt_str()
580 jump->index = list_entry(head->prev, struct jump_key, in get_prompt_str()
581 entries)->index + 1; in get_prompt_str()
Dexpr.h189 int index; member
Dmconf.c375 int key = '0' + (pos->index % JUMP_NB) + 1; in update_text()
Dzconf.lex.c_shipped134 * integer for use as an array index. If the signed char is negative,
280 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
Dzconf.tab.c_shipped432 /* YYLAST -- Last index in YYTABLE. */
/scripts/
Dget_maintainer.pl936 my $index = 0;
938 while ($index < @typevalue) {
939 my $tv = $typevalue[$index];
943 $index++;
946 return $index;
950 my ($index) = @_;
952 while ($index > 0) {
953 my $tv = $typevalue[$index];
957 $index--;
960 return $index;
[all …]
Ddecodecode42 width=`expr index "$code" ' '`
65 marker=`expr index "$code" "\<"`
67 marker=`expr index "$code" "\("`
Dshow_delta85 base_str = sys.argv[sys.argv.index("-b")+1]
Dasn1_compiler.c298 unsigned char index; member
1097 action->index = 0; in parse_type()
1301 int index; in render() local
1331 index = 0; in render()
1333 action->index = index++; in render()
1344 action->name, action->index); in render()
1352 fprintf(out, "\t[%4u] = %s,\n", action->index, action->name); in render()
Dsetlocalversion94 git diff-index --name-only HEAD
Danalyze_suspend.py1663 i = data.dmesgtext.index(last)
1664 j = data.dmesgtext.index(line)
2378 .thread:hover {background-color:white;border:1px solid red;z-index:10;}\n\
2379 .hover {background-color:white;border:1px solid red;z-index:10;}\n\
/scripts/coccinelle/iterators/
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)
Ddevice_node_continue.cocci1 /// Device node iterators put the previous value of the index variable, so an
/scripts/kconfig/lxdialog/
Dmenubox.c102 #define print_item(index, choice, selected) \ argument
104 item_set(index); \
/scripts/dtc/libfdt/
Dlibfdt.h1029 const char *property, int index,
/scripts/genksyms/
Dlex.lex.c_shipped114 * integer for use as an array index. If the signed char is negative,
252 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
Dparse.tab.c_shipped453 /* YYLAST -- Last index in YYTABLE. */
/scripts/dtc/
Ddtc-lexer.lex.c_shipped104 * integer for use as an array index. If the signed char is negative,
251 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
Ddtc-parser.tab.c_shipped443 /* YYLAST -- Last index in YYTABLE. */