Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Datp.c1394 u_int repeat_index = 0; in fg_match_strokes_against_pspans() local
1400 if (pspans[i].cum > pspans[repeat_index].cum) in fg_match_strokes_against_pspans()
1401 repeat_index = i; in fg_match_strokes_against_pspans()
1420 if ((repeat_count > 0) && (i == repeat_index)) in fg_match_strokes_against_pspans()
1741 u_int repeat_index = 0; /* index of the multi-span */ in fg_add_new_strokes() local
1747 repeat_index = i; in fg_add_new_strokes()
1760 (repeat_index == i)) { in fg_add_new_strokes()
1764 (repeat_index == j)) { in fg_add_new_strokes()