Home
last modified time | relevance | path

Searched refs:exact2 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dsymbol.c1004 int exact1, exact2; in sym_rel_comp() local
1016 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp()
1017 if (exact1 && !exact2) in sym_rel_comp()
1019 if (!exact1 && exact2) in sym_rel_comp()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dsymbol.c1018 int exact1, exact2; in sym_rel_comp() local
1030 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp()
1031 if (exact1 && !exact2) in sym_rel_comp()
1033 if (!exact1 && exact2) in sym_rel_comp()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dsymbol.c931 int exact1, exact2; in sym_rel_comp() local
943 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp()
944 if (exact1 && !exact2) in sym_rel_comp()
946 if (!exact1 && exact2) in sym_rel_comp()