| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| D | BlockIndexer.h | 28 struct Block { struct 36 using Index = DenseMap<std::pair<uint64_t, int32_t>, std::vector<Block>>; argument
|
| D | Profile.h | 62 struct Block { struct 77 /// Appends a fully-formed Block instance into the Profile. argument
|
| /third_party/skia/src/core/ |
| D | SkDeque.cpp | 11 struct SkDeque::Block { struct in SkDeque 12 Block* fNext; 13 Block* fPrev; 14 char* fBegin; // start of used section in this chunk 15 char* fEnd; // end of used section in this chunk 16 char* fStop; // end of the allocated chunk 18 char* start() { return (char*)(this + 1); } in start() 19 const char* start() const { return (const char*)(this + 1); } in start() 21 void init(size_t size) { in init()
|
| D | SkStream.cpp | 466 struct SkDynamicMemoryWStream::Block { struct in SkDynamicMemoryWStream 467 Block* fNext; 468 char* fCurr; 469 char* fStop; 471 const char* start() const { return (const char*)(this + 1); } in start() 472 char* start() { return (char*)(this + 1); } in start() 473 size_t avail() const { return fStop - fCurr; } in avail() 474 size_t written() const { return fCurr - this->start(); } in written() 476 void init(size_t size) { in init() 482 const void* append(const void* data, size_t size) { in append()
|
| /third_party/mesa3d/src/mesa/main/ |
| D | texcompress_astc.cpp | 549 struct Block struct 551 bool is_error; 552 bool bogus_colour_endpoints; 553 bool bogus_weights; 555 int high_prec; 556 int dual_plane; 557 int colour_component_selector; 558 int wt_range; 559 int wt_w, wt_h, wt_d; 560 int num_parts; [all …]
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| D | deAppendList.hpp | 68 struct Block struct in de::AppendList 70 const size_t blockNdx; 71 ElementType* elements; 72 Block* volatile next; 74 Block (size_t blockNdx_, size_t size) in Block() function 82 ~Block (void) in ~Block()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | DebugLinesSubsection.h | 106 struct Block { struct 107 Block(uint32_t ChecksumBufferOffset) in Block() function 123 void createBlock(StringRef FileName); argument
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| D | free-list.h | 29 struct Block { struct 43 Block Allocate(size_t); argument
|
| /third_party/rust/crates/cxx/gen/src/ |
| D | block.rs | 4 pub enum Block<'a> { enum 12 impl<'a> Block<'a> { impl
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIMachineScheduler.cpp | 1254 SIScheduleBlock *Block = CurrentBlocks[i]; in createBlocksForVariant() local 1289 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local 1300 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local 1313 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local 1334 SIScheduleBlock *Block = CurrentBlocks[i]; in scheduleInsideBlocks() local 1350 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in scheduleInsideBlocks() local 1381 SIScheduleBlock *Block = CurrentBlocks[i]; in scheduleInsideBlocks() local 1411 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in fillStats() local 1426 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in fillStats() local 1459 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | VPlan.cpp | 61 const VPBlockBase *Block = this; in getEntryBasicBlock() local 68 VPBlockBase *Block = this; in getEntryBasicBlock() local 76 const VPBlockBase *Block = this; in getExitBasicBlock() local 83 VPBlockBase *Block = this; in getExitBasicBlock() local 517 const Twine VPlanPrinter::getUID(const VPBlockBase *Block) { in getUID() 522 const Twine VPlanPrinter::getOrCreateName(const VPBlockBase *Block) { in getOrCreateName() 551 for (const VPBlockBase *Block : depth_first(Plan.getEntry())) in dump() local 557 void VPlanPrinter::dumpBlock(const VPBlockBase *Block) { in dumpBlock() 583 void VPlanPrinter::dumpEdges(const VPBlockBase *Block) { in dumpEdges() 645 for (const VPBlockBase *Block : depth_first(Region->getEntry())) in dumpRegion() local [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | flashsv2enc.c | 70 typedef struct Block { struct 81 } Block; argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| D | GCOV.cpp | 213 GCOVBlock &Block = *Blocks[BlockNo]; in readGCNO() local 321 GCOVBlock &Block = *Blocks[BlockNo]; in readGCDA() local 354 for (const auto &Block : Blocks) in print() local 371 for (const auto &Block : Blocks) in collectLineCounts() local 526 for (auto Block : Blocks) { in getCyclesCount() local 540 for (auto Block : Blocks) { in getLineCount() local 758 for (const GCOVBlock *Block : Blocks) { in print() local 807 for (const GCOVBlock *Block : Blocks) { in print() local 839 for (const GCOVBlock &Block : Func->blocks()) in printFunctionSummary() local 851 void FileInfo::printBlockInfo(raw_ostream &OS, const GCOVBlock &Block, in printBlockInfo() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | SymbolRecordHelpers.cpp | 36 BlockSym Block = createRecord<BlockSym>(Sym); in getScopeEndOffset() local 67 BlockSym Block = createRecord<BlockSym>(Sym); in getScopeParentOffset() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
| D | BitstreamWriter.h | 47 struct Block { struct 51 Block(unsigned PCS, size_t SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} in Block() argument
|
| D | BitstreamReader.h | 347 struct Block { struct 351 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} in Block() function
|
| /third_party/rust/crates/syn/src/ |
| D | stmt.rs | 84 impl Block { impl 164 impl Parse for Block { implementation 403 impl ToTokens for Block { implementation
|
| /third_party/glslang/SPIRV/ |
| D | InReadableOrder.cpp | 64 ReadableOrderTraverser(std::function<void(Block*, spv::ReachReason, Block*)> callback) in ReadableOrderTraverser() 128 void spv::inReadableOrder(Block* root, std::function<void(Block*, spv::ReachReason, Block*)> callba… in inReadableOrder()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | DivergenceAnalysis.h | 114 void markBlockJoinDivergent(const BasicBlock &Block) { in markBlockJoinDivergent() 125 bool isJoinDivergent(const BasicBlock &Block) const { in isJoinDivergent()
|
| /third_party/skia/src/gpu/ |
| D | GrSubRunAllocator.h | 112 struct Block { struct 115 char* const fBlockStart; argument 116 Block* const fPrevious; argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | BC_Decoder.cpp | 937 struct Block struct 939 uint64_t low64; 940 uint64_t high64; 942 …t dstX, int dstY, int dstWidth, int dstHeight, size_t dstPitch, size_t dstBpp, bool isSigned) const in decode() 1399 struct Block struct 1401 constexpr uint64_t Get(const Bitfield &bf) const in Get() 1415 const Mode &mode() const in mode() 1428 struct IndexInfo 1434 uint8_t interpolate(uint8_t e0, uint8_t e1, const IndexInfo &index) const in interpolate() 1448 void decode(uint8_t *dst, int dstX, int dstY, int dstWidth, int dstHeight, size_t dstPitch) const in decode() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZLongBranch.cpp | 181 MBBInfo &Block) { in skipNonTerminators() 281 MBBInfo &Block = MBBs[I]; in initMBBInfo() local 343 for (auto &Block : MBBs) { in setWorstCaseAddresses() local 444 for (auto &Block : MBBs) { in relaxBranches() local
|
| /third_party/skia/modules/skparagraph/include/ |
| D | TextStyle.h | 412 struct Block { struct 414 Block(size_t start, size_t end, const TextStyle& style) : fRange(start, end), fStyle(style) {} in Block() argument 415 Block(TextRange textRange, const TextStyle& style) : fRange(textRange), fStyle(style) {} in Block() function 427 typedef size_t BlockIndex; argument
|
| /third_party/typescript/tests/cases/compiler/ |
| D | mappedTypeInferenceCircularity.ts | 4 type Block<P> = <T>(func: HTML) => {}; alias
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
| D | barrier.cc | 28 bool Barrier::Block() { in Block() function in absl::Barrier
|