/third_party/zlib/ |
D | crc32.c | 792 z_word_t word3; local 835 word3 = crc3 ^ words[3]; 855 crc3 = crc_braid_table[0][word3 & 0xff]; 872 crc3 ^= crc_braid_table[k][(word3 >> (k << 3)) & 0xff]; 916 z_word_t crc3, word3; local 957 word3 = crc3 ^ words[3]; 977 crc3 = crc_braid_big_table[0][word3 & 0xff]; 994 crc3 ^= crc_braid_big_table[k][(word3 >> (k << 3)) & 0xff];
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.h | 344 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, 347 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 350 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 353 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 356 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 359 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
|
D | SkSLSPIRVCodeGenerator.cpp | 298 int32_t word3, OutputStream& out) { in writeInstruction() argument 302 this->writeWord(word3, out); in writeInstruction() 306 int32_t word3, int32_t word4, OutputStream& out) { in writeInstruction() argument 310 this->writeWord(word3, out); in writeInstruction() 315 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 320 this->writeWord(word3, out); in writeInstruction() 326 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 331 this->writeWord(word3, out); in writeInstruction() 338 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 343 this->writeWord(word3, out); in writeInstruction() [all …]
|
/third_party/gettext/gettext-tools/tests/ |
D | msgfmt-desktop-2 | 14 Keywords=Keyword1;Keyword2;Key\;word3; 111 Keywords=Keyword1;Keyword2;Key\;word3; 125 Keywords=Keyword1;Keyword2;Key\;word3;
|
D | msgfmt-desktop-1 | 12 Keywords=Keyword1;Keyword2;Key\;word3; 65 Keywords=Keyword1;Keyword2;Key\;word3;
|
D | xgettext-desktop-1 | 53 Keywords=Keyword1;Keyword2;Key\;word3;
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.h | 431 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, 434 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 437 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 440 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 443 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 446 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
|
D | SkSLSPIRVCodeGenerator.cpp | 367 int32_t word3, OutputStream& out) { in writeInstruction() argument 371 this->writeWord(word3, out); in writeInstruction() 375 int32_t word3, int32_t word4, OutputStream& out) { in writeInstruction() argument 379 this->writeWord(word3, out); in writeInstruction() 384 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 389 this->writeWord(word3, out); in writeInstruction() 395 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 400 this->writeWord(word3, out); in writeInstruction() 407 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 412 this->writeWord(word3, out); in writeInstruction() [all …]
|
/third_party/boost/libs/locale/test/ |
D | test_boundary.cpp | 417 int word3[]={ 0, 0, 1, 0, 1, 0, 0, 0}; in word_boundary() local 422 run_word<char>(all3,none3,zero,word3,zero,zero,g("en_US.UTF-8")); in word_boundary() 427 run_word<char>(all3,none3,zero,word3,zero,zero,g("ja_JP.Shift-JIS")); in word_boundary() 432 run_word<wchar_t>(all3,none3,zero,word3,zero,zero,g("en_US.UTF-8")); in word_boundary() 438 run_word<char16_t>(all3,none3,zero,word3,zero,zero,g("en_US.UTF-8")); in word_boundary() 445 run_word<char32_t>(all3,none3,zero,word3,zero,zero,g("en_US.UTF-8")); in word_boundary()
|
/third_party/re2/re2/testing/ |
D | re2_test.cc | 315 std::string word3; in TEST() local 317 ASSERT_TRUE(RE2::PartialMatch("foo", r, &word1, &word2, &word3)); in TEST() 320 ASSERT_EQ(word3, ""); in TEST() 321 ASSERT_TRUE(RE2::PartialMatch("bar", r, &word1, &word2, &word3)); in TEST() 324 ASSERT_EQ(word3, ""); in TEST() 325 ASSERT_TRUE(RE2::PartialMatch("baz", r, &word1, &word2, &word3)); in TEST() 328 ASSERT_EQ(word3, "baz"); in TEST() 329 ASSERT_FALSE(RE2::PartialMatch("f", r, &word1, &word2, &word3)); in TEST()
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput2 | 5666 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 5669 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 5672 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
|
D | testoutput2 | 17109 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 17113 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 17114 0: word1 word3 word1 word2 word3 word2 word2 word1 word3 17115 1: word3 17118 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 17119 0: word1 word3 word1 word2 word3 word2 word2 word1 word3 17120 1: word3
|
/third_party/openssl/ |
D | INSTALL | 36 { word1 | word2 | word3 } This denotes a mandatory choice, to be 51 [ word1 | word2 | word3 ] Similar to { word1 | word2 | word3 }
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 8514 For a subject such as "word1 word2 word3 word2 word3 word4" the result 8515 is "word3". How does it work? At the start, ^(?x) anchors the pattern
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 10141 + z_word_t word3; 10184 + word3 = crc3 ^ words[3]; 10204 + crc3 = crc_braid_table[0][word3 & 0xff]; 10221 + crc3 ^= crc_braid_table[k][(word3 >> (k << 3)) & 0xff]; 10265 + z_word_t crc3, word3; 10306 + word3 = crc3 ^ words[3]; 10326 + crc3 = crc_braid_big_table[0][word3 & 0xff]; 10343 + crc3 ^= crc_braid_big_table[k][(word3 >> (k << 3)) & 0xff];
|