Searched refs:repeat_count (Results 1 – 9 of 9) sorted by relevance
165 int repeat_count = 0; in sa_print_hd() local168 repeat_count++; in sa_print_hd()172 if (repeat_count > 1) { in sa_print_hd()173 _PRINTX("{%d}", repeat_count); in sa_print_hd()174 repeat_count = 0; in sa_print_hd()184 repeat_count = 1; in sa_print_hd()187 if (repeat_count > 1) in sa_print_hd()188 snprintf(ptr, rem_len, "{%d}", repeat_count); in sa_print_hd()
1401 if (repeat_count) { in fg_match_strokes_against_pspans()1423 if ((repeat_count > 0) && (i == repeat_index)) in fg_match_strokes_against_pspans()1424 repeat_count--; in fg_match_strokes_against_pspans()1500 u_int repeat_count = 0; in fg_update_strokes() local1544 repeat_count = abs(n_xpspans - n_ypspans); in fg_update_strokes()1548 repeat_count : 0)); in fg_update_strokes()1551 repeat_count : 0)); in fg_update_strokes()1746 repeat_count = abs(nspans[X] - nspans[Y]); in fg_add_new_strokes()1760 if (repeat_count > 0) { in fg_add_new_strokes()1764 repeat_count--; in fg_add_new_strokes()[all …]
537 int repeat_count, int cnt_clr_src, in ipu_config_wave_gen_1() argument552 if (repeat_count == 0) in ipu_config_wave_gen_1()561 reg |= repeat_count; in ipu_config_wave_gen_1()565 reg |= (repeat_count << 16); in ipu_config_wave_gen_1()
366 u_int8_t repeat_count; member
192 TW_UINT8 repeat_count; member
529 event->repeat_count, in tw_cl_create_event()
429 __be32 repeat_count; member
1375 int repeat_count = *++c + 3 - ' '; in ExpandRLE() local1378 for (int i = 0; i < repeat_count; ++i) in ExpandRLE()
3594 sblock_ctrl->repeat_count = cpu_to_be32(data_len / block_size); in set_sig_data_segment()