Home
last modified time | relevance | path

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

/buildroot/package/webkitgtk/
A D0001-GTK-2.42.5-LowLevelInterpreter.cpp-339-21-error-t6-w.patch29 UNUSED_VARIABLE(t2);
/buildroot/support/kconfig/
A Dexpr.c1106 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type() argument
1108 if (t1 == t2) in expr_compare_type()
1115 if (t2 == E_EQUAL || t2 == E_UNEQUAL) in expr_compare_type()
1119 if (t2 == E_NOT) in expr_compare_type()
1122 if (t2 == E_AND) in expr_compare_type()
1125 if (t2 == E_OR) in expr_compare_type()
1128 if (t2 == E_LIST) in expr_compare_type()
1131 if (t2 == 0) in expr_compare_type()
1136 printf("[%dgt%d?]", t1, t2); in expr_compare_type()

Completed in 5 milliseconds