/dports/www/libwww/w3c-libwww-5.4.2/Library/src/ |
H A D | HTGuess.c | 45 int ctrl_cnt; member 86 (int)(100*me->ctrl_cnt/me->cnt + 0.5) _ in HTGuess_flush() 90 if (!me->ctrl_cnt || in HTGuess_flush() 91 me->text_cnt + me->lf_cnt >= 16 * (me->ctrl_cnt + me->high_cnt)) { in HTGuess_flush() 204 me->ctrl_cnt++; in HTGuess_put_block()
|
/dports/games/scummvm/scummvm-2.5.1/engines/trecision/ |
H A D | fastfile.cpp | 130 unsigned short ctrl = 0, ctrl_cnt = 1; in decompress() local 133 if (!--ctrl_cnt) { in decompress() 135 ctrl_cnt = 16; in decompress()
|
/dports/emulators/bochs/bochs-2.7/gui/ |
H A D | x.cc | 2220 int btn_base, ctrl_cnt, cur_ctrl, old_ctrl, height, width; member in x11_dialog_c 2264 ctrl_cnt = num_ctrls; in x11_dialog_c() 2275 for (int i = 0; i < ctrl_cnt; i++) { in ~x11_dialog_c() 2294 if (cur_ctrl < ctrl_cnt) { in add_control() 2344 if (id < ctrl_cnt) { in set_control_param() 2359 cur_ctrl = ctrl_cnt - 1; in run() 2373 for (i = 0; i < ctrl_cnt; i++) { in run() 2377 if (old_ctrl < 0) old_ctrl = ctrl_cnt - 1; in run() 2383 for (i = 0; i < ctrl_cnt; i++) { in run() 2407 if (cur_ctrl >= ctrl_cnt) cur_ctrl = 0; in run() [all …]
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.h | 289 int ctrl_in_idx, ctrl_out_idx, ctrl_cnt; member
|
H A D | hfcsusb.c | 58 if (hw->ctrl_cnt) { in ctrl_start_transfer() 85 if (hw->ctrl_cnt >= HFC_CTRL_BUFSIZE) { in write_reg() 94 if (++hw->ctrl_cnt == 1) in write_reg() 111 if (hw->ctrl_cnt) { in ctrl_complete() 112 hw->ctrl_cnt--; /* decrement actual count */ in ctrl_complete()
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.h | 289 int ctrl_in_idx, ctrl_out_idx, ctrl_cnt; member
|
H A D | hfcsusb.c | 58 if (hw->ctrl_cnt) { in ctrl_start_transfer() 85 if (hw->ctrl_cnt >= HFC_CTRL_BUFSIZE) { in write_reg() 94 if (++hw->ctrl_cnt == 1) in write_reg() 111 if (hw->ctrl_cnt) { in ctrl_complete() 112 hw->ctrl_cnt--; /* decrement actual count */ in ctrl_complete()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.h | 289 int ctrl_in_idx, ctrl_out_idx, ctrl_cnt; member
|
H A D | hfcsusb.c | 58 if (hw->ctrl_cnt) { in ctrl_start_transfer() 85 if (hw->ctrl_cnt >= HFC_CTRL_BUFSIZE) { in write_reg() 94 if (++hw->ctrl_cnt == 1) in write_reg() 111 if (hw->ctrl_cnt) { in ctrl_complete() 112 hw->ctrl_cnt--; /* decrement actual count */ in ctrl_complete()
|
/dports/editors/emacs-devel/emacs-4d1968b/src/ |
H A D | w32fns.c | 3626 int *ctrl_cnt, int *is_dead, int vk, int exp) in get_wm_chars() argument 3632 if (ctrl_cnt) in get_wm_chars() 3633 *ctrl_cnt = 0; in get_wm_chars() 3690 if (ctrl_cnt) in get_wm_chars() 3691 (*ctrl_cnt)++; in get_wm_chars() 3743 int ctrl_cnt, buf[1024], count, is_dead, after_dead = (after_deadkey > 0); in deliver_wm_chars() local 3772 &ctrl_cnt, &is_dead, wParam, in deliver_wm_chars() 4050 if (!ctrl_cnt) /* Process ALSO as ctrl */ in deliver_wm_chars()
|
/dports/editors/emacs/emacs-27.2/src/ |
H A D | w32fns.c | 3667 int *ctrl_cnt, int *is_dead, int vk, int exp) in get_wm_chars() argument 3673 if (ctrl_cnt) in get_wm_chars() 3674 *ctrl_cnt = 0; in get_wm_chars() 3731 if (ctrl_cnt) in get_wm_chars() 3732 (*ctrl_cnt)++; in get_wm_chars() 3784 int ctrl_cnt, buf[1024], count, is_dead, after_dead = (after_deadkey > 0); in deliver_wm_chars() local 3813 &ctrl_cnt, &is_dead, wParam, in deliver_wm_chars() 4091 if (!ctrl_cnt) /* Process ALSO as ctrl */ in deliver_wm_chars()
|