HomeSort by relevance Sort by last modified time
    Searched refs:Desc (Results 1 - 25 of 663) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/TableGen/
TableGenBackend.cpp 18 void TableGenBackend::EmitSourceFileHeader(const std::string &Desc,
21 " C++ -*-===//\n//\n// " << Desc << "\n//\n// Automatically generate"
  /external/llvm/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/TableGen/
TableGenBackend.h 24 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrInfo.h 27 const MCInstrDesc *Desc; // Raw array to allow static init'n
28 unsigned NumOpcodes; // Number of entries in the desc array
34 Desc = D;
45 return Desc[Opcode];
  /external/skia/src/gpu/
GrTextureStripAtlas.h 30 struct Desc {
31 Desc() { sk_bzero(this, sizeof(*this)); }
36 bool operator==(const Desc& other) const {
37 return 0 == memcmp(this, &other, sizeof(Desc));
44 static GrTextureStripAtlas* GetAtlas(const Desc& desc);
108 GrTextureStripAtlas(Desc desc);
153 static const Desc& GetKey(const AtlasEntry& entry) { return entry.fDesc; }
154 static uint32_t Hash(const Desc& desc) { return SkOpts::hash(&desc, sizeof(Desc));
    [all...]
  /external/skqp/src/gpu/
GrTextureStripAtlas.h 30 struct Desc {
31 Desc() { sk_bzero(this, sizeof(*this)); }
36 bool operator==(const Desc& other) const {
37 return 0 == memcmp(this, &other, sizeof(Desc));
44 static GrTextureStripAtlas* GetAtlas(const Desc& desc);
108 GrTextureStripAtlas(Desc desc);
153 static const Desc& GetKey(const AtlasEntry& entry) { return entry.fDesc; }
154 static uint32_t Hash(const Desc& desc) { return SkOpts::hash(&desc, sizeof(Desc));
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutexset.h 26 struct Desc {
39 Desc Get(uptr i) const;
48 Desc descs_[kMaxSize];
65 MutexSet::Desc MutexSet::Get(uptr i) const { return Desc(); }
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/PciEmulation/
PciEmulation.c 96 PCIE_PLATFORM_DESC *Desc = &mA70x0PlatDescTemplate;
100 if (PcdGetSize (PcdPciEXhci) < Desc->XhciDevCount) {
105 for (i = 0; i < Desc->XhciDevCount; i++) {
112 Desc->XhciDmaType[i],
116 Desc->XhciBaseAddresses[i], Desc->XhciMemSize[i]
133 PCIE_PLATFORM_DESC *Desc = &mA70x0PlatDescTemplate;
137 if (PcdGetSize (PcdPciEAhci) < Desc->AhciDevCount) {
142 for (i = 0; i < Desc->AhciDevCount; i++) {
149 Desc->AhciDmaType[i],
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrInfo.h 25 const MCInstrDesc *Desc; // Raw array to allow static init'n
28 unsigned NumOpcodes; // Number of entries in the desc array
35 Desc = D;
47 return Desc[Opcode];
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrInfo.h 25 const MCInstrDesc *Desc; // Raw array to allow static init'n
28 unsigned NumOpcodes; // Number of entries in the desc array
35 Desc = D;
47 return Desc[Opcode];
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCInstrInfo.h 25 const MCInstrDesc *Desc; // Raw array to allow static init'n
28 unsigned NumOpcodes; // Number of entries in the desc array
35 Desc = D;
47 return Desc[Opcode];
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCInstrInfo.h 25 const MCInstrDesc *Desc; // Raw array to allow static init'n
28 unsigned NumOpcodes; // Number of entries in the desc array
35 Desc = D;
47 return Desc[Opcode];

Completed in 1475 milliseconds

1 2 3 4 5 6 7 8 91011>>