Searched refs:high_s (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/scripts/kconfig/ |
D | guiconfig.py | 1319 high_s = high_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),
|
D | menuconfig.py | 3102 high_s = high_sym.str_value 3104 if not int(low_s, base) <= int(s, base) <= int(high_s, base): 3106 .format(s, low_s, high_s))
|