Home
last modified time | relevance | path

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

/scripts/
Dmakelst19 t1=`$3 --syms $1 | grep .text | grep -m1 " F "`
20 if [ -n "$t1" ]; then
21 t2=`field 6 $t1`
27 t5=`field 1 $t1`
/scripts/kconfig/
Dlkc_proto.h44 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));
Dexpr.c984 int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type() argument
989 if (t1 == t2) in expr_compare_type()
991 switch (t1) { in expr_compare_type()
1011 printf("[%dgt%d?]", t1, t2); in expr_compare_type()