HomeSort by relevance Sort by last modified time
    Searched full:tmp_3 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/openssl/openssl/apps/
ecparam.c 561 "*tmp_3 = NULL;\n\n");
568 BIO_printf(out, "\tif ((tmp_3 = BN_bin2bn(ec_b_%d, "
574 "GFp(tmp_1, tmp_2, tmp_3, NULL)) == NULL)"
592 BIO_printf(out, "\tif ((tmp_3 = BN_bin2bn(ec_cofactor_%d, "
593 "sizeof(ec_cofactor_%d), tmp_3)) == NULL)"
596 " tmp_2, tmp_3))\n\t\tgoto err;\n");
601 BIO_printf(out, "\tif (tmp_3)\n\t\tBN_free(tmp_3);\n");
  /external/openssl/apps/
ecparam.c 561 "*tmp_3 = NULL;\n\n");
568 BIO_printf(out, "\tif ((tmp_3 = BN_bin2bn(ec_b_%d, "
574 "GFp(tmp_1, tmp_2, tmp_3, NULL)) == NULL)"
592 BIO_printf(out, "\tif ((tmp_3 = BN_bin2bn(ec_cofactor_%d, "
593 "sizeof(ec_cofactor_%d), tmp_3)) == NULL)"
596 " tmp_2, tmp_3))\n\t\tgoto err;\n");
601 BIO_printf(out, "\tif (tmp_3)\n\t\tBN_free(tmp_3);\n");
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 644 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local
682 tmp_3 = _mm_unpackhi_epi8(transpose1_1, zero);
693 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
694 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);
725 tmp_3 = _mm_unpackhi_epi64(transpose1_2, transpose1_3);
742 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
743 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 644 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local
682 tmp_3 = _mm_unpackhi_epi8(transpose1_1, zero);
693 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
694 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);
725 tmp_3 = _mm_unpackhi_epi64(transpose1_2, transpose1_3);
742 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
743 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);
    [all...]

Completed in 89 milliseconds