Home
last modified time | relevance | path

Searched refs:cy (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/lib/mpi/
Dmpih-mul.c71 mpi_limb_t cy; in mul_n_basecase() local
82 cy = 0; in mul_n_basecase()
84 cy = mpihelp_mul_1(prodp, up, size, v_limb); in mul_n_basecase()
86 prodp[size] = cy; in mul_n_basecase()
94 cy = 0; in mul_n_basecase()
96 cy = mpihelp_add_n(prodp, prodp, up, size); in mul_n_basecase()
98 cy = mpihelp_addmul_1(prodp, up, size, v_limb); in mul_n_basecase()
100 prodp[size] = cy; in mul_n_basecase()
104 return cy; in mul_n_basecase()
147 mpi_limb_t cy; in mul_n() local
[all …]
Dmpi-inline.h68 mpi_limb_t cy = 0; in mpihelp_add() local
71 cy = mpihelp_add_n(res_ptr, s1_ptr, s2_ptr, s2_size); in mpihelp_add()
74 cy = mpihelp_add_1(res_ptr + s2_size, s1_ptr + s2_size, in mpihelp_add()
75 s1_size - s2_size, cy); in mpihelp_add()
76 return cy; in mpihelp_add()
111 mpi_limb_t cy = 0; in mpihelp_sub() local
114 cy = mpihelp_sub_n(res_ptr, s1_ptr, s2_ptr, s2_size); in mpihelp_sub()
117 cy = mpihelp_sub_1(res_ptr + s2_size, s1_ptr + s2_size, in mpihelp_sub()
118 s1_size - s2_size, cy); in mpihelp_sub()
119 return cy; in mpihelp_sub()
Dgeneric_mpih-add1.c37 mpi_limb_t x, y, cy; in mpihelp_add_n() local
49 cy = 0; in mpihelp_add_n()
53 y += cy; /* add previous carry to one addend */ in mpihelp_add_n()
54 cy = y < cy; /* get out carry from that addition */ in mpihelp_add_n()
56 cy += y < x; /* get out carry from that add, combine */ in mpihelp_add_n()
60 return cy; in mpihelp_add_n()
Dgeneric_mpih-sub1.c36 mpi_limb_t x, y, cy; in mpihelp_sub_n() local
48 cy = 0; in mpihelp_sub_n()
52 y += cy; /* add previous carry to subtrahend */ in mpihelp_sub_n()
53 cy = y < cy; /* get out carry from that addition */ in mpihelp_sub_n()
55 cy += y > x; /* get out carry from the subtract, combine */ in mpihelp_sub_n()
59 return cy; in mpihelp_sub_n()
/Linux-v4.19/drivers/s390/char/
Dtty3270.c81 unsigned int cx, cy; /* Current output position. */ member
1088 line = tp->screen + tp->cy; in tty3270_put_character()
1230 tty3270_convert_line(tp, tp->cy); in tty3270_lf()
1231 if (tp->cy < tp->view.rows - 3) { in tty3270_lf()
1232 tp->cy++; in tty3270_lf()
1248 if (tp->cy > 0) { in tty3270_ri()
1249 tty3270_convert_line(tp, tp->cy); in tty3270_ri()
1250 tp->cy--; in tty3270_ri()
1263 line = tp->screen + tp->cy; in tty3270_insert_characters()
1294 line = tp->screen + tp->cy; in tty3270_delete_characters()
[all …]
/Linux-v4.19/drivers/staging/vboxvideo/
Dvbox_irq.c103 hintsj->dy + (hintsj->cy & 0x8fff) && in validate_or_set_position_hints()
104 hintsi->dy + (hintsi->cy & 0x8fff) > in validate_or_set_position_hints()
154 vbox_conn->mode_hint.height = hints->cy; in vbox_update_mode_hints()
169 hints->cy, 0, flags); in vbox_update_mode_hints()
Dvboxvideo.h455 u32 cy; member
476 u32 cy; /**< Rectangle height. */ member
Dmodesetting.c97 p->cy = height; in hgsmi_update_input_mapping()
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun8i_vi_scaler.c864 const u32 *ch_left, *ch_right, *cy; in sun8i_vi_scaler_set_coeff() local
870 cy = lan2coefftab32; in sun8i_vi_scaler_set_coeff()
874 cy = bicubic4coefftab32; in sun8i_vi_scaler_set_coeff()
896 cy[offset + i]); in sun8i_vi_scaler_set_coeff()
/Linux-v4.19/drivers/staging/speakup/
Dspk_types.h65 ulong cy; member
Dmain.c1553 speakup_console[vc->vc_num]->ht.cy = vc->vc_y; in do_handle_cursor()
1664 d = vc->vc_y - speakup_console[vc_num]->ht.cy; in speak_highlight()
/Linux-v4.19/scripts/kconfig/
Dgconf.c894 gint cx, cy; in on_treeview2_button_press_event() local
897 &cy); in on_treeview2_button_press_event()
1010 gint cx, cy; in on_treeview1_button_press_event() local
1013 &cy); in on_treeview1_button_press_event()
/Linux-v4.19/drivers/hid/
Dhid-multitouch.c100 __s32 *x, *y, *cx, *cy, *p, *w, *h, *a; member
500 usage->cy = DEFAULT_ZERO; in mt_allocate_usage()
716 MT_STORE_FIELD(cy); in mt_touch_input_mapping()
1061 input_event(input, EV_ABS, ABS_MT_TOOL_Y, *slot->cy); in mt_process_slot()
/Linux-v4.19/drivers/input/touchscreen/
Dsurface3_spi.c48 __le16 cy; member
/Linux-v4.19/arch/s390/tools/
Dopcodes.txt758 e359 cy RXY_RRRD