| /third_party/flutter/skia/src/sksl/ir/ |
| D | SkSLBlock.h | 19 struct Block : public Statement { struct 22 : INHERITED(offset, kBlock_Kind) in INHERITED() argument 40 return std::unique_ptr<Statement>(new Block(fOffset, std::move(cloned), fSymbols)); in clone() argument 43 String description() const override { in description() 55 const std::shared_ptr<SymbolTable> fSymbols; 56 std::vector<std::unique_ptr<Statement>> fStatements; 58 typedef Statement INHERITED;
|
| /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()
|
| /third_party/flutter/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()
|
| /third_party/mesa3d/src/mesa/main/ |
| D | texcompress_astc.cpp | 555 struct Block struct 557 bool is_error; 558 bool bogus_colour_endpoints; 559 bool bogus_weights; 561 int high_prec; 562 int dual_plane; 563 int colour_component_selector; 564 int wt_range; 565 int wt_w, wt_h, wt_d; 566 int num_parts; [all …]
|
| /third_party/boost/libs/dynamic_bitset/test/ |
| D | dyn_bitset_unit_tests5.cpp | 54 void test_serialization( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) ) in test_serialization() 84 void test_binary_archive( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) ) { in test_binary_archive() 89 void test_xml_archive( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) ) { in test_xml_archive() 95 void run_test_cases( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) ) in run_test_cases()
|
| /third_party/boost/boost/dynamic_bitset/ |
| D | dynamic_bitset.hpp | 408 inline static Block set_block_full(Block) BOOST_NOEXCEPT in set_block_full() argument 417 inline static Block reset_block_full(Block) BOOST_NOEXCEPT in reset_block_full() argument 707 swap(dynamic_bitset<Block, Allocator>& b) // no throw in swap() 715 operator=(const dynamic_bitset<Block, Allocator>& b) in operator =() 726 dynamic_bitset(dynamic_bitset<Block, Allocator>&& b) in dynamic_bitset() function in boost::dynamic_bitset 736 operator=(dynamic_bitset<Block, Allocator>&& b) in operator =() 1271 to_string(const dynamic_bitset<Block, Allocator>& b, stringT& s) in to_string() 1290 to_block_range(const dynamic_bitset<Block, Allocator>& b, in to_block_range() 1397 is_subset_of(const dynamic_bitset<Block, Allocator>& a) const in is_subset_of() argument 1408 is_proper_subset_of(const dynamic_bitset<Block, Allocator>& a) const in is_proper_subset_of() argument [all …]
|
| D | serialization.hpp | 25 static void serialize(Ar& ar, dynamic_bitset<Block, Allocator>& bs, unsigned) { in serialize() 38 void serialize(Ar& ar, dynamic_bitset<Block, Allocator>& bs, unsigned version) { in serialize()
|
| /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() argument 123 void createBlock(StringRef FileName); argument
|
| /third_party/flutter/skia/modules/skparagraph/include/ |
| D | TextStyle.h | 177 struct Block { struct 178 Block() : fRange(EMPTY_RANGE), fStyle() { } in Block() function 179 Block(size_t start, size_t end, const TextStyle& style) in Block() function 181 Block(TextRange textRange, const TextStyle& style) in Block() argument 184 void add(TextRange tail) { in add() 188 TextRange fRange; 189 TextStyle fStyle;
|
| /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/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/ffmpeg/libavcodec/ |
| D | flashsv2enc.c | 68 typedef struct Block { struct 79 } Block; argument
|
| /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/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/include/llvm/Bitstream/ |
| D | BitstreamWriter.h | 47 struct Block { struct 51 Block(unsigned PCS, size_t SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} in Block() argument
|
| /third_party/skia/modules/skparagraph/include/ |
| D | TextStyle.h | 299 struct Block { struct 301 Block(size_t start, size_t end, const TextStyle& style) : fRange(start, end), fStyle(style) {} in Block() function 302 Block(TextRange textRange, const TextStyle& style) : fRange(textRange), fStyle(style) {} in Block() argument 314 typedef size_t BlockIndex; argument
|
| /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/typescript/tests/cases/compiler/ |
| D | mappedTypeInferenceCircularity.ts | 4 type Block<P> = <T>(func: HTML) => {}; alias
|
| /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/abseil-cpp/absl/synchronization/ |
| D | barrier.cc | 28 bool Barrier::Block() { in Block() function in absl::Barrier
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
| D | barrier.cc | 28 bool Barrier::Block() { in Block() function in absl::Barrier
|