Searched refs:sis (Results 1 – 2 of 2) sorted by relevance
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | guiconfig.py | 2198 def sis(expr, val, title): function 2200 sis = [si for si in split_expr(expr, OR) if expr_value(si) == val] 2201 if not sis: 2205 for si in sis: 2212 s += sis(sym.rev_dep, 2, 2214 s += sis(sym.rev_dep, 1, 2216 s += sis(sym.rev_dep, 0, 2220 s += sis(sym.weak_rev_dep, 2, 2222 s += sis(sym.weak_rev_dep, 1, 2224 s += sis(sym.weak_rev_dep, 0,
|
| H A D | menuconfig.py | 2724 def sis(expr, val, title): function 2726 sis = [si for si in split_expr(expr, OR) if expr_value(si) == val] 2727 if not sis: 2731 for si in sis: 2738 s += sis(sym.rev_dep, 2, 2740 s += sis(sym.rev_dep, 1, 2742 s += sis(sym.rev_dep, 0, 2746 s += sis(sym.weak_rev_dep, 2, 2748 s += sis(sym.weak_rev_dep, 1, 2750 s += sis(sym.weak_rev_dep, 0,
|