Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/
H A Dexpr.c364 struct symbol *sym1, *sym2; in expr_join_or() local
376 sym1 = tmp->left.sym; in expr_join_or()
378 sym1 = e1->left.sym; in expr_join_or()
385 if (sym1 != sym2) in expr_join_or()
387 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
389 if (sym1->type == S_TRISTATE) { in expr_join_or()
394 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_no); in expr_join_or()
400 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_mod); in expr_join_or()
406 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_yes); in expr_join_or()
409 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or()
[all …]
H A Dsymbol.c1000 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument
1002 const struct sym_match *s1 = sym1; in sym_rel_comp()