Searched refs:num_ok (Results 1 - 1 of 1) sorted by last modified time

/u-boot/tools/buildman/
H A Dkconfiglib.py3731 def num_ok(sym, type_): function in function:Kconfig._check_sym_sanity
3783 elif not num_ok(default, sym.orig_type): # INT/HEX
3807 if not num_ok(low, sym.orig_type) or \
3808 not num_ok(high, sym.orig_type):

Completed in 54 milliseconds