Home
last modified time | relevance | path

Searched refs:T_INT (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/kconfig/
A Dparser.tab.h77 T_INT = 278, /* T_INT */ enumerator
A Dlexer.l108 "int" return T_INT;
A Dparser.y66 %token T_INT
290 | T_INT { $$ = S_INT; }
A Dlexer.lex.c2625 return T_INT;
/linux/tools/perf/util/
A Dpython.c174 sample_member_def(sample_pid, pid, T_INT, "event pid"), \
175 sample_member_def(sample_tid, tid, T_INT, "event tid"), \

Completed in 14 milliseconds