Home
last modified time | relevance | path

Searched refs:curr (Results 1 – 7 of 7) sorted by relevance

/scripts/gdb/linux/
Dtimerlist.py46 curr = base['active']['next']['node']
47 curr = curr.address.cast(rbtree.rb_node_type.get_type().pointer())
49 while curr:
50 yield print_timer(curr, idx)
51 curr = rbtree.rb_next(curr)
/scripts/kconfig/
Dsymbol.c16 .curr = { "y", yes },
20 .curr = { "m", mod },
24 .curr = { "n", no },
28 .curr = { "", no },
114 return strtoll(sym->curr.val, NULL, base); in sym_get_range_val()
137 val = strtoll(sym->curr.val, NULL, base); in sym_validate_range()
146 sym->curr.val = range_sym->curr.val; in sym_validate_range()
189 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility()
291 sym->curr.tri = no; in sym_calc_choice()
338 oldval = sym->curr; in sym_calc_value()
[all …]
Dlkc.h120 return sym->curr.tri; in sym_get_tristate_value()
126 return (struct symbol *)sym->curr.val; in sym_get_choice_value()
Dexpr.h98 struct symbol_value curr; member
Dconfdata.c541 if (!strcmp(sym->curr.val, sym->def[S_DEF_USER].val)) in conf_read()
1187 if (csym->curr.tri != yes) in randomize_choice_values()
Dconf.c386 if (sym->curr.tri != mod) in conf()
Dexpr.c1045 return e->left.sym->curr.tri; in expr_calc_value()