/Linux-v5.4/lib/mpi/ |
D | mpih-mul.c | 58 mpi_limb_t cy; in mul_n_basecase() local 69 cy = 0; in mul_n_basecase() 71 cy = mpihelp_mul_1(prodp, up, size, v_limb); in mul_n_basecase() 73 prodp[size] = cy; in mul_n_basecase() 81 cy = 0; in mul_n_basecase() 83 cy = mpihelp_add_n(prodp, prodp, up, size); in mul_n_basecase() 85 cy = mpihelp_addmul_1(prodp, up, size, v_limb); in mul_n_basecase() 87 prodp[size] = cy; in mul_n_basecase() 91 return cy; in mul_n_basecase() 134 mpi_limb_t cy; in mul_n() local [all …]
|
D | mpi-inline.h | 55 mpi_limb_t cy = 0; in mpihelp_add() local 58 cy = mpihelp_add_n(res_ptr, s1_ptr, s2_ptr, s2_size); in mpihelp_add() 61 cy = mpihelp_add_1(res_ptr + s2_size, s1_ptr + s2_size, in mpihelp_add() 62 s1_size - s2_size, cy); in mpihelp_add() 63 return cy; in mpihelp_add() 98 mpi_limb_t cy = 0; in mpihelp_sub() local 101 cy = mpihelp_sub_n(res_ptr, s1_ptr, s2_ptr, s2_size); in mpihelp_sub() 104 cy = mpihelp_sub_1(res_ptr + s2_size, s1_ptr + s2_size, in mpihelp_sub() 105 s1_size - s2_size, cy); in mpihelp_sub() 106 return cy; in mpihelp_sub()
|
D | generic_mpih-sub1.c | 23 mpi_limb_t x, y, cy; in mpihelp_sub_n() local 35 cy = 0; in mpihelp_sub_n() 39 y += cy; /* add previous carry to subtrahend */ in mpihelp_sub_n() 40 cy = y < cy; /* get out carry from that addition */ in mpihelp_sub_n() 42 cy += y > x; /* get out carry from the subtract, combine */ in mpihelp_sub_n() 46 return cy; in mpihelp_sub_n()
|
D | generic_mpih-add1.c | 24 mpi_limb_t x, y, cy; in mpihelp_add_n() local 36 cy = 0; in mpihelp_add_n() 40 y += cy; /* add previous carry to one addend */ in mpihelp_add_n() 41 cy = y < cy; /* get out carry from that addition */ in mpihelp_add_n() 43 cy += y < x; /* get out carry from that add, combine */ in mpihelp_add_n() 47 return cy; in mpihelp_add_n()
|
/Linux-v5.4/drivers/s390/char/ |
D | tty3270.c | 81 unsigned int cx, cy; /* Current output position. */ member 1089 line = tp->screen + tp->cy; in tty3270_put_character() 1231 tty3270_convert_line(tp, tp->cy); in tty3270_lf() 1232 if (tp->cy < tp->view.rows - 3) { in tty3270_lf() 1233 tp->cy++; in tty3270_lf() 1249 if (tp->cy > 0) { in tty3270_ri() 1250 tty3270_convert_line(tp, tp->cy); in tty3270_ri() 1251 tp->cy--; in tty3270_ri() 1264 line = tp->screen + tp->cy; in tty3270_insert_characters() 1295 line = tp->screen + tp->cy; in tty3270_delete_characters() [all …]
|
/Linux-v5.4/drivers/gpu/drm/vboxvideo/ |
D | vbox_irq.c | 87 hintsj->dy + (hintsj->cy & 0x8fff) && in validate_or_set_position_hints() 88 hintsi->dy + (hintsi->cy & 0x8fff) > in validate_or_set_position_hints() 139 vbox_conn->mode_hint.height = hints->cy; in vbox_update_mode_hints() 154 hints->cy, 0, flags); in vbox_update_mode_hints()
|
D | vboxvideo.h | 408 u32 cy; member 428 u32 cy; /* Rectangle height. */ member
|
D | modesetting.c | 78 p->cy = height; in hgsmi_update_input_mapping()
|
/Linux-v5.4/drivers/gpu/drm/sun4i/ |
D | sun8i_vi_scaler.c | 874 const u32 *ch_left, *ch_right, *cy; in sun8i_vi_scaler_set_coeff() local 880 cy = lan2coefftab32; in sun8i_vi_scaler_set_coeff() 884 cy = bicubic4coefftab32; in sun8i_vi_scaler_set_coeff() 906 cy[offset + i]); in sun8i_vi_scaler_set_coeff()
|
/Linux-v5.4/drivers/staging/speakup/ |
D | spk_types.h | 65 ulong cy; member
|
D | main.c | 1556 speakup_console[vc->vc_num]->ht.cy = vc->vc_y; in do_handle_cursor() 1667 d = vc->vc_y - speakup_console[vc_num]->ht.cy; in speak_highlight()
|
/Linux-v5.4/scripts/kconfig/ |
D | gconf.c | 892 gint cx, cy; in on_treeview2_button_press_event() local 895 &cy); in on_treeview2_button_press_event() 1008 gint cx, cy; in on_treeview1_button_press_event() local 1011 &cy); in on_treeview1_button_press_event()
|
/Linux-v5.4/drivers/input/touchscreen/ |
D | surface3_spi.c | 44 __le16 cy; member
|
/Linux-v5.4/drivers/hid/ |
D | hid-multitouch.c | 97 __s32 *x, *y, *cx, *cy, *p, *w, *h, *a; member 506 usage->cy = DEFAULT_ZERO; in mt_allocate_usage() 735 MT_STORE_FIELD(cy); in mt_touch_input_mapping() 1080 input_event(input, EV_ABS, ABS_MT_TOOL_Y, *slot->cy); in mt_process_slot()
|
/Linux-v5.4/arch/s390/tools/ |
D | opcodes.txt | 788 e359 cy RXY_RRRD
|