Home | History | Annotate | Download | only in test

Lines Matching refs:usec2

1254 	long usec1, usec2;
1265 usec2 = diff2.tv_sec * 1000000 + diff2.tv_usec;
1269 tt_int_op(usec2, >, 80000);
1270 tt_int_op(usec2, <, 120000);