Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/input/
H A Datp.c1397 u_int repeat_index = 0; in fg_match_strokes_against_pspans() local
1403 if (pspans[i].cum > pspans[repeat_index].cum) in fg_match_strokes_against_pspans()
1404 repeat_index = i; in fg_match_strokes_against_pspans()
1423 if ((repeat_count > 0) && (i == repeat_index)) in fg_match_strokes_against_pspans()
1743 u_int repeat_index = 0; /* index of the multi-span */ in fg_add_new_strokes() local
1749 repeat_index = i; in fg_add_new_strokes()
1762 (repeat_index == i)) { in fg_add_new_strokes()
1766 (repeat_index == j)) { in fg_add_new_strokes()