HomeSort by relevance Sort by last modified time
    Searched refs:w4 (Results 1 - 11 of 11) sorted by null

  /external/dropbear/libtomcrypt/src/ciphers/
skipjack.c 92 w1 = tmp ^ w4 ^ x; \
93 w4 = w3; w3 = w2; \
98 tmp1 = w4; w4 = w3; \
105 w2 = w3; w3 = w4; w4 = tmp;
110 w3 = w4; w4 = w1; w1 = tmp;
149 unsigned w1,w2,w3,w4,tmp,tmp1; local
160 w4 = ((unsigned)pt[6]<<8)|pt[7]
213 unsigned w1,w2,w3,w4,tmp; local
    [all...]
  /external/dropbear/libtommath/
bn_mp_toom_mul.c 27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
31 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
77 /* w4 = a2 * b2 */
78 if ((res = mp_mul(&a2, &b2, &w4)) != MP_OKAY) {
175 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
194 if ((res = mp_sub(&w2, &w4, &w2)) != MP_OKAY) {
213 if ((res = mp_mul_2d(&w4, 3, &tmp1)) != MP_OKAY) {
256 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {
266 if ((res = mp_add(&w4, &tmp1, &tmp1)) != MP_OKAY) {
274 mp_clear_multi(&w0, &w1, &w2, &w3, &w4,
    [all...]
bn_mp_toom_sqr.c 22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
54 /* w4 = a2 * a2 */
55 if ((res = mp_sqr(&a2, &w4)) != MP_OKAY) {
119 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
138 if ((res = mp_sub(&w2, &w4, &w2)) != MP_OKAY) {
157 if ((res = mp_mul_2d(&w4, 3, &tmp1)) != MP_OKAY) {
200 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {
210 if ((res = mp_add(&w4, &tmp1, &tmp1)) != MP_OKAY) {
218 mp_clear_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp 40 int w1, w2, w3, w4; local
59 w4 = w2 << 1; /* Offset to four rows in pixels */
193 a3_1 += ((*(ptr - w4) - *(ptr - w1)) << 1) + (a3_1 << 2);
  /frameworks/base/tests/CoreTests/android/core/
MonitorTest.java 394 Worker w4 = new Worker(6, 7); local
403 w4.start();
  /bionic/libm/src/
e_lgamma_r.c 153 w4 = -5.95187557450339963135e-04, /* 0xBF4380CB, 0x8C0FE741 */ variable
290 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
e_lgammaf_r.c 87 w4 = -5.9518753551e-04, /* 0xba1c065c */ variable
224 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
  /external/fdlibm/
e_lgamma_r.c 152 w4 = -5.95187557450339963135e-04, /* 0xBF4380CB, 0x8C0FE741 */ variable
297 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
  /external/dropbear/libtommath/pre_gen/
mpi.c 7847 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
8130 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
    [all...]
  /external/v8/test/mjsunit/
large-object-allocation.js 158 this.w4 = i;
  /external/sonivox/jet_tools/JetCreator/
img_splash.py     [all...]

Completed in 76 milliseconds