/openbmc/linux/lib/crypto/mpi/ |
H A 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 …]
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | mpi-add.c | 43 mpi_limb_t cy; in mpi_add_ui() local 44 cy = mpihelp_add_1(wp, up, usize, v); in mpi_add_ui() 45 wp[usize] = cy; in mpi_add_ui() 46 wsize = usize + cy; in mpi_add_ui() 122 mpi_limb_t cy = mpihelp_add(wp, up, usize, vp, vsize); in mpi_add() local 123 wp[usize] = cy; in mpi_add() 124 wsize = usize + cy; in mpi_add()
|
H A D | mpi-sub-ui.c | 53 mpi_limb_t cy; in mpi_sub_ui() local 55 cy = mpihelp_add_1(w->d, u->d, u->nlimbs, (mpi_limb_t) vval); in mpi_sub_ui() 56 w->d[u->nlimbs] = cy; in mpi_sub_ui() 57 w->nlimbs = u->nlimbs + cy; in mpi_sub_ui()
|
H A D | ec.c | 248 mpi_limb_t cy; in ec_mulm_25519() local 267 cy = mpihelp_lshift(m, m, LIMB_SIZE_25519, 4); in ec_mulm_25519() 268 m[LIMB_SIZE_25519] = cy; in ec_mulm_25519() 269 cy = mpihelp_add_n(m, m, n, wsize); in ec_mulm_25519() 270 m[LIMB_SIZE_25519] += cy; in ec_mulm_25519() 271 cy = mpihelp_add_n(m, m, n, wsize); in ec_mulm_25519() 272 m[LIMB_SIZE_25519] += cy; in ec_mulm_25519() 273 cy = mpihelp_add_n(m, m, n, wsize); in ec_mulm_25519() 274 m[LIMB_SIZE_25519] += cy; in ec_mulm_25519() 276 cy = mpihelp_add_n(wp, wp, m, wsize); in ec_mulm_25519() [all …]
|
H A D | mpi-mul.c | 20 mpi_limb_t cy; in mpi_mul() local 74 mpihelp_mul(wp, up, usize, vp, vsize, &cy); in mpi_mul() 75 wsize -= cy ? 0:1; in mpi_mul()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | poly1305_glue.c | 62 u32 cy; in convert_to_base2_64() local 67 cy = state->h[0] >> 26; state->h[0] &= 0x3ffffff; state->h[1] += cy; in convert_to_base2_64() 68 cy = state->h[1] >> 26; state->h[1] &= 0x3ffffff; state->h[2] += cy; in convert_to_base2_64() 69 cy = state->h[2] >> 26; state->h[2] &= 0x3ffffff; state->h[3] += cy; in convert_to_base2_64() 70 cy = state->h[3] >> 26; state->h[3] &= 0x3ffffff; state->h[4] += cy; in convert_to_base2_64() 75 cy = (state->hs[2] >> 2) + (state->hs[2] & ~3ULL); in convert_to_base2_64() 77 state->hs[0] += cy; in convert_to_base2_64() 78 state->hs[1] += (cy = ULT(state->hs[0], cy)); in convert_to_base2_64() 79 state->hs[2] += ULT(state->hs[1], cy); in convert_to_base2_64()
|
/openbmc/phosphor-webui/app/assets/icons/ |
H A D | icon-more.svg | 1 …7-4.4-9.7-9.7-9.7z"/><circle cx="6.7" cy="12.5" r="1.5"/><circle cx="12.1" cy="12.5" r="1.5"/><cir…
|
H A D | icon-health.svg | 1 …1L23 27.18z"/><circle cx="11" cy="8" r="1"/><circle fill="#ffffff" cx="11" cy="16" r="1"/><circle …
|
H A D | icon-loader.svg | 2 <circle cx="50" cy="50" r="16"></circle>
|
H A D | icon-warning.svg | 5 <circle cx="10" cy="14.7" r=".8"/>
|
/openbmc/linux/drivers/s390/char/ |
H A D | con3270.c | 96 unsigned int cx, cy; /* Current output position. */ member 500 line = tty3270_get_write_line(tp, i + tp->cy + 1); in tty3270_update_lines_all() 1263 line = tty3270_get_write_line(tp, tp->cy); in tty3270_put_character() 1295 if (tp->cy < tty3270_tty_rows(tp) - 1) { in tty3270_lf() 1296 tp->cy++; in tty3270_lf() 1304 line = tty3270_get_write_line(tp, tp->cy); in tty3270_lf() 1311 if (tp->cy > 0) in tty3270_ri() 1312 tp->cy--; in tty3270_ri() 1329 line = tty3270_get_write_line(tp, tp->cy); in tty3270_insert_characters() 1354 line = tty3270_get_write_line(tp, tp->cy); in tty3270_delete_characters() [all …]
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A 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()
|
/openbmc/linux/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_irq.c | 88 hintsj->dy + (hintsj->cy & 0x8fff) && in validate_or_set_position_hints() 89 hintsi->dy + (hintsi->cy & 0x8fff) > in validate_or_set_position_hints() 140 vbox_conn->mode_hint.height = hints->cy; in vbox_update_mode_hints() 155 hints->cy, 0, flags); in vbox_update_mode_hints()
|
H A D | vboxvideo.h | 406 u32 cy; member 426 u32 cy; /* Rectangle height. */ member
|
H A D | modesetting.c | 82 p->cy = height; in hgsmi_update_input_mapping()
|
/openbmc/openbmc/meta-ufispace/ |
H A D | OWNERS | 4 - hawk.cy.lee@ufispace.com
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-tight.c | 754 int cx, cy; in extend_solid_area() local 757 for ( cy = *y_ptr - 1; in extend_solid_area() 758 cy >= y && check_solid_tile(vs, *x_ptr, cy, *w_ptr, 1, &color, true); in extend_solid_area() 759 cy-- ); in extend_solid_area() 760 *h_ptr += *y_ptr - (cy + 1); in extend_solid_area() 761 *y_ptr = cy + 1; in extend_solid_area() 764 for ( cy = *y_ptr + *h_ptr; in extend_solid_area() 765 cy < y + h && in extend_solid_area() 766 check_solid_tile(vs, *x_ptr, cy, *w_ptr, 1, &color, true); in extend_solid_area() 767 cy++ ); in extend_solid_area() [all …]
|
/openbmc/qemu/hw/display/ |
H A D | artist.c | 1249 int cx, cy, cursor_pos_x, cursor_pos_y; in artist_draw_cursor() local 1261 for (cy = 0; cy < s->cursor_height; cy++) { in artist_draw_cursor() 1265 if (cursor_pos_y + cy < 0 || in artist_draw_cursor() 1267 cursor_pos_y + cy > buf->height - 1 || in artist_draw_cursor() 1272 int dstoffset = (cursor_pos_y + cy) * s->width + in artist_draw_cursor() 1275 if (cursor0->data[cy * cursor0->width + cx]) { in artist_draw_cursor() 1278 if (cursor1->data[cy * cursor1->width + cx]) { in artist_draw_cursor()
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 731 stbtt_vertex_type x,y,cx,cy; member 1176 …ex(stbtt_vertex *v, stbtt_uint8 type, stbtt_int32 x, stbtt_int32 y, stbtt_int32 cx, stbtt_int32 cy) in stbtt_setvertex() argument 1182 v->cy = (stbtt_int16) cy; in stbtt_setvertex() 1230 … stbtt_int32 sx, stbtt_int32 sy, stbtt_int32 scx, stbtt_int32 scy, stbtt_int32 cx, stbtt_int32 cy) in stbtt__close_shape() argument 1234 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+scx)>>1, (cy+scy)>>1, cx,cy); in stbtt__close_shape() 1238 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve,sx,sy,cx,cy); in stbtt__close_shape() 1263 stbtt_int32 x,y,cx,cy,sx,sy, scx,scy; in stbtt_GetGlyphShape() local 1331 sx = sy = cx = cy = scx = scy = 0; in stbtt_GetGlyphShape() 1339 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape() 1369 … stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+x)>>1, (cy+y)>>1, cx, cy); in stbtt_GetGlyphShape() [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | hid-multitouch.c | 100 __s32 *x, *y, *cx, *cy, *p, *w, *h, *a; member 540 usage->cy = DEFAULT_ZERO; in mt_allocate_usage() 773 MT_STORE_FIELD(cy); in mt_touch_input_mapping() 1094 int cy; in mt_process_slot() local 1136 cy = hdev->quirks & HID_QUIRK_Y_INVERT ? in mt_process_slot() 1137 input_abs_get_max(input, ABS_MT_POSITION_Y) - *slot->cy : in mt_process_slot() 1138 *slot->cy; in mt_process_slot() 1143 input_event(input, EV_ABS, ABS_MT_TOOL_Y, cy); in mt_process_slot()
|
/openbmc/webui-vue/tests/unit/__snapshots__/ |
H A D | AppNavigation.spec.js.snap | 158 cy="8" 163 cy="16" 168 cy="24" 837 cy="8" 842 cy="16" 847 cy="24"
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | spk_types.h | 70 ulong cy; member
|