Home
last modified time | relevance | path

Searched defs:Words (Results 1 – 25 of 42) sorted by relevance

12

/external/rust/crates/bstr/src/unicode/
Dword.rs29 pub struct Words<'a>(WordsWithBreaks<'a>); struct
31 impl<'a> Words<'a> { impl
61 impl<'a> Iterator for Words<'a> { implementation
/external/deqp-deps/SPIRV-Tools/test/
Dunit_spirv.cpp26 using Words = std::vector<uint32_t>; typedef
/external/swiftshader/third_party/SPIRV-Tools/test/
Dunit_spirv.cpp26 using Words = std::vector<uint32_t>; typedef
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dunit_spirv.cpp26 using Words = std::vector<uint32_t>; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/Disassembler/
DMSP430Disassembler.cpp205 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/
DMSP430Disassembler.cpp205 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/
Dflatten_decoration_pass.cpp29 using Words = std::vector<uint32_t>; typedef
/external/deqp-deps/SPIRV-Tools/source/opt/
Dflatten_decoration_pass.cpp29 using Words = std::vector<uint32_t>; typedef
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dflatten_decoration_pass.cpp29 using Words = std::vector<uint32_t>; typedef
/external/angle/third_party/abseil-cpp/absl/hash/internal/
Dwyhash_test.cc64 TEST(WyhashTest, Words) { in TEST() argument
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp75 int Words = DistanceInBytes / WordSize; in isInRage() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp75 int Words = DistanceInBytes / WordSize; in isInRage() local
/external/llvm-project/llvm/tools/llvm-cxxfilt/
Dllvm-cxxfilt.cpp145 SmallVector<std::pair<StringRef, StringRef>, 16> Words; in demangleLine() local
/external/llvm-project/polly/lib/Support/
DGICHelper.cpp41 unsigned Words = Abs.getNumWords(); in isl_valFromAPInt() local
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIdentifierNamingCheck.cpp254 SmallVector<StringRef, 8> Words; in fixupWithCase() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DQualityTests.cpp302 llvm::StringSet<> Words = {"one", "two", "three"}; in TEST() local
DSourceCodeTests.cpp335 auto Words = collectWords(R"cpp( in TEST() local
/external/llvm-project/clang-tools-extra/clangd/support/
DMarkup.cpp218 llvm::SmallVector<llvm::StringRef, 4> Words; in canonicalizeSpaces() local
/external/golang-protobuf/protoc-gen-go/testdata/extension_user/
Dextension_user.pb.go204 Words *string `protobuf:"bytes,1,opt,name=words" json:"words,omitempty"` member
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp485 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/
DHexagonISelLoweringHVX.cpp361 SmallVector<SDValue,32> Words; in buildHvxVectorReg() local
543 SmallVector<SDValue,4> Words[2]; in createHvxPrefixPred() local
/external/llvm-project/llvm/lib/Support/
DAPInt.cpp2711 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/
DAPInt.cpp2712 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/
DCodeGenDAGPatterns.h186 std::array<WordType,NumWords> Words; member
/external/rust/crates/bstr/src/
Dext_slice.rs1856 fn words(&self) -> Words { in words()

12