/third_party/flutter/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.h | 339 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, StringFragment string, 342 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out); 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 | 282 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 286 this->writeWord(word2, out); in writeInstruction() 290 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 294 this->writeWord(word2, out); in writeInstruction() 297 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 301 this->writeWord(word2, out); in writeInstruction() 305 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 309 this->writeWord(word2, out); in writeInstruction() 314 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 319 this->writeWord(word2, out); in writeInstruction() [all …]
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.h | 426 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, skstd::string_view string, 429 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out); 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 | 351 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 355 this->writeWord(word2, out); in writeInstruction() 359 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 363 this->writeWord(word2, out); in writeInstruction() 366 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 370 this->writeWord(word2, out); in writeInstruction() 374 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 378 this->writeWord(word2, out); in writeInstruction() 383 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument 388 this->writeWord(word2, out); in writeInstruction() [all …]
|
/third_party/zlib/ |
D | crc32.c | 789 z_word_t word2; local 833 word2 = crc2 ^ words[2]; 853 crc2 = crc_braid_table[0][word2 & 0xff]; 870 crc2 ^= crc_braid_table[k][(word2 >> (k << 3)) & 0xff]; 914 z_word_t crc2, word2; local 955 word2 = crc2 ^ words[2]; 975 crc2 = crc_braid_big_table[0][word2 & 0xff]; 992 crc2 ^= crc_braid_big_table[k][(word2 >> (k << 3)) & 0xff];
|
/third_party/mindspore/mindspore/core/mindrt/include/actor/ |
D | log.h | 72 #define LOG_CHECK_ID_CONCAT(word1, word2) word1##word2 argument
|
/third_party/re2/re2/testing/ |
D | re2_test.cc | 314 std::string word2; in TEST() local 317 ASSERT_TRUE(RE2::PartialMatch("foo", r, &word1, &word2, &word3)); in TEST() 319 ASSERT_EQ(word2, ""); in TEST() 321 ASSERT_TRUE(RE2::PartialMatch("bar", r, &word1, &word2, &word3)); in TEST() 323 ASSERT_EQ(word2, "bar"); in TEST() 325 ASSERT_TRUE(RE2::PartialMatch("baz", r, &word1, &word2, &word3)); in TEST() 327 ASSERT_EQ(word2, ""); in TEST() 329 ASSERT_FALSE(RE2::PartialMatch("f", r, &word1, &word2, &word3)); in TEST()
|
/third_party/icu/tools/unicode/c/genprops/ |
D | namespropsbuilder.cpp | 258 compareWords(const void *context, const void *word1, const void *word2); 743 compareWords(const void *context, const void *word1, const void *word2) { in compareWords() argument 745 return ((Word *)word2)->weight-((Word *)word1)->weight; in compareWords()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | codegen.h | 354 unsigned word2 : 9; member
|
D | disasm.c | 722 branch->discard.word2 == PPIR_CODEGEN_DISCARD_WORD2) { in print_branch()
|
D | codegen.c | 582 b->discard.word2 = PPIR_CODEGEN_DISCARD_WORD2; in ppir_codegen_encode_discard()
|
/third_party/ffmpeg/libavcodec/ |
D | indeo3.c | 899 uint32_t frame_num, word2, check_sum, data_size; in decode_frame_headers() local 909 word2 = bytestream2_get_le32(&gb); in decode_frame_headers() 913 if ((frame_num ^ word2 ^ data_size ^ OS_HDR_ID) != check_sum) { in decode_frame_headers()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard.h | 781 uint64_t word2 : 60; member
|
D | disassemble.c | 1562 if (load_store->word2 != 3) { in print_load_store_word() 1563 print_load_store_instr(ctx, fp, load_store->word2, verbose); in print_load_store_word()
|
D | midgard_emit.c | 1014 .word2 = next64 in emit_binary_bundle()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzzerutil_test.cpp | 470 uint32_t word2 = fuzzerutil::FloatToWord(1.23f); in TEST() local 479 std::vector<uint32_t>{word2}, 32, false)); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | fuzzerutil_test.cpp | 470 uint32_t word2 = fuzzerutil::FloatToWord(1.23f); in TEST() local 479 std::vector<uint32_t>{word2}, 32, false)); in TEST()
|
/third_party/node/deps/cares/m4/ |
D | cares-compilers.m4 | 1446 for word2 in [$2]; do 1447 if test "$word1" = "$word2"; then 1483 for word2 in [$2]; do 1484 if test "$word1" = "$word2"; then
|
/third_party/curl/m4/ |
D | curl-compilers.m4 | 1547 for word2 in [$2]; do 1548 if test "$word1" = "$word2"; then 1584 for word2 in [$2]; do 1585 if test "$word1" = "$word2"; then
|
/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 17118 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 17119 0: word1 word3 word1 word2 word3 word2 word2 word1 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/node/deps/cares/ |
D | configure | 21945 for word2 in $flags_dbg_all; do 21946 if test "$word1" = "$word2"; then 21961 for word2 in $flags_dbg_all; do 21962 if test "$word1" = "$word2"; then 22150 for word2 in $flags_opt_all; do 22151 if test "$word1" = "$word2"; then 22168 for word2 in $flags_opt_all; do 22169 if test "$word1" = "$word2"; then 22199 for word2 in $flags_opt_all; do 22200 if test "$word1" = "$word2"; then [all …]
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 8514 For a subject such as "word1 word2 word3 word2 word3 word4" the result
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 10138 + z_word_t word2; 10182 + word2 = crc2 ^ words[2]; 10202 + crc2 = crc_braid_table[0][word2 & 0xff]; 10219 + crc2 ^= crc_braid_table[k][(word2 >> (k << 3)) & 0xff]; 10263 + z_word_t crc2, word2; 10304 + word2 = crc2 ^ words[2]; 10324 + crc2 = crc_braid_big_table[0][word2 & 0xff]; 10341 + crc2 ^= crc_braid_big_table[k][(word2 >> (k << 3)) & 0xff];
|