Home
last modified time | relevance | path

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

/optee_os/scripts/kconfig/kconfiglib/
H A Dkconfiglib.py3730 def num_ok(sym, type_): function
3782 elif not num_ok(default, sym.orig_type): # INT/HEX
3806 if not num_ok(low, sym.orig_type) or \
3807 not num_ok(high, sym.orig_type):