Searched refs:cy (Results 1 - 25 of 40) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/generic/
H A Dmpih-add1.c38 mpi_limb_t x, y, cy; local
50 cy = 0;
55 y += cy; /* add previous carry to one addend */
56 cy = y < cy; /* get out carry from that addition */
58 cy += y < x; /* get out carry from that add, combine */
63 return cy;
H A Dmpih-sub1.c38 mpi_limb_t x, y, cy; local
50 cy = 0;
55 y += cy; /* add previous carry to subtrahend */
56 cy = y < cy; /* get out carry from that addition */
58 cy += y > x; /* get out carry from the subtract, combine */
63 return cy;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpih-add1.c38 mpi_limb_t x, y, cy; local
50 cy = 0;
55 y += cy; /* add previous carry to one addend */
56 cy = y < cy; /* get out carry from that addition */
58 cy += y < x; /* get out carry from that add, combine */
63 return cy;
H A Dmpih-sub1.c38 mpi_limb_t x, y, cy; local
50 cy = 0;
55 y += cy; /* add previous carry to subtrahend */
56 cy = y < cy; /* get out carry from that addition */
58 cy += y > x; /* get out carry from the subtract, combine */
63 return cy;
H A Dmpi-inline.h69 mpi_limb_t cy = 0; local
72 cy = _gcry_mpih_add_n( res_ptr, s1_ptr, s2_ptr, s2_size );
75 cy = _gcry_mpih_add_1( res_ptr + s2_size, s1_ptr + s2_size,
76 s1_size - s2_size, cy);
77 return cy;
115 mpi_limb_t cy = 0; local
118 cy = _gcry_mpih_sub_n(res_ptr, s1_ptr, s2_ptr, s2_size);
121 cy = _gcry_mpih_sub_1(res_ptr + s2_size, s1_ptr + s2_size,
122 s1_size - s2_size, cy);
123 return cy;
[all...]
H A Dmpih-mul.c77 mpi_limb_t cy; local
88 cy = 0;
91 cy = _gcry_mpih_mul_1( prodp, up, size, v_limb );
93 prodp[size] = cy;
101 cy = 0;
103 cy = _gcry_mpih_add_n(prodp, prodp, up, size);
106 cy = _gcry_mpih_addmul_1(prodp, up, size, v_limb);
108 prodp[size] = cy;
112 return cy;
157 mpi_limb_t cy; local
293 mpi_limb_t cy; local
383 mpi_limb_t cy; local
479 mpi_limb_t cy; local
[all...]
H A Dmpi-add.c63 mpi_limb_t cy; local
64 cy = _gcry_mpih_add_1(wp, up, usize, v);
65 wp[usize] = cy;
66 wsize = usize + cy;
148 mpi_limb_t cy = _gcry_mpih_add(wp, up, usize, vp, vsize); local
149 wp[usize] = cy;
150 wsize = usize + cy;
190 mpi_limb_t cy; local
191 cy = _gcry_mpih_add_1(wp, up, usize, v);
192 wp[usize] = cy;
[all...]
H A Dmpi-mul.c38 mpi_limb_t cy; local
55 cy = _gcry_mpih_mul_1( prod_ptr, mult->d, size, (mpi_limb_t)small_mult );
56 if( cy )
57 prod_ptr[size++] = cy;
114 mpi_limb_t cy; local
186 cy = _gcry_mpih_mul( wp, up, usize, vp, vsize );
187 wsize -= cy? 0:1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-sub1.S51 sf 7,0,8 # subtract least significant limbs, set cy
59 sfe 3,0,0 # load !cy into ...
67 sfe 7,0,8 # subtract limbs, set cy
74 sfe 11,10,9 # subtract previous limbs with cy, set cy
78 sfe 7,0,8 # subtract previous limbs with cy, set cy
82 Lend: sfe 11,10,9 # subtract limbs with cy, set cy
85 sfe 3,0,0 # load !cy int
[all...]
H A Dmpih-add1.S51 a 7,0,8 # add least significant limbs, set cy
66 ae 7,0,8 # add limbs, set cy
73 ae 11,9,10 # add previous limbs with cy, set cy
77 ae 7,0,8 # add previous limbs with cy, set cy
81 Lend: ae 11,9,10 # add limbs with cy, set cy
84 lil 3,0 # load cy into ...
H A Dmpih-mul3.S68 a 11,8,11 # invert cy (r11 is junk)
77 ae 11,0,9 # low limb + old_cy_limb + old cy
79 aze 10,10 # propagate cy to new cy_limb
81 a 11,8,11 # invert cy (r11 is junk)
94 a 11,8,11 # invert cy (r11 is junk)
110 ae 10,10,0 # propagate cy to new cy_limb
112 a 11,8,11 # invert cy (r11 is junk)
123 ae 9,9,0 # propagate cy to new cy_limb
125 a 11,8,11 # invert cy (r11 is junk)
H A Dmpih-mul2.S76 ae 8,0,9 # low limb + old_cy_limb + old cy
78 aze 10,10 # propagate cy to new cy_limb
107 ae 10,10,0 # propagate cy to new cy_limb
119 ae 9,9,0 # propagate cy to new cy_limb
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/sparc32/
H A Dmpih-add1.S51 L0: andcc res_ptr,4,%g0 ! res_ptr unaligned? Side effect: cy=0
63 L_v1: addx %g0,%g0,%o4 ! save cy in register
66 subcc %g0,%o4,%g0 ! restore cy
73 subcc %g0,%o4,%g0 ! restore cy
99 addx %g0,%g0,%o4 ! save cy in register
105 subcc %g0,%o4,%g0 ! restore cy
109 subcc %g0,%o4,%g0 ! restore cy
117 addx %g0,%g0,%o4 ! save cy in register
123 subcc %g0,%o4,%g0 ! restore cy
127 addx %g0,%g0,%o4 ! save cy i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/powerpc32/
H A Dmpih-mul3.S60 addc 7,7,8 # invert cy (r7 is junk)
72 addc 7,7,8 # invert cy (r7 is junk)
111 addc %r7,%r7,%r8 # invert cy (r7 is junk)
123 addc %r7,%r7,%r8 # invert cy (r7 is junk)
H A Dmpih-add1.S52 addc 7,0,8 # add least significant limbs, set cy
57 adde 7,0,8 # add new limbs with cy, set cy
60 li 3,0 # load cy into ...
H A Dmpih-sub1.S54 subfc 7,0,8 # add least significant limbs, set cy
59 subfe 7,0,8 # add new limbs with cy, set cy
62 subfe 3,0,0 # load !cy into ...
H A Dmpih-mul1.S60 addic 5,5,0 # clear cy with dummy insn
106 addic %r5,%r5,0 # clear cy with dummy insn
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Diirfilter.c38 float *cy; member in struct:FFIIRFilterCoeffs
68 c->cy = av_malloc(sizeof(c->cy[0]) * order);
93 c->cy[i] = creal(-p[i] / p[order]);
108 + c->cy[0]*s->x[i0] + c->cy[1]*s->x[i1] \
109 + c->cy[2]*s->x[i2] + c->cy[3]*s->x[i3]; \
137 in += c->cy[j] * s->x[j];
160 av_free(coeffs->cy);
[all...]
H A Dcavs.c84 memcpy(&h->top_border_y[h->mbx*16], h->cy + 15* h->l_stride,16);
88 h->left_border_y[i*2+1] = *(h->cy + 15 + (i*2+0)*h->l_stride);
89 h->left_border_y[i*2+2] = *(h->cy + 15 + (i*2+1)*h->l_stride);
116 h->s.dsp.cavs_filter_lv(h->cy,h->l_stride,alpha,beta,tc,bs[0],bs[1]);
122 h->s.dsp.cavs_filter_lv(h->cy + 8,h->l_stride,alpha,beta,tc,bs[2],bs[3]);
123 h->s.dsp.cavs_filter_lh(h->cy + 8*h->l_stride,h->l_stride,alpha,beta,tc,
129 h->s.dsp.cavs_filter_lh(h->cy,h->l_stride,alpha,beta,tc,bs[4],bs[5]);
165 h->intern_border_y[i+1] = *(h->cy + 7 + i*h->l_stride);
180 memcpy(&top[1],h->cy + 7*h->l_stride,16);
189 h->intern_border_y[i+9] = *(h->cy
460 int ax, ay, bx, by, cx, cy; local
[all...]
H A Dhuffyuv.c932 int h, cy; local
942 cy= y>>1;
944 cy= y;
948 offset[1] = s->picture.linesize[1]*cy;
949 offset[2] = s->picture.linesize[2]*cy;
1000 int y, cy; local
1029 for(cy=y=1; y<s->height; y++,cy++){
1049 udst= p->data[1] + p->linesize[1]*cy;
1050 vdst= p->data[2] + p->linesize[2]*cy;
1258 int lefty, leftu, leftv, y, cy; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa/
H A Dmpih-add1.S55 add %r20,%r19,%r28 ; add first limbs ignoring cy
H A Dmpih-sub1.S59 sub %r20,%r19,%r28 ; subtract first limbs ignoring cy
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/char/
H A Dtty3270.c72 unsigned int cx, cy; /* Current output position. */ member in struct:tty3270
967 line = tp->screen + tp->cy;
1109 tty3270_convert_line(tp, tp->cy);
1110 if (tp->cy < tp->view.rows - 3) {
1111 tp->cy++;
1127 if (tp->cy > 0) {
1128 tty3270_convert_line(tp, tp->cy);
1129 tp->cy--;
1142 line = tp->screen + tp->cy;
1173 line = tp->screen + tp->cy;
1332 tty3270_goto_xy(struct tty3270 *tp, int cx, int cy) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/alpha/
H A Dmpih-mul1.S66 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
78 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
83 addq $4,$0,$0 # cy_limb = prod_high + cy
H A Dmpih-mul2.S64 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
80 addq $4,$0,$0 # cy_limb = cy_limb + 'cy'
88 addq $4,$0,$0 # cy_limb = prod_high + cy

Completed in 260 milliseconds

12