Home
last modified time | relevance | path

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

/scripts/
A Dmakelst22 t2=`field 6 $t1`
26 t3=`grep $t2 $2`
/scripts/coccinelle/null/
A Dbadzero.cocci146 @t2 depends on !patch disable is_zero,isnt_zero @
169 p << t2.p1;
175 p << t2.p2;
181 p << t2.p1;
187 p << t2.p2;
/scripts/kconfig/
A Dexpr.c991 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type() argument
993 if (t1 == t2) in expr_compare_type()
1000 if (t2 == E_EQUAL || t2 == E_UNEQUAL) in expr_compare_type()
1005 if (t2 == E_NOT) in expr_compare_type()
1009 if (t2 == E_AND) in expr_compare_type()
1013 if (t2 == E_OR) in expr_compare_type()

Completed in 4 milliseconds