Home | History | Annotate | Download | only in mllite

Lines Matching refs:td1

297 /** Pick the smallest non-negative number. Priority to td1 on equal
300 static int inv_pick_best_time_difference(long td1, long td2)
302 if (td1 >= 0) {
304 if (td1 <= td2) {
305 // td1
312 // td1
320 if (td1 >= td2) {
321 // td1