| /external/rust/crates/bstr/src/unicode/ |
| D | word.rs | 29 pub struct Words<'a>(WordsWithBreaks<'a>); struct 31 impl<'a> Words<'a> { implementation 61 impl<'a> Iterator for Words<'a> { implementation
|
| /external/deqp-deps/SPIRV-Tools/test/ |
| D | unit_spirv.cpp | 26 using Words = std::vector<uint32_t>; typedef
|
| /external/swiftshader/third_party/SPIRV-Tools/test/ |
| D | unit_spirv.cpp | 26 using Words = std::vector<uint32_t>; typedef
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
| D | unit_spirv.cpp | 26 using Words = std::vector<uint32_t>; typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/Disassembler/ |
| D | MSP430Disassembler.cpp | 205 static const uint8_t *getDecoderTable(AddrMode SrcAM, unsigned Words) { in getDecoderTable() 241 unsigned Words = 1; in getInstructionI() local 295 unsigned Words = 1; in getInstructionII() local
|
| /external/llvm-project/llvm/lib/Target/MSP430/Disassembler/ |
| D | MSP430Disassembler.cpp | 205 static const uint8_t *getDecoderTable(AddrMode SrcAM, unsigned Words) { in getDecoderTable() 241 unsigned Words = 1; in getInstructionI() local 295 unsigned Words = 1; in getInstructionII() local
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
| D | flatten_decoration_pass.cpp | 29 using Words = std::vector<uint32_t>; typedef
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | flatten_decoration_pass.cpp | 29 using Words = std::vector<uint32_t>; typedef
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | flatten_decoration_pass.cpp | 29 using Words = std::vector<uint32_t>; typedef
|
| /external/angle/third_party/abseil-cpp/absl/hash/internal/ |
| D | wyhash_test.cc | 64 TEST(WyhashTest, Words) { in TEST() argument
|
| /external/llvm-project/llvm/lib/Target/MSP430/ |
| D | MSP430BranchSelector.cpp | 75 int Words = DistanceInBytes / WordSize; in isInRage() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
| D | MSP430BranchSelector.cpp | 75 int Words = DistanceInBytes / WordSize; in isInRage() local
|
| /external/llvm-project/llvm/tools/llvm-cxxfilt/ |
| D | llvm-cxxfilt.cpp | 145 SmallVector<std::pair<StringRef, StringRef>, 16> Words; in demangleLine() local
|
| /external/llvm-project/polly/lib/Support/ |
| D | GICHelper.cpp | 41 unsigned Words = Abs.getNumWords(); in isl_valFromAPInt() local
|
| /external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
| D | IdentifierNamingCheck.cpp | 254 SmallVector<StringRef, 8> Words; in fixupWithCase() local
|
| /external/llvm-project/clang-tools-extra/clangd/unittests/ |
| D | QualityTests.cpp | 302 llvm::StringSet<> Words = {"one", "two", "three"}; in TEST() local
|
| D | SourceCodeTests.cpp | 335 auto Words = collectWords(R"cpp( in TEST() local
|
| /external/llvm-project/clang-tools-extra/clangd/support/ |
| D | Markup.cpp | 218 llvm::SmallVector<llvm::StringRef, 4> Words; in canonicalizeSpaces() local
|
| /external/golang-protobuf/protoc-gen-go/testdata/extension_user/ |
| D | extension_user.pb.go | 204 Words *string `protobuf:"bytes,1,opt,name=words" json:"words,omitempty"` member
|
| /external/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLoweringHVX.cpp | 485 SmallVector<SDValue,32> Words; in buildHvxVectorReg() local 673 SmallVector<SDValue,4> Words[2]; in createHvxPrefixPred() local 1607 SmallVector<SDValue,4> Words; in LowerHvxBitcast() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLoweringHVX.cpp | 361 SmallVector<SDValue,32> Words; in buildHvxVectorReg() local 543 SmallVector<SDValue,4> Words[2]; in createHvxPrefixPred() local
|
| /external/llvm-project/llvm/lib/Support/ |
| D | APInt.cpp | 2711 void APInt::tcShiftLeft(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftLeft() 2738 void APInt::tcShiftRight(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftRight()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | APInt.cpp | 2712 void APInt::tcShiftLeft(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftLeft() 2739 void APInt::tcShiftRight(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftRight()
|
| /external/llvm-project/llvm/utils/TableGen/ |
| D | CodeGenDAGPatterns.h | 186 std::array<WordType,NumWords> Words; member
|
| /external/rust/crates/bstr/src/ |
| D | ext_slice.rs | 1856 fn words(&self) -> Words { in words()
|