Home
last modified time | relevance | path

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

/src/tests/sys/net/routing/
H A Drtsock_print.h163 int repeat_count = 0; in sa_print_hd() local
166 repeat_count++; in sa_print_hd()
170 if (repeat_count > 1) { in sa_print_hd()
171 _PRINTX("{%d}", repeat_count); in sa_print_hd()
172 repeat_count = 0; in sa_print_hd()
182 repeat_count = 1; in sa_print_hd()
185 if (repeat_count > 1) in sa_print_hd()
186 snprintf(ptr, rem_len, "{%d}", repeat_count); in sa_print_hd()
/src/sys/dev/usb/input/
H A Datp.c1391 fg_pspan *pspans, u_int n_pspans, u_int repeat_count) in fg_match_strokes_against_pspans() argument
1398 if (repeat_count) { in fg_match_strokes_against_pspans()
1420 if ((repeat_count > 0) && (i == repeat_index)) in fg_match_strokes_against_pspans()
1421 repeat_count--; in fg_match_strokes_against_pspans()
1497 u_int repeat_count = 0; in fg_update_strokes() local
1541 repeat_count = abs(n_xpspans - n_ypspans); in fg_update_strokes()
1544 (((repeat_count != 0) && ((n_xpspans < n_ypspans))) ? in fg_update_strokes()
1545 repeat_count : 0)); in fg_update_strokes()
1547 (((repeat_count != 0) && (n_ypspans < n_xpspans)) ? in fg_update_strokes()
1548 repeat_count : 0)); in fg_update_strokes()
[all …]
/src/sys/dev/evdev/
H A Dinput.h229 uint16_t repeat_count; member
/src/sys/arm/freescale/imx/
H A Dimx6_ipu.c534 int repeat_count, int cnt_clr_src, in ipu_config_wave_gen_1() argument
549 if (repeat_count == 0) in ipu_config_wave_gen_1()
558 reg |= repeat_count; in ipu_config_wave_gen_1()
562 reg |= (repeat_count << 16); in ipu_config_wave_gen_1()
/src/sys/dev/tws/
H A Dtws_hdm.h364 u_int8_t repeat_count; member
/src/sys/dev/mlx5/
H A Dqp.h436 __be32 repeat_count; member
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1305 int repeat_count = *++c + 3 - ' '; in ExpandRLE() local
1308 for (int i = 0; i < repeat_count; ++i) in ExpandRLE()
/src/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3620 sblock_ctrl->repeat_count = cpu_to_be32(data_len / block_size); in set_sig_data_segment()
/src/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h90966 uint16_t repeat_count; member