/external/libvpx/vpx_dsp/arm/ |
D | idct32x32_34_add_neon.c | 40 int16x8_t in[8], s1[32], s2[32], s3[32]; in vpx_idct32_6_neon() local 62 s1[16] = multiply_shift_and_narrow_s16(in[1], cospi_31_64); in vpx_idct32_6_neon() 64 s1[31] = multiply_shift_and_narrow_s16(in[1], cospi_1_64); in vpx_idct32_6_neon() 66 s1[20] = multiply_shift_and_narrow_s16(in[5], cospi_27_64); in vpx_idct32_6_neon() 67 s1[27] = multiply_shift_and_narrow_s16(in[5], cospi_5_64); in vpx_idct32_6_neon() 69 s1[23] = multiply_shift_and_narrow_s16(in[3], -cospi_29_64); in vpx_idct32_6_neon() 70 s1[24] = multiply_shift_and_narrow_s16(in[3], cospi_3_64); in vpx_idct32_6_neon() 77 s1[4] = multiply_shift_and_narrow_s16(in[4], cospi_28_64); in vpx_idct32_6_neon() 78 s1[7] = multiply_shift_and_narrow_s16(in[4], cospi_4_64); in vpx_idct32_6_neon() 80 s1[17] = multiply_accumulate_shift_and_narrow_s16(s1[16], -cospi_4_64, s1[31], in vpx_idct32_6_neon() [all …]
|
D | highbd_idct32x32_34_add_neon.c | 40 int32x4x2_t in[8], s1[32], s2[32], s3[32]; in vpx_highbd_idct32_6_neon() local 70 s1[16] = multiply_shift_and_narrow_s32_dual(in[1], cospi_31_64); in vpx_highbd_idct32_6_neon() 72 s1[31] = multiply_shift_and_narrow_s32_dual(in[1], cospi_1_64); in vpx_highbd_idct32_6_neon() 74 s1[20] = multiply_shift_and_narrow_s32_dual(in[5], cospi_27_64); in vpx_highbd_idct32_6_neon() 75 s1[27] = multiply_shift_and_narrow_s32_dual(in[5], cospi_5_64); in vpx_highbd_idct32_6_neon() 77 s1[23] = multiply_shift_and_narrow_s32_dual(in[3], -cospi_29_64); in vpx_highbd_idct32_6_neon() 78 s1[24] = multiply_shift_and_narrow_s32_dual(in[3], cospi_3_64); in vpx_highbd_idct32_6_neon() 85 s1[4] = multiply_shift_and_narrow_s32_dual(in[4], cospi_28_64); in vpx_highbd_idct32_6_neon() 86 s1[7] = multiply_shift_and_narrow_s32_dual(in[4], cospi_4_64); in vpx_highbd_idct32_6_neon() 88 s1[17] = multiply_accumulate_shift_and_narrow_s32_dual(s1[16], -cospi_4_64, in vpx_highbd_idct32_6_neon() [all …]
|
/external/clang/test/Analysis/ |
D | pr22954.c | 18 char s1[4]; member 27 memcpy(a0.s1, input, 4); in f0() 28 clang_analyzer_eval(a0.s1[0] == 'a'); // expected-warning{{UNKNOWN}} in f0() 29 clang_analyzer_eval(a0.s1[1] == 'b'); // expected-warning{{UNKNOWN}} in f0() 30 clang_analyzer_eval(a0.s1[2] == 'c'); // expected-warning{{UNKNOWN}} in f0() 31 clang_analyzer_eval(a0.s1[3] == 'd'); // expected-warning{{UNKNOWN}} in f0() 41 memcpy(a1.s1, input, 4); in f1() 42 clang_analyzer_eval(a1.s1[0] == 'a'); // expected-warning{{UNKNOWN}} in f1() 43 clang_analyzer_eval(a1.s1[1] == 'b'); // expected-warning{{UNKNOWN}} in f1() 44 clang_analyzer_eval(a1.s1[2] == 'c'); // expected-warning{{UNKNOWN}} in f1() [all …]
|
/external/libcxx/test/std/utilities/time/time.duration/time.duration.comparisons/ |
D | op_less.pass.cpp | 42 std::chrono::seconds s1(3); in main() local 44 assert(!(s1 < s2)); in main() 45 assert(!(s1 > s2)); in main() 46 assert( (s1 <= s2)); in main() 47 assert( (s1 >= s2)); in main() 50 std::chrono::seconds s1(3); in main() local 52 assert( (s1 < s2)); in main() 53 assert(!(s1 > s2)); in main() 54 assert( (s1 <= s2)); in main() 55 assert(!(s1 >= s2)); in main() [all …]
|
D | op_equal.pass.cpp | 32 std::chrono::seconds s1(3); in main() local 34 assert(s1 == s2); in main() 35 assert(!(s1 != s2)); in main() 38 std::chrono::seconds s1(3); in main() local 40 assert(!(s1 == s2)); in main() 41 assert(s1 != s2); in main() 44 std::chrono::milliseconds s1(3); in main() local 46 assert(s1 == s2); in main() 47 assert(!(s1 != s2)); in main() 50 std::chrono::milliseconds s1(3); in main() local [all …]
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/time.duration/time.duration.comparisons/ |
D | op_less.pass.cpp | 42 std::chrono::seconds s1(3); in main() local 44 assert(!(s1 < s2)); in main() 45 assert(!(s1 > s2)); in main() 46 assert( (s1 <= s2)); in main() 47 assert( (s1 >= s2)); in main() 50 std::chrono::seconds s1(3); in main() local 52 assert( (s1 < s2)); in main() 53 assert(!(s1 > s2)); in main() 54 assert( (s1 <= s2)); in main() 55 assert(!(s1 >= s2)); in main() [all …]
|
D | op_equal.pass.cpp | 32 std::chrono::seconds s1(3); in main() local 34 assert(s1 == s2); in main() 35 assert(!(s1 != s2)); in main() 38 std::chrono::seconds s1(3); in main() local 40 assert(!(s1 == s2)); in main() 41 assert(s1 != s2); in main() 44 std::chrono::milliseconds s1(3); in main() local 46 assert(s1 == s2); in main() 47 assert(!(s1 != s2)); in main() 50 std::chrono::milliseconds s1(3); in main() local [all …]
|
/external/llvm/test/MC/AMDGPU/ |
D | sop1.s | 6 s_mov_b32 s1, s2 10 s_mov_b32 s1, 1 14 s_mov_b32 s1, 100 19 s_mov_b32 s1, 0x80000000 48 s_cmov_b32 s1, 200 52 s_cmov_b32 s1, 1.0 56 s_cmov_b32 s1, s2 67 s_not_b32 s1, s2 75 s_wqm_b32 s1, s2 83 s_brev_b32 s1, s2 [all …]
|
D | mubuf.s | 17 buffer_load_dword v1, off, s[4:7], s1 21 buffer_load_dword v1, off, ttmp[4:7], s1 25 buffer_load_dword v1, off, s[4:7], s1 offset:4 29 buffer_load_dword v1, off, s[4:7], s1 offset:4 glc 33 buffer_load_dword v1, off, s[4:7], s1 offset:4 slc 37 buffer_load_dword v1, off, s[4:7], s1 offset:4 tfe 41 buffer_load_dword v1, off, s[4:7], s1 glc tfe 45 buffer_load_dword v1, off, s[4:7], s1 offset:4 glc slc tfe 49 buffer_load_dword v1, off, ttmp[4:7], s1 offset:4 glc slc tfe 57 buffer_load_dword v1, v2, s[4:7], s1 offen [all …]
|
/external/tflite-support/third_party/zlib/ |
D | adler32_simd.c | 64 uint32_t s1 = adler & 0xffff; in adler32_simd_() local 95 __m128i v_ps = _mm_set_epi32(0, 0, 0, s1 * n); in adler32_simd_() 139 s1 += _mm_cvtsi128_si32(v_s1); in adler32_simd_() 152 s1 %= BASE; in adler32_simd_() 161 s2 += (s1 += *buf++); in adler32_simd_() 162 s2 += (s1 += *buf++); in adler32_simd_() 163 s2 += (s1 += *buf++); in adler32_simd_() 164 s2 += (s1 += *buf++); in adler32_simd_() 166 s2 += (s1 += *buf++); in adler32_simd_() 167 s2 += (s1 += *buf++); in adler32_simd_() [all …]
|
/external/zlib/ |
D | adler32_simd.c | 64 uint32_t s1 = adler & 0xffff; in adler32_simd_() local 95 __m128i v_ps = _mm_set_epi32(0, 0, 0, s1 * n); in adler32_simd_() 139 s1 += _mm_cvtsi128_si32(v_s1); in adler32_simd_() 152 s1 %= BASE; in adler32_simd_() 161 s2 += (s1 += *buf++); in adler32_simd_() 162 s2 += (s1 += *buf++); in adler32_simd_() 163 s2 += (s1 += *buf++); in adler32_simd_() 164 s2 += (s1 += *buf++); in adler32_simd_() 166 s2 += (s1 += *buf++); in adler32_simd_() 167 s2 += (s1 += *buf++); in adler32_simd_() [all …]
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | string_view_deduction.pass.cpp | 46 std::basic_string s1(sv); in main() local 47 using S = decltype(s1); // what type did we get? in main() 51 assert(s1.size() == sv.size()); in main() 52 assert(s1.compare(0, s1.size(), sv.data(), s1.size()) == 0); in main() 57 std::basic_string s1{sv, std::allocator<char>{}}; in main() local 58 using S = decltype(s1); // what type did we get? in main() 62 assert(s1.size() == sv.size()); in main() 63 assert(s1.compare(0, s1.size(), sv.data(), s1.size()) == 0); in main() 67 std::basic_string s1{sv, test_allocator<wchar_t>{}}; in main() local 68 using S = decltype(s1); // what type did we get? in main() [all …]
|
D | string_view_size_size_deduction.pass.cpp | 50 std::basic_string s1{sv, 0, 4}; in main() local 51 using S = decltype(s1); // what type did we get? in main() 55 assert(s1.size() == 4); in main() 56 assert(s1.compare(0, s1.size(), sv.data(), s1.size()) == 0); in main() 61 std::basic_string s1{sv, 0, 4, std::allocator<char>{}}; in main() local 62 using S = decltype(s1); // what type did we get? in main() 66 assert(s1.size() == 4); in main() 67 assert(s1.compare(0, s1.size(), sv.data(), s1.size()) == 0); in main() 71 std::basic_string s1{sv, 0, 4, test_allocator<wchar_t>{}}; in main() local 72 using S = decltype(s1); // what type did we get? in main() [all …]
|
D | iter_alloc_deduction.pass.cpp | 44 std::basic_string s1(s, s+10); // Can't use {} here in main() local 45 using S = decltype(s1); // what type did we get? in main() 49 assert(s1.size() == 10); in main() 50 assert(s1.compare(0, s1.size(), s, s1.size()) == 0); in main() 55 std::basic_string s1{s, s+10, std::allocator<char>{}}; in main() local 56 using S = decltype(s1); // what type did we get? in main() 60 assert(s1.size() == 10); in main() 61 assert(s1.compare(0, s1.size(), s, s1.size()) == 0); in main() 65 std::basic_string s1{s, s+10, test_allocator<wchar_t>{}}; in main() local 66 using S = decltype(s1); // what type did we get? in main() [all …]
|
/external/angle/third_party/abseil-cpp/absl/log/ |
D | absl_check.h | 92 #define ABSL_CHECK_STREQ(s1, s2) \ argument 93 ABSL_LOG_INTERNAL_CHECK_STREQ_IMPL((s1), #s1, (s2), #s2) 94 #define ABSL_CHECK_STRNE(s1, s2) \ argument 95 ABSL_LOG_INTERNAL_CHECK_STRNE_IMPL((s1), #s1, (s2), #s2) 96 #define ABSL_CHECK_STRCASEEQ(s1, s2) \ argument 97 ABSL_LOG_INTERNAL_CHECK_STRCASEEQ_IMPL((s1), #s1, (s2), #s2) 98 #define ABSL_CHECK_STRCASENE(s1, s2) \ argument 99 ABSL_LOG_INTERNAL_CHECK_STRCASENE_IMPL((s1), #s1, (s2), #s2) 100 #define ABSL_QCHECK_STREQ(s1, s2) \ argument 101 ABSL_LOG_INTERNAL_QCHECK_STREQ_IMPL((s1), #s1, (s2), #s2) [all …]
|
D | check.h | 184 #define CHECK_STREQ(s1, s2) \ argument 185 ABSL_LOG_INTERNAL_CHECK_STREQ_IMPL((s1), #s1, (s2), #s2) 186 #define CHECK_STRNE(s1, s2) \ argument 187 ABSL_LOG_INTERNAL_CHECK_STRNE_IMPL((s1), #s1, (s2), #s2) 188 #define CHECK_STRCASEEQ(s1, s2) \ argument 189 ABSL_LOG_INTERNAL_CHECK_STRCASEEQ_IMPL((s1), #s1, (s2), #s2) 190 #define CHECK_STRCASENE(s1, s2) \ argument 191 ABSL_LOG_INTERNAL_CHECK_STRCASENE_IMPL((s1), #s1, (s2), #s2) 192 #define QCHECK_STREQ(s1, s2) \ argument 193 ABSL_LOG_INTERNAL_QCHECK_STREQ_IMPL((s1), #s1, (s2), #s2) [all …]
|
/external/cronet/third_party/abseil-cpp/absl/log/ |
D | absl_check.h | 86 #define ABSL_CHECK_STREQ(s1, s2) ABSL_CHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 87 #define ABSL_CHECK_STRNE(s1, s2) ABSL_CHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument 88 #define ABSL_CHECK_STRCASEEQ(s1, s2) \ argument 89 ABSL_CHECK_STRCASEEQ_IMPL((s1), #s1, (s2), #s2) 90 #define ABSL_CHECK_STRCASENE(s1, s2) \ argument 91 ABSL_CHECK_STRCASENE_IMPL((s1), #s1, (s2), #s2) 92 #define ABSL_QCHECK_STREQ(s1, s2) ABSL_QCHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 93 #define ABSL_QCHECK_STRNE(s1, s2) ABSL_QCHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument 94 #define ABSL_QCHECK_STRCASEEQ(s1, s2) \ argument 95 ABSL_QCHECK_STRCASEEQ_IMPL((s1), #s1, (s2), #s2) [all …]
|
D | check.h | 166 #define CHECK_STREQ(s1, s2) ABSL_CHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 167 #define CHECK_STRNE(s1, s2) ABSL_CHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument 168 #define CHECK_STRCASEEQ(s1, s2) ABSL_CHECK_STRCASEEQ_IMPL((s1), #s1, (s2), #s2) argument 169 #define CHECK_STRCASENE(s1, s2) ABSL_CHECK_STRCASENE_IMPL((s1), #s1, (s2), #s2) argument 170 #define QCHECK_STREQ(s1, s2) ABSL_QCHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 171 #define QCHECK_STRNE(s1, s2) ABSL_QCHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument 172 #define QCHECK_STRCASEEQ(s1, s2) \ argument 173 ABSL_QCHECK_STRCASEEQ_IMPL((s1), #s1, (s2), #s2) 174 #define QCHECK_STRCASENE(s1, s2) \ argument 175 ABSL_QCHECK_STRCASENE_IMPL((s1), #s1, (s2), #s2) [all …]
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerInterceptors.cpp | 62 static int internal_strcmp_strncmp(const char *s1, const char *s2, bool strncmp, in internal_strcmp_strncmp() argument 71 unsigned c1 = *s1; in internal_strcmp_strncmp() 77 s1++; in internal_strcmp_strncmp() 83 static int internal_strncmp(const char *s1, const char *s2, size_t n) { in internal_strncmp() argument 84 return internal_strcmp_strncmp(s1, s2, true, n); in internal_strncmp() 87 static int internal_strcmp(const char *s1, const char *s2) { in internal_strcmp() argument 88 return internal_strcmp_strncmp(s1, s2, false, 0); in internal_strcmp() 91 static int internal_memcmp(const void *s1, const void *s2, size_t n) { in internal_memcmp() argument 92 const uint8_t *t1 = static_cast<const uint8_t *>(s1); in internal_memcmp() 124 void __sanitizer_weak_hook_memcmp(void *called_pc, const void *s1, [all …]
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.cons/ |
D | string_view_deduction.pass.cpp | 49 std::basic_string s1(sv); in test() local 50 using S = decltype(s1); // what type did we get? in test() 54 assert(s1.size() == sv.size()); in test() 55 assert(s1.compare(0, s1.size(), sv.data(), s1.size()) == 0); in test() 60 std::basic_string s1{sv, std::allocator<char>{}}; in test() local 61 using S = decltype(s1); // what type did we get? in test() 65 assert(s1.size() == sv.size()); in test() 66 assert(s1.compare(0, s1.size(), sv.data(), s1.size()) == 0); in test() 71 std::basic_string s1{sv, test_allocator<wchar_t>{}}; in test() local 72 using S = decltype(s1); // what type did we get? in test() [all …]
|
D | string_view_size_size_deduction.pass.cpp | 53 std::basic_string s1{sv, 0, 4}; in test() local 54 using S = decltype(s1); // what type did we get? in test() 58 assert(s1.size() == 4); in test() 59 assert(s1.compare(0, s1.size(), sv.data(), s1.size()) == 0); in test() 64 std::basic_string s1{sv, 0, 4, std::allocator<char>{}}; in test() local 65 using S = decltype(s1); // what type did we get? in test() 69 assert(s1.size() == 4); in test() 70 assert(s1.compare(0, s1.size(), sv.data(), s1.size()) == 0); in test() 75 std::basic_string s1{sv, 0, 4, test_allocator<wchar_t>{}}; in test() local 76 using S = decltype(s1); // what type did we get? in test() [all …]
|
/external/grpc-grpc/test/cpp/util/ |
D | string_ref_test.cc | 61 string_ref s1(kTestString); in TEST_F() local 63 const string_ref& s2(s1); in TEST_F() 64 EXPECT_EQ(s1.length(), s2.length()); in TEST_F() 65 EXPECT_EQ(s1.data(), s2.data()); in TEST_F() 77 string_ref s1(kTestString); in TEST_F() local 81 s2 = s1; in TEST_F() 82 EXPECT_EQ(s1.length(), s2.length()); in TEST_F() 83 EXPECT_EQ(s1.data(), s2.data()); in TEST_F() 121 string_ref s1(kTestString); in TEST_F() local 125 EXPECT_EQ(0, s1.compare(s1_copy)); in TEST_F() [all …]
|
/external/perfetto/src/trace_processor/metrics/sql/chrome/ |
D | chrome_tasks_template.sql | 217 s1.name, 226 {{slice_table_name}} s1 265 s1.*, 269 s1.id, 273 s1.id, 276 FROM interesting_java_slices s1 278 FROM ancestor_slice(s1.id) s2 286 s1.name AS filtered_name, 287 s1.is_software_screenshot, 288 s1.is_hardware_screenshot, [all …]
|
/external/python/cpython3/Tools/stringbench/ |
D | stringbench.py | 77 s1 = STR("A" * 1000) 80 s2 in s1 84 s1 = STR("A" * 1000) 87 s2 in s1 92 s1 = STR("AB" * 1000) 95 s2 in s1 99 s1 = STR("AB" * 1000) 102 s2 in s1 106 s1 = STR("AB" * 300+"C") 109 s2 in s1 [all …]
|
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/ |
D | move.pass.cpp | 21 wchar_t s1[] = {1, 2, 3}; in main() local 22 assert(std::char_traits<wchar_t>::move(s1, s1+1, 2) == s1); in main() 23 assert(s1[0] == wchar_t(2)); in main() 24 assert(s1[1] == wchar_t(3)); in main() 25 assert(s1[2] == wchar_t(3)); in main() 26 s1[2] = wchar_t(0); in main() 27 assert(std::char_traits<wchar_t>::move(s1+1, s1, 2) == s1+1); in main() 28 assert(s1[0] == wchar_t(2)); in main() 29 assert(s1[1] == wchar_t(2)); in main() 30 assert(s1[2] == wchar_t(3)); in main() [all …]
|