Searched refs:spans (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/usb/input/
H A Datp.c164 /* Ignore pressure spans with cumulative press. below this value. */
167 /* Maximum allowed width for pressure-spans.*/
298 * pressure spans along the two axes.
648 * For these, there is the need to track pressure-spans and cumulative
1016 /* Get pressure readings and detect p-spans for both axes. */
1164 fg_pspan *spans, /* finger spans */
1165 u_int *nspans_p) /* num spans detected */
1181 memset(spans, 0, max_spans * sizeof(fg_pspan));
1235 spans[num_span
1162 fg_detect_pspans(int *p, u_int num_sensors, u_int max_spans, fg_pspan *spans, u_int *nspans_p) argument
1715 fg_pspan spans[2][FG_MAX_PSPANS_PER_AXIS]; local
[all...]
/freebsd-current/usr.bin/join/
H A Djoin.c87 static int spans = 1; /* span multiple delimiters (-t) */ variable
171 spans = 0;
331 if (spans && *fieldp == '\0')
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-ifelse.mk52 # When the :? is parsed, it is greedy. The else branch spans all the
H A Ddirective-include-guard.mk604 # If the '.if' or '.ifndef' directive spans more than a single line, it is

Completed in 108 milliseconds