Home
last modified time | relevance | path

Searched refs:low_s (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/kconfig/
Dguiconfig.py1318 low_s = low_sym.str_value
1321 if not int(low_s, base) <= int(s, base) <= int(high_s, base):
1324 "{} is outside the range {}-{}".format(s, low_s, high_s),
Dmenuconfig.py3101 low_s = low_sym.str_value
3104 if not int(low_s, base) <= int(s, base) <= int(high_s, base):
3106 .format(s, low_s, high_s))