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

  /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/webp/src/enc/
dsp_sse2.c 500 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local
540 tmp_3 = _mm_unpackhi_epi8(transpose1_1, zero);
551 const __m128i a1 = _mm_slli_epi16(_mm_add_epi16(tmp_1, tmp_3), 2);
552 const __m128i a2 = _mm_slli_epi16(_mm_sub_epi16(tmp_1, tmp_3), 2);
586 tmp_3 = _mm_unpackhi_epi64(transpose1_2, transpose1_3);
603 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
604 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);
    [all...]

Completed in 121 milliseconds