/external/libgav1/libgav1/src/dsp/ |
D | motion_field_projection.cc | 66 int y8 = y8_start; in MotionFieldProjectionKernel_C() local 68 const int y8_floor = (y8 & ~7) - y8; in MotionFieldProjectionKernel_C() 69 const int y8_ceiling = std::min(y8_end - y8, y8_floor + 8); in MotionFieldProjectionKernel_C() 100 } while (++y8 < y8_end); in MotionFieldProjectionKernel_C()
|
/external/libopus/celt/arm/ |
D | celt_neon_intr.c | 59 int16x4_t y8 = vget_high_s16(yy); in xcorr_kernel_neon_fixed() local 64 int16x4_t y5 = vext_s16(y4, y8, 1); in xcorr_kernel_neon_fixed() 69 int16x4_t y6 = vext_s16(y4, y8, 2); in xcorr_kernel_neon_fixed() 74 int16x4_t y7 = vext_s16(y4, y8, 3); in xcorr_kernel_neon_fixed() 78 y0 = y8; in xcorr_kernel_neon_fixed()
|
/external/clang/test/SemaCXX/ |
D | warn-literal-conversion.cpp | 17 …int y8 = (1.23E1); // expected-warning {{implicit conversion from 'double' to 'int' changes value … in test0() local 20 …y8 = 2.22F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 2.2… in test0()
|
D | explicit.cpp | 83 const Y& y8(z); in testExplicit() local
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-literal-conversion.cpp | 17 …int y8 = (1.23E1); // expected-warning {{implicit conversion from 'double' to 'int' changes value … in test0() local 20 …y8 = 2.22F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 2.2… in test0()
|
D | designated-initializers.cpp | 147 Y<8> y8 = { variable
|
D | explicit.cpp | 100 const Y& y8(z); in testExplicit() local
|
/external/angle/third_party/zlib/ |
D | crc32_simd.c | 38 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 73 y8 = _mm_loadu_si128((__m128i *)(buf + 0x30)); in crc32_sse42_simd_() 83 x4 = _mm_xor_si128(x4, y8); in crc32_sse42_simd_()
|
/external/zlib/ |
D | crc32_simd.c | 38 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 73 y8 = _mm_loadu_si128((__m128i *)(buf + 0x30)); in crc32_sse42_simd_() 83 x4 = _mm_xor_si128(x4, y8); in crc32_sse42_simd_()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | motion_field_projection_sse4.cc | 203 int y8 = y8_start; in MotionFieldProjectionKernel_SSE4_1() local 205 const int y8_floor = (y8 & ~7) - y8; // [-7, 0] in MotionFieldProjectionKernel_SSE4_1() 206 const int y8_ceiling = std::min(y8_end - y8, y8_floor + 8) - 1; // [0, 7] in MotionFieldProjectionKernel_SSE4_1() 360 } while (++y8 < y8_end); in MotionFieldProjectionKernel_SSE4_1()
|
/external/clang/test/Analysis/ |
D | dead-stores.c | 250 int y8 = 4; in f22() local 272 ++y8; in f22() 329 (void)(0 || (y8, ({ return; }), 1)); // expected-warning {{expression result unused}} in f22()
|
/external/llvm-project/clang/test/Analysis/ |
D | dead-stores.c | 262 int y8 = 4; in f22() local 284 ++y8; in f22() 341 (void)(0 || (y8, ({ return; }), 1)); in f22()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | motion_field_projection_neon.cc | 203 int y8 = y8_start; in MotionFieldProjectionKernel_NEON() local 205 const int y8_floor = (y8 & ~7) - y8; // [-7, 0] in MotionFieldProjectionKernel_NEON() 206 const int y8_ceiling = std::min(y8_end - y8, y8_floor + 8); // [1, 8] in MotionFieldProjectionKernel_NEON() 356 } while (++y8 < y8_end); in MotionFieldProjectionKernel_NEON()
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | inline_constprop.ll | 104 %y8 = add i32 %y7, 1 108 %result = phi i32 [ %x8, %bb.true.true ], [ %y8, %bb.true.false ] 187 %y8 = add i64 %y7, 1 188 ret i64 %y8 373 %y8 = fadd float %y7, 1.0 374 ret float %y8
|
/external/ImageMagick/PerlMagick/t/reference/write/read/ |
D | input_uyvy.miff | 41 …y8/y8/y8-y8-v8.u7-p5*n3(i2&v?3�QJ�SL�[L�]NWnGUlEN\=5C$69-:=14:+39*Ph3y�\x�_p�WY�B^�Gd�MY�BgaPhbQic…
|
/external/llvm/test/Transforms/SafeStack/ |
D | layout-region-split.ll | 32 %y8 = alloca i8, align 2 79 call void @capture8(i8* %y8)
|
/external/llvm-project/llvm/test/Transforms/SafeStack/X86/ |
D | layout-region-split.ll | 32 %y8 = alloca i8, align 2 79 call void @capture8(i8* %y8)
|
/external/llvm/test/Transforms/Inline/ |
D | inline_constprop.ll | 103 %y8 = add i32 %y7, 1 107 %result = phi i32 [ %x8, %bb.true.true ], [ %y8, %bb.true.false ] 186 %y8 = add i64 %y7, 1 187 ret i64 %y8
|
/external/llvm-project/llvm/test/Analysis/BasicAA/ |
D | phi-speculation.ll | 123 define void @test_no_loop_mustalias(i1 %c, i8* noalias %x8, i8* noalias %y8) { 131 %y16 = bitcast i8* %y8 to i16* 135 %z8 = phi i8* [ %x8, %if ], [ %y8, %else ]
|
/external/rust/crates/ring/crypto/fipsmodule/aes/ |
D | aes_nohw.c | 529 aes_word_t y8 = aes_nohw_xor(x0, x5); in aes_nohw_sub_bytes() local 536 aes_word_t y3 = aes_nohw_xor(y5, y8); in aes_nohw_sub_bytes() 545 aes_word_t y19 = aes_nohw_xor(y10, y8); in aes_nohw_sub_bytes() 564 aes_word_t t15 = aes_nohw_and(y8, y10); in aes_nohw_sub_bytes() 612 aes_word_t z17 = aes_nohw_and(t41, y8); in aes_nohw_sub_bytes()
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | sub.ll | 1513 %y8 = mul nsw i16 %y, 8 1514 %r = sub nsw i16 %x8, %y8 1525 %y8 = mul nsw i16 %y, 4 1526 %r = sub nuw i16 %x8, %y8 1537 %y8 = mul nsw i16 %y, 16 1538 %r = sub i16 %x8, %y8 1549 %y8 = mul nuw i16 %y, 8 1550 %r = sub nsw i16 %x8, %y8 1561 %y8 = mul nuw i16 %y, 16 1562 %r = sub nuw i16 %x8, %y8 [all …]
|
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/ |
D | SignedInvalidinhibitPolicyMappingTest6.eml | 59 6iWMm/dImMDPDdN8N7M8oAuawe2TuoPo7bevj6Pyr/xxCp8Hzf9ovbrahI3g6/y8
|
/external/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_nohw.c | 527 aes_word_t y8 = aes_nohw_xor(x0, x5); in aes_nohw_sub_bytes() local 534 aes_word_t y3 = aes_nohw_xor(y5, y8); in aes_nohw_sub_bytes() 543 aes_word_t y19 = aes_nohw_xor(y10, y8); in aes_nohw_sub_bytes() 562 aes_word_t t15 = aes_nohw_and(y8, y10); in aes_nohw_sub_bytes() 610 aes_word_t z17 = aes_nohw_and(t41, y8); in aes_nohw_sub_bytes()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_nohw.c | 527 aes_word_t y8 = aes_nohw_xor(x0, x5); in aes_nohw_sub_bytes() local 534 aes_word_t y3 = aes_nohw_xor(y5, y8); in aes_nohw_sub_bytes() 543 aes_word_t y19 = aes_nohw_xor(y10, y8); in aes_nohw_sub_bytes() 562 aes_word_t t15 = aes_nohw_and(y8, y10); in aes_nohw_sub_bytes() 610 aes_word_t z17 = aes_nohw_and(t41, y8); in aes_nohw_sub_bytes()
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Solarize.miff | 38 …y8,p8,k8(v:*<,8+{3(y6,p4)v=1zQ@vTGeQMs[SWX@Oe=`vFCW-6@*:<279/8@-_yAxbQpaQwWYjjS\{GgqJazIi`QjaRlb…
|