Searched refs:input4 (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | input_test.cpp | 106 pp::Input input4(count, str, nullptr); in TEST() local 107 EXPECT_EQ(3u, input4.read(buf, maxSize, &lineNo)); in TEST() 109 EXPECT_EQ(0u, input4.read(buf, maxSize, &lineNo)); in TEST() 144 pp::Input input4(count, str, nullptr); in TEST() local 145 EXPECT_EQ(3u, input4.read(buf, maxSize, &lineNo)); in TEST() 147 EXPECT_EQ(0u, input4.read(buf, maxSize, &lineNo)); in TEST()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 146 UnicodeString input4[] = {one, two, three, four}; in CheckFourCases() local 147 CheckFormatting(formatter.getAlias(), input4, 4, results[3], testName); in CheckFourCases() 164 UnicodeString input4[] = {one, two, three, four}; in RecordFourCases() local 165 formatter->format(input4, 4, results[3], errorCode); in RecordFourCases() 496 UnicodeString input4[] = {one, two, three, four}; in TestOutOfOrderPatterns() local 497 CheckFormatting(&formatter, input4, 4, results[3], "TestOutOfOrderPatterns()"); in TestOutOfOrderPatterns()
|
/third_party/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_unittest.cc | 929 ArrayInputStream input4(buffer + 25, 15); in TEST_F() local 937 ZeroCopyInputStream* streams[] = {&input1, &input2, &input3, &input4, in TEST_F()
|
/third_party/node/deps/simdutf/ |
D | simdutf.cpp | 21707 __m512i input4 = _mm512_loadu_si512((const __m512i *)(str + i + 3*sizeof(__m512i))); in count_utf8() local 21717 __mmask64 mask4 = _mm512_cmple_epi8_mask(input4, continuation); in count_utf8() 21866 __m512i input4 = _mm512_loadu_si512((const __m512i *)(str + i + 3*sizeof(__m512i))); in utf8_length_from_latin1() local 21872 __mmask64 mask4 = _mm512_cmpgt_epi8_mask(_mm512_setzero_si512(), input4); in utf8_length_from_latin1() 26770 __m256i input4 = _mm256_loadu_si256((const __m256i *)(data + i + 3*sizeof(__m256i))); in utf8_length_from_latin1() local 26774 _mm256_cmpgt_epi8(_mm256_setzero_si256(), input4)); in utf8_length_from_latin1() 33144 __m128i input4 = _mm_loadu_si128((const __m128i *)(str + i + 3*sizeof(__m128i))); in utf8_length_from_latin1() local 33158 input4)); in utf8_length_from_latin1()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto.function | 8624 int step4_arg, data_t *input4, int expected_status_arg4, 8635 data_t *inputs[] = { input1, input2, input3, input4 };
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 24468 input2(0, h0) | input4(w0, h0) 24485 input4(0, h0+h1+h2) 24499 input1(0, 0) | input4(w0, 0) | input7(w0+w3, 0) 24518 input4(0, h0+h1+h2)| input8(w0, h0+h1+h2)| input12(w0+w4, h0+h1+h2)| input16(w0+w4+w8, h0+h1+h2)
|