Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Datp.c1445 u_int least_distance_sq = WSP_MAX_ALLOWED_MATCH_DISTANCE_SQ; in wsp_match_strokes_against_fingers() local
1464 if (d_squared < least_distance_sq) { in wsp_match_strokes_against_fingers()
1465 least_distance_sq = d_squared; in wsp_match_strokes_against_fingers()