Searched refs:repeat_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/input/
H A Datp.c1389 fg_pspan *pspans, u_int n_pspans, u_int repeat_count)
1396 if (repeat_count) {
1419 if ((repeat_count > 0) && (i == repeat_index))
1420 repeat_count--;
1496 u_int repeat_count = 0; local
1537 * crude repeat_count for matching multi-pspans--i.e. the
1538 * multi-pspan along the Y axis (above) has a repeat_count of 1.
1540 repeat_count = abs(n_xpspans - n_ypspans);
1543 (((repeat_count != 0) && ((n_xpspans < n_ypspans))) ?
1544 repeat_count
1388 fg_match_strokes_against_pspans(struct atp_softc *sc, atp_axis axis, fg_pspan *pspans, u_int n_pspans, u_int repeat_count) argument
1739 u_int repeat_count; /* repeat count for the multi-pspan*/ local
[all...]
/freebsd-10.3-release/sys/dev/tws/
H A Dtws_hdm.h381 u_int8_t repeat_count; member in struct:tws_event_packet
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp494 int repeat_count = *++c + 3 - ' '; local
495 // We have the char_to_repeat and repeat_count. Now push
497 for (int i = 0; i < repeat_count; ++i)
/freebsd-10.3-release/sys/dev/twa/
H A Dtw_cl_share.h203 TW_UINT8 repeat_count; member in struct:tw_cl_event_packet
H A Dtw_cl_misc.c549 event->repeat_count,
/freebsd-10.3-release/sys/dev/mlx5/
H A Dqp.h377 __be32 repeat_count; member in struct:mlx5_stride_block_ctrl_seg

Completed in 180 milliseconds