Home
last modified time | relevance | path

Searched refs:S_HEX (Results 1 – 12 of 12) sorted by relevance

/u-boot/scripts/kconfig/
A Dkconf_id.c25 { "hex", T_TYPE, TF_COMMAND, S_HEX },
A Dsymbol.c58 case S_HEX: in sym_type_name()
110 case S_HEX: in sym_get_range_val()
130 case S_HEX: in sym_validate_range()
346 case S_HEX: in sym_calc_value()
411 case S_HEX: in sym_calc_value()
575 case S_HEX: in sym_string_valid()
615 case S_HEX: in sym_string_within_range()
672 if (sym->type == S_HEX && (newval[0] != '0' || (newval[1] != 'x' && newval[1] != 'X'))) { in sym_set_string_value()
756 case S_HEX: in sym_get_string_default()
A Dmenu.c225 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number()
238 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
246 if (sym->type == S_HEX || sym->type == S_INT) { in sym_check_prop()
280 if (sym->type != S_INT && sym->type != S_HEX) in sym_check_prop()
803 if (sym->type == S_INT || sym->type == S_HEX) { in get_symbol_str()
A Dconfdata.c210 case S_HEX: in conf_set_sym_val()
335 case S_HEX: in conf_read_simple()
494 case S_HEX: in conf_read()
595 case S_HEX: { in header_print_symbol()
943 case S_HEX: in conf_split_config()
A Dconf.c118 case S_HEX: in conf_askvalue()
393 case S_HEX: in conf()
A Dexpr.h65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
A Dmconf.c868 case S_HEX: in conf_string()
A Dzconf.y668 case S_HEX: in print_symbol()
A Dgconf.c839 case S_HEX: in change_sym_value()
1148 case S_HEX: in fill_row()
A Dqconf.cc196 case S_HEX: in updateMenu()
522 case S_HEX: in changeValue()
A Dnconf.c1360 case S_HEX: in conf_string()
A Dexpr.c1010 case S_HEX: in expr_parse_string()

Completed in 23 milliseconds