/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.h | 290 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, 293 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 296 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 299 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 302 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 305 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
|
D | SkSLSPIRVCodeGenerator.cpp | 292 int32_t word3, OutputStream& out) { in writeInstruction() argument 296 this->writeWord(word3, out); in writeInstruction() 300 int32_t word3, int32_t word4, OutputStream& out) { in writeInstruction() argument 304 this->writeWord(word3, out); in writeInstruction() 309 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 314 this->writeWord(word3, out); in writeInstruction() 320 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 325 this->writeWord(word3, out); in writeInstruction() 332 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 337 this->writeWord(word3, out); in writeInstruction() [all …]
|
/external/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.h | 416 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, 419 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 422 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 425 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 428 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 431 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
|
D | SkSLSPIRVCodeGenerator.cpp | 318 int32_t word3, OutputStream& out) { in writeInstruction() argument 322 this->writeWord(word3, out); in writeInstruction() 326 int32_t word3, int32_t word4, OutputStream& out) { in writeInstruction() argument 330 this->writeWord(word3, out); in writeInstruction() 335 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 340 this->writeWord(word3, out); in writeInstruction() 346 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 351 this->writeWord(word3, out); in writeInstruction() 358 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 363 this->writeWord(word3, out); in writeInstruction() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | re2_test.cc | 325 std::string word3; in TEST() local 327 ASSERT_TRUE(RE2::PartialMatch("foo", r, &word1, &word2, &word3)); in TEST() 330 ASSERT_EQ(word3, ""); in TEST() 331 ASSERT_TRUE(RE2::PartialMatch("bar", r, &word1, &word2, &word3)); in TEST() 334 ASSERT_EQ(word3, ""); in TEST() 335 ASSERT_TRUE(RE2::PartialMatch("baz", r, &word1, &word2, &word3)); in TEST() 338 ASSERT_EQ(word3, "baz"); in TEST() 339 ASSERT_FALSE(RE2::PartialMatch("f", r, &word1, &word2, &word3)); in TEST()
|
/external/llvm/test/CodeGen/AArch64/ |
D | ldst-opt.ll | 375 define i32 @load-pre-indexed-word3(%pre.struct.i32** %this, i1 %cond, 377 ; CHECK-LABEL: load-pre-indexed-word3 570 define void @store-pre-indexed-word3(%pre.struct.i32** %this, i1 %cond, 573 ; CHECK-LABEL: store-pre-indexed-word3
|
/external/pcre/dist2/testdata/ |
D | testinput2 | 5668 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 5671 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 5674 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
|
D | testoutput2 | 17112 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 17116 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 17117 0: word1 word3 word1 word2 word3 word2 word2 word1 word3 17118 1: word3 17121 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 17122 0: word1 word3 word1 word2 word3 word2 word2 word1 word3 17123 1: word3
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | ldst-opt.ll | 376 define i32 @load-pre-indexed-word3(%pre.struct.i32** %this, i1 %cond, 378 ; CHECK-LABEL: load-pre-indexed-word3 571 define void @store-pre-indexed-word3(%pre.struct.i32** %this, i1 %cond, 574 ; CHECK-LABEL: store-pre-indexed-word3
|
/external/capstone/arch/M68K/ |
D | M68KDisassembler.c | 983 uint word3; in build_cas2() local 992 word3 = peek_imm_32(info) & 0xffff; in build_cas2() 993 if (!instruction_is_valid(info, word3)) in build_cas2()
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 8484 For a subject such as "word1 word2 word3 word2 word3 word4" the result 8485 is "word3". How does it work? At the start, ^(?x) anchors the pattern
|