Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/input/
H A Datp.c1395 u_int repeat_index = 0; in fg_match_strokes_against_pspans() local
1401 if (pspans[i].cum > pspans[repeat_index].cum) in fg_match_strokes_against_pspans()
1402 repeat_index = i; in fg_match_strokes_against_pspans()
1421 if ((repeat_count > 0) && (i == repeat_index)) in fg_match_strokes_against_pspans()
1742 u_int repeat_index = 0; /* index of the multi-span */ in fg_add_new_strokes() local
1748 repeat_index = i; in fg_add_new_strokes()
1761 (repeat_index == i)) { in fg_add_new_strokes()
1765 (repeat_index == j)) { in fg_add_new_strokes()