HomeSort by relevance Sort by last modified time
    Searched defs:tmp2 (Results 76 - 100 of 227) sorted by null

1 2 34 5 6 7 8 910

  /external/bluetooth/bluedroid/stack/a2dp/
a2d_sbc.c 149 UINT32 idx, tmp, tmp2; local
175 tmp2 = (idx<<1);
177 p_pkt[idx] = p_pkt[tmp2];
178 p_pkt[tmp2] = tmp;
180 printf("tmp2: %02d, len: %d, idx: %d\n",
181 tmp2, len, a2d_sbc_ds_cb.fr[a2d_sbc_ds_cb.index].idx);
186 tmp2 = p_pkt[idx];
187 tmp = (tmp2>>3)+(tmp2<<5);
191 (UINT8)tmp2, len, a2d_sbc_ds_cb.fr[a2d_sbc_ds_cb.index].idx
    [all...]
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 381 char tmp1[NI_MAXHOST], tmp2[NI_MAXHOST]; local
384 set_address(tmp2, sizeof(tmp2), sa2, withports) == NULL)
386 if (strlen(tmp1) + 1 + strlen(tmp2) + 1 > len)
388 snprintf(buf, len, "%s-%s", tmp1, tmp2);
  /external/jpeg/
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
131 tmp2 = dataptr[2] + dataptr[5];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
181 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
190 tmp11 = tmp1 + tmp2;
191 tmp12 = tmp1 - tmp2;
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
159 tmp2 = dataptr[2] + dataptr[5];
170 tmp11 = tmp1 + tmp2;
171 tmp12 = tmp1 - tmp2;
224 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
235 tmp11 = tmp1 + tmp2;
236 tmp12 = tmp1 - tmp2;
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
226 tmp2 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
229 tmp10 = tmp0 + tmp2; /* phase 3 */
230 tmp11 = tmp0 - tmp2;
238 tmp2 = tmp11 - tmp12;
267 wsptr[DCTSIZE*2] = (int) (tmp2 + tmp5);
268 wsptr[DCTSIZE*5] = (int) (tmp2 - tmp5);
325 tmp2 = tmp11 - tmp12;
355 outptr[2] = range_limit[IDESCALE(tmp2 + tmp5, PASS1_BITS+3)
357 outptr[5] = range_limit[IDESCALE(tmp2 - tmp5, PASS1_BITS+3
    [all...]
jidctint.c 152 INT32 tmp0, tmp1, tmp2, tmp3; local
210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
221 tmp11 = tmp1 + tmp2;
222 tmp12 = tmp1 - tmp2;
230 tmp2 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
234 z2 = tmp1 + tmp2;
235 z3 = tmp0 + tmp2;
241 tmp2 = MULTIPLY(tmp2, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
253 tmp2 += z2 + z3
    [all...]
jidctred.c 122 INT32 tmp0, tmp2, tmp10, tmp12; local
164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
166 tmp10 = tmp0 + tmp2;
167 tmp12 = tmp0 - tmp2;
181 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
188 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
189 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
222 tmp2 = MULTIPLY((INT32) wsptr[2], FIX_1_847759065)
225 tmp10 = tmp0 + tmp2;
226 tmp12 = tmp0 - tmp2;
    [all...]
  /external/kernel-headers/original/asm-arm/
atomic.h 103 unsigned long tmp, tmp2; local
111 : "=&r" (tmp), "=&r" (tmp2)
  /external/libgsm/src/
short_term.c 275 register word sri, tmp1, tmp2; local
285 tmp2 = v[i];
286 tmp2 = ( tmp1 == MIN_WORD && tmp2 == MIN_WORD
288 : 0x0FFFF & (( (longword)tmp1 * (longword)tmp2
291 sri = GSM_SUB( sri, tmp2 );
  /external/opencv/cvaux/src/
cvlevmartrif.cpp 137 double tmp2 = -piX[1]*tmp3; local
156 cvmSet(Jacobian,currMatr*numPoints*2+currProjPoint*2+1,currMatr*12+8+i,X[i]*tmp2);//y' p3i
  /external/openssl/crypto/srp/
srp_lib.c 257 BIGNUM *tmp = NULL, *tmp2 = NULL, *tmp3 = NULL , *k = NULL, *K = NULL; local
265 (tmp2 = BN_new())== NULL ||
274 if (!BN_mod_mul(tmp2,tmp,k,N,bn_ctx))
276 if (!BN_mod_sub(tmp,B,tmp2,N,bn_ctx))
281 if (!BN_mod_add(tmp2,a,tmp3,N,bn_ctx))
283 if (!BN_mod_exp(K,tmp,tmp2,N,bn_ctx))
289 BN_clear_free(tmp2);
  /external/qemu/distrib/jpeg-6b/
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
131 tmp2 = dataptr[2] + dataptr[5];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
181 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
190 tmp11 = tmp1 + tmp2;
191 tmp12 = tmp1 - tmp2;
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
159 tmp2 = dataptr[2] + dataptr[5];
170 tmp11 = tmp1 + tmp2;
171 tmp12 = tmp1 - tmp2;
224 tmp2 = dataptr[DCTSIZE*2] + dataptr[DCTSIZE*5];
235 tmp11 = tmp1 + tmp2;
236 tmp12 = tmp1 - tmp2;
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
226 tmp2 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
229 tmp10 = tmp0 + tmp2; /* phase 3 */
230 tmp11 = tmp0 - tmp2;
238 tmp2 = tmp11 - tmp12;
267 wsptr[DCTSIZE*2] = (int) (tmp2 + tmp5);
268 wsptr[DCTSIZE*5] = (int) (tmp2 - tmp5);
325 tmp2 = tmp11 - tmp12;
355 outptr[2] = range_limit[IDESCALE(tmp2 + tmp5, PASS1_BITS+3)
357 outptr[5] = range_limit[IDESCALE(tmp2 - tmp5, PASS1_BITS+3
    [all...]
jidctint.c 152 INT32 tmp0, tmp1, tmp2, tmp3; local
210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
221 tmp11 = tmp1 + tmp2;
222 tmp12 = tmp1 - tmp2;
230 tmp2 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
234 z2 = tmp1 + tmp2;
235 z3 = tmp0 + tmp2;
241 tmp2 = MULTIPLY(tmp2, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
253 tmp2 += z2 + z3
    [all...]
jidctred.c 122 INT32 tmp0, tmp2, tmp10, tmp12; local
164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
166 tmp10 = tmp0 + tmp2;
167 tmp12 = tmp0 - tmp2;
181 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
188 wsptr[DCTSIZE*0] = (int) DESCALE(tmp10 + tmp2, CONST_BITS-PASS1_BITS+1);
189 wsptr[DCTSIZE*3] = (int) DESCALE(tmp10 - tmp2, CONST_BITS-PASS1_BITS+1);
222 tmp2 = MULTIPLY((INT32) wsptr[2], FIX_1_847759065)
225 tmp10 = tmp0 + tmp2;
226 tmp12 = tmp0 - tmp2;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c 82 EAS_I32 tmp2; local
112 tmp2 = gain >> 16;
115 tmp2 *= tmp0;
121 tmp2 = tmp2 >> 14;
127 tmp0 = tmp2 * gainLeft;
137 tmp0 = tmp2 * gainRight;
149 tmp2 = tmp2 >> (NUM_MIXER_GUARD_BITS - 1);
150 tmp1 += tmp2;
568 EAS_I32 tmp2; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 82 EAS_I32 tmp2; local
112 tmp2 = gain >> 16;
115 tmp2 *= tmp0;
121 tmp2 = tmp2 >> 14;
127 tmp0 = tmp2 * gainLeft;
137 tmp0 = tmp2 * gainRight;
149 tmp2 = tmp2 >> (NUM_MIXER_GUARD_BITS - 1);
150 tmp1 += tmp2;
568 EAS_I32 tmp2; local
    [all...]
  /external/speex/libspeex/
cb_search.c 452 spx_word16_t **tmp2; local
453 tmp2=ot;
455 nt=tmp2;
  /external/srtp/crypto/cipher/
aes.c 1714 uint32_t tmp0, tmp1, tmp2, tmp3; local
1749 uint32_t tmp0, tmp1, tmp2, tmp3; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_gain2_amr_wb.cpp 189 int16 tmp2; local
361 tmp2 = pbuf2[1];
366 pbuf2[i - 1] = tmp2;
369 tmp2 = pbuf2[i];
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad.cpp 97 int saddata[16], tmp, tmp2; /* used when collecting flag (global) is on */ local
115 tmp2 = (cur_word >> 24) & 0xFF;
116 sad = SUB_SAD(sad, tmp, tmp2);
118 tmp2 = (cur_word >> 16) & 0xFF;
119 sad = SUB_SAD(sad, tmp, tmp2);
121 tmp2 = (cur_word >> 8) & 0xFF;
122 sad = SUB_SAD(sad, tmp, tmp2);
125 tmp2 = (cur_word & 0xFF);
126 sad = SUB_SAD(sad, tmp, tmp2);
130 tmp2 = (cur_word >> 24) & 0xFF
201 int tmp, tmp2; local
    [all...]
sad_halfpel.cpp 189 int difmad, tmp, tmp2; local
213 tmp2 = p1[13] + p2[13];
214 tmp += tmp2;
215 tmp2 = (cur_word >> 24) & 0xFF;
217 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
219 tmp2 = p1[9] + p2[9];
220 tmp += tmp2;
221 tmp2 = (cur_word >> 16) & 0xFF;
223 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
225 tmp2 = p1[5] + p2[5]
271 int difmad, tmp, tmp2; local
352 int difmad, tmp, tmp2; local
427 int sad = 0, tmp, tmp2; local
495 int sad = 0, tmp, tmp2; local
561 int sad = 0, tmp, tmp2; local
    [all...]
sad_inline.h 30 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
32 tmp = tmp - tmp2;
174 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
178 rsbs tmp, tmp, tmp2 ; local
343 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2)
350 : "r"(tmp2)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 47 Int tmp, tmp2; local
60 tmp2 = *((Int*) pred); /* prediction 4 pixels */
61 k0 = tmp2 & 0xFF;
64 k1 = (tmp2 >> 8) & 0xFF;
67 k2 = (tmp2 >> 16) & 0xFF;
70 k3 = (tmp2 >> 24) & 0xFF;
74 tmp2 = *((Int*)(pred + 4));
75 k4 = tmp2 & 0xFF;
78 k5 = (tmp2 >> 8) & 0xFF;
81 k6 = (tmp2 >> 16) & 0xFF
275 Int tmp, tmp2; local
481 Int tmp, tmp2; local
    [all...]

Completed in 1247 milliseconds

1 2 34 5 6 7 8 910