Searched refs:implied (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | symbol.c | 228 if (sym->implied.expr) in sym_calc_visibility() 229 tri = expr_calc_value(sym->implied.expr); in sym_calc_visibility() 232 if (sym->implied.tri != tri) { in sym_calc_visibility() 233 sym->implied.tri = tri; in sym_calc_visibility() 398 if (sym->implied.tri != no) { in sym_calc_value() 400 newval.tri = EXPR_OR(newval.tri, sym->implied.tri); in sym_calc_value() 744 /* adjust the default value if this symbol is implied by another */ in sym_get_string_default() 745 if (val < sym->implied.tri) in sym_get_string_default() 746 val = sym->implied.tri; in sym_get_string_default() 1099 } else if (stack->expr == &sym->implied in sym_check_print_recursive() [all...] |
H A D | menu.c | 410 * dependencies of the selected/implied symbol in menu_finalize() 418 es->implied.expr = expr_alloc_or(es->implied.expr, in menu_finalize() 863 if (sym->implied.expr) { in get_symbol_str() 864 expr_gstr_print_revdep(sym->implied.expr, r, yes, "Implied by [y]:\n"); in get_symbol_str() 865 expr_gstr_print_revdep(sym->implied.expr, r, mod, "Implied by [m]:\n"); in get_symbol_str() 866 expr_gstr_print_revdep(sym->implied.expr, r, no, "Implied by [n]:\n"); in get_symbol_str()
|
H A D | expr.h | 129 * "Weak" reverse dependencies through being implied by other symbols 131 struct expr_value implied; member
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | symbol.c | 227 if (sym->implied.expr) in sym_calc_visibility() 228 tri = expr_calc_value(sym->implied.expr); in sym_calc_visibility() 231 if (sym->implied.tri != tri) { in sym_calc_visibility() 232 sym->implied.tri = tri; in sym_calc_visibility() 397 if (sym->implied.tri != no) { in sym_calc_value() 399 newval.tri = EXPR_OR(newval.tri, sym->implied.tri); in sym_calc_value() 743 /* adjust the default value if this symbol is implied by another */ in sym_get_string_default() 744 if (val < sym->implied.tri) in sym_get_string_default() 745 val = sym->implied.tri; in sym_get_string_default() 1055 } else if (stack->expr == &sym->implied in sym_check_print_recursive() [all...] |
H A D | menu.c | 389 * dependencies of the selected/implied symbol in menu_finalize() 397 es->implied.expr = expr_alloc_or(es->implied.expr, in menu_finalize() 831 if (sym->implied.expr) { in get_symbol_str() 832 expr_gstr_print_revdep(sym->implied.expr, r, yes, "Implied by [y]:\n"); in get_symbol_str() 833 expr_gstr_print_revdep(sym->implied.expr, r, mod, "Implied by [m]:\n"); in get_symbol_str() 834 expr_gstr_print_revdep(sym->implied.expr, r, no, "Implied by [n]:\n"); in get_symbol_str()
|
H A D | expr.h | 129 * "Weak" reverse dependencies through being implied by other symbols 131 struct expr_value implied; member
|
/kernel/linux/linux-5.10/arch/alpha/math-emu/ |
H A D | qrnnd.S | 20 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | udiv-qrnnd.S | 20 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 7078 No warranties, expressed or implied...
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 7780 No warranties, expressed or implied...
|
Completed in 20 milliseconds