Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dexpr.c426 struct symbol *sym1, *sym2; in expr_join_or() local
438 sym1 = tmp->left.sym; in expr_join_or()
440 sym1 = e1->left.sym; in expr_join_or()
447 if (sym1 != sym2) in expr_join_or()
449 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
471 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or()
490 struct symbol *sym1, *sym2; in expr_join_and() local
502 sym1 = tmp->left.sym; in expr_join_and()
504 sym1 = e1->left.sym; in expr_join_and()
511 if (sym1 != sym2) in expr_join_and()
[all …]
A Dsymbol.c925 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument
927 const struct sym_match *s1 = sym1; in sym_rel_comp()

Completed in 9 milliseconds