Home
last modified time | relevance | path

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

/scripts/mod/
A Dsymsearch.c30 static int syminfo_compare(const void *s1, const void *s2) in syminfo_compare() argument
32 const struct syminfo *sym1 = s1; in syminfo_compare()
/scripts/kconfig/
A Dsymbol.c981 const struct sym_match *s1 = sym1; in sym_rel_comp() local
994 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp()
1002 return strcmp(s1->sym->name, s2->sym->name); in sym_rel_comp()
A Dexpr.h300 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
A Dexpr.c72 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() argument
74 return expr_lookup(type, s1, s2); in expr_alloc_comp()
/scripts/
A Dget_maintainer.pl1049 my $s1 = ($file =~ tr@/@@);
1051 if ($s1 == $s2) {

Completed in 11 milliseconds