Searched refs:efgh (Results 1 - 7 of 7) sorted by relevance
/third_party/mbedtls/library/ |
H A D | sha256.c | 331 uint32x4_t efgh = vld1q_u32(&ctx->state[4]); in mbedtls_internal_sha256_process_many_a64_crypto() local 343 uint32x4_t efgh_orig = efgh; in mbedtls_internal_sha256_process_many_a64_crypto() 361 abcd = vsha256hq_u32(abcd_prev, efgh, tmp); in mbedtls_internal_sha256_process_many_a64_crypto() 362 efgh = vsha256h2q_u32(efgh, abcd_prev, tmp); in mbedtls_internal_sha256_process_many_a64_crypto() 367 abcd = vsha256hq_u32(abcd_prev, efgh, tmp); in mbedtls_internal_sha256_process_many_a64_crypto() 368 efgh = vsha256h2q_u32(efgh, abcd_prev, tmp); in mbedtls_internal_sha256_process_many_a64_crypto() 373 abcd = vsha256hq_u32(abcd_prev, efgh, tmp); in mbedtls_internal_sha256_process_many_a64_crypto() 374 efgh in mbedtls_internal_sha256_process_many_a64_crypto() [all...] |
/third_party/lzma/Asm/x86/ |
H A D | Sha256Opt.asm | 213 pshufd state0, state1, 01bH ; efgh
214 movdqa state1, state0 ; efgh
|
/third_party/skia/src/opts/ |
H A D | SkBitmapProcState_opts.h | 109 efgh = _mm256_permute2x128_si256(lo, hi, 0x31); in S32_alpha_D32_filter_DX() 112 skvx::bit_pun<skvx::Vec<16,uint16_t>>(efgh)); in S32_alpha_D32_filter_DX()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_sse2.c | 948 const __m128i efgh = _mm_avg_epu8(avg2, XABCD); in VR4_SSE2() local 950 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32( efgh )); in VR4_SSE2() 952 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(_mm_slli_si128(efgh, 1))); in VR4_SSE2()
|
H A D | enc_sse2.c | 784 const __m128i efgh = _mm_avg_epu8(avg2, XABCD); in VR4_SSE2() local 786 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32( efgh )); in VR4_SSE2() 788 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(_mm_slli_si128(efgh, 1))); in VR4_SSE2()
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 2265 Float4 efgh = ef + gh; 2269 Float4 abcdefgh = abcd + efgh;
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 13162 t!(format!("{a:.*} {0} {:.*}", 4, 3, "efgh", a = "abcdef"), "abcd 4 efg"); in test_format_macro_interface() [all...] |
Completed in 54 milliseconds