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

/freebsd-13-stable/tests/sys/net/routing/
H A Drtsock_print.h165 int repeat_count = 0; local
168 repeat_count++;
172 if (repeat_count > 1) {
173 _PRINTX("{%d}", repeat_count);
174 repeat_count = 0;
184 repeat_count = 1;
187 if (repeat_count > 1)
188 snprintf(ptr, rem_len, "{%d}", repeat_count);
/freebsd-13-stable/sys/dev/usb/input/
H A Datp.c1394 fg_pspan *pspans, u_int n_pspans, u_int repeat_count)
1401 if (repeat_count) {
1423 if ((repeat_count > 0) && (i == repeat_index))
1424 repeat_count--;
1500 u_int repeat_count = 0; local
1541 * crude repeat_count for matching multi-pspans--i.e. the
1542 * multi-pspan along the Y axis (above) has a repeat_count of 1.
1544 repeat_count = abs(n_xpspans - n_ypspans);
1547 (((repeat_count != 0) && ((n_xpspans < n_ypspans))) ?
1548 repeat_count
1393 fg_match_strokes_against_pspans(struct atp_softc *sc, atp_axis axis, fg_pspan *pspans, u_int n_pspans, u_int repeat_count) argument
1742 u_int repeat_count; /* repeat count for the multi-pspan*/ local
[all...]
/freebsd-13-stable/sys/dev/tws/
H A Dtws_hdm.h366 u_int8_t repeat_count; member in struct:tws_event_packet
/freebsd-13-stable/sys/dev/twa/
H A Dtw_cl_share.h192 TW_UINT8 repeat_count; member in struct:tw_cl_event_packet
H A Dtw_cl_misc.c529 event->repeat_count,
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx6_ipu.c537 int repeat_count, int cnt_clr_src,
552 if (repeat_count == 0)
561 reg |= repeat_count;
565 reg |= (repeat_count << 16);
536 ipu_config_wave_gen_1(struct ipu_softc *sc, int di, int wave_gen, int repeat_count, int cnt_clr_src, int cnt_polarity_gen_en, int cnt_polarity_clr_src, int cnt_polarity_trigger_src, int cnt_up, int cnt_down) argument
/freebsd-13-stable/sys/dev/mlx5/
H A Dqp.h422 __be32 repeat_count; member in struct:mlx5_stride_block_ctrl_seg
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1375 int repeat_count = *++c + 3 - ' '; local
1376 // We have the char_to_repeat and repeat_count. Now push it in the
1378 for (int i = 0; i < repeat_count; ++i)
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3518 sblock_ctrl->repeat_count = cpu_to_be32(data_len / block_size);

Completed in 196 milliseconds