Home
last modified time | relevance | path

Searched defs:Block (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/
Ddynamic_mem_manager.h29 struct Block { struct
31 bool used_ = false;
55 Block *GetBlock(); argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DBlockIndexer.h28 struct Block { struct
36 using Index = DenseMap<std::pair<uint64_t, int32_t>, std::vector<Block>>; argument
DProfile.h62 struct Block { struct
77 /// Appends a fully-formed Block instance into the Profile. argument
/third_party/skia/src/core/
DSkDeque.cpp11 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()
/third_party/skia/m133/src/base/
DSkDeque.cpp14 struct SkDeque::Block { struct in SkDeque
15 Block* fNext;
16 Block* fPrev;
17 char* fBegin; // start of used section in this chunk
18 char* fEnd; // end of used section in this chunk
19 char* fStop; // end of the allocated chunk
21 char* start() { return (char*)(this + 1); } in start()
22 const char* start() const { return (const char*)(this + 1); } in start()
24 void init(size_t size) { in init()
/third_party/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp549 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/rust/rust/tests/ui/nll/
Dborrowed-referent-issue-38899.rs3 pub struct Block<'a> { struct
8 fn bump<'a>(mut block: &mut Block<'a>) { in bump() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeAppendList.hpp68 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/
DDebugLinesSubsection.h106 struct Block { struct
107 Block(uint32_t ChecksumBufferOffset) in Block() argument
123 void createBlock(StringRef FileName); argument
/third_party/rust/crates/cxx/gen/src/
Dblock.rs4 pub enum Block<'a> { enum
12 impl<'a> Block<'a> { impl
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/somas/
Dsomas.h53 struct Block { struct
58 Block(size_t start, size_t size) : start_offset_(start), size_(size), end_offset_(start + size) {} in Block() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp61 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1254 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/ffmpeg/libavcodec/
Dflashsv2enc.c70 typedef struct Block { struct
81 } Block; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp213 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/
DSymbolRecordHelpers.cpp36 BlockSym Block = createRecord<BlockSym>(Sym); in getScopeEndOffset() local
67 BlockSym Block = createRecord<BlockSym>(Sym); in getScopeParentOffset() local
/third_party/rust/crates/syn/src/
Dstmt.rs84 impl Block { impl
164 impl Parse for Block { implementation
403 impl ToTokens for Block { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamWriter.h47 struct Block { struct
51 Block(unsigned PCS, size_t SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} in Block() function
/third_party/glslang/SPIRV/
DInReadableOrder.cpp64 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/
DDivergenceAnalysis.h114 void markBlockJoinDivergent(const BasicBlock &Block) { in markBlockJoinDivergent()
125 bool isJoinDivergent(const BasicBlock &Block) const { in isJoinDivergent()
/third_party/typescript/tests/cases/compiler/
DmappedTypeInferenceCircularity.ts4 type Block<P> = <T>(func: HTML) => {}; alias
/third_party/skia/src/gpu/
DGrSubRunAllocator.h112 struct Block { struct
115 char* const fBlockStart; argument
116 Block* const fPrevious; argument
/third_party/rust/rust/compiler/rustc_middle/src/
Dthir.rs127 pub struct Block { struct
142 pub safety_mode: BlockSafety, argument
352 Block { enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp181 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/m133/src/core/
DSkStream.cpp469 struct SkDynamicMemoryWStream::Block { struct in SkDynamicMemoryWStream
470 Block* fNext;
471 char* fCurr;
472 char* fStop;
474 const char* start() const { return (const char*)(this + 1); } in start()
475 char* start() { return (char*)(this + 1); } in start()
476 size_t avail() const { return fStop - fCurr; } in avail()
477 size_t written() const { return fCurr - this->start(); } in written()
479 void init(size_t size) { in init()
485 const void* append(const void* data, size_t size) { in append()

12345678910>>...12