Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 4 of 4) 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`
Danalyze_suspend.py2355 t1 {color:black;font: 30px Times;}\n\
/scripts/coccinelle/null/
Dbadzero.cocci49 @t1 depends on !patch@
70 p << t1.p;
76 p << t1.p;
/scripts/kconfig/
Dexpr.c1004 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type() argument
1006 if (t1 == t2) in expr_compare_type()
1008 switch (t1) { in expr_compare_type()
1034 printf("[%dgt%d?]", t1, t2); in expr_compare_type()