Home
last modified time | relevance | path

Searched refs:Block (Results 1 – 25 of 1284) sorted by relevance

12345678910>>...52

/external/deqp-deps/SPIRV-Tools/test/val/
Dval_cfg_test.cpp58 class Block { class
62 std::vector<Block> successors_;
69 explicit Block(std::string label, SpvOp type = SpvOpBranch) in Block() function in spvtools::val::__anon12de55100111::Block
73 Block& SetBody(std::string body) { in SetBody()
78 Block& AppendBody(std::string body) { in AppendBody()
94 for (Block& b : successors_) { in operator std::string()
125 friend Block& operator>>(Block& curr, std::vector<Block> successors);
126 friend Block& operator>>(Block& lhs, Block& successor);
130 Block& operator>>(Block& lhs, std::vector<Block> successors) { in operator >>()
141 Block& operator>>(Block& lhs, Block& successor) { in operator >>()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_cfg_test.cpp58 class Block { class
62 std::vector<Block> successors_;
69 explicit Block(std::string label, SpvOp type = SpvOpBranch) in Block() function in spvtools::val::__anon55ecf98a0111::Block
73 Block& SetBody(std::string body) { in SetBody()
78 Block& AppendBody(std::string body) { in AppendBody()
94 for (Block& b : successors_) { in operator std::string()
125 friend Block& operator>>(Block& curr, std::vector<Block> successors);
126 friend Block& operator>>(Block& lhs, Block& successor);
130 Block& operator>>(Block& lhs, std::vector<Block> successors) { in operator >>()
141 Block& operator>>(Block& lhs, Block& successor) { in operator >>()
[all …]
/external/e2fsprogs/tests/r_move_itable/
Dexpect26 Block count: 9985
31 Block size: 1024
50 Block bitmap at 130 (+129), Inode bitmap at 131 (+130)
58 Block bitmap at 386 (+129), Inode bitmap at 387 (+130)
64 Block bitmap at 513 (+0), Inode bitmap at 514 (+1)
72 Block bitmap at 898 (+129), Inode bitmap at 899 (+130)
78 Block bitmap at 1025 (+0), Inode bitmap at 1026 (+1)
86 Block bitmap at 1410 (+129), Inode bitmap at 1411 (+130)
92 Block bitmap at 1537 (+0), Inode bitmap at 1538 (+1)
100 Block bitmap at 1922 (+129), Inode bitmap at 1923 (+130)
[all …]
/external/e2fsprogs/tests/r_resize_inode/
Dexpect24 Block count: 65536
29 Block size: 1024
48 Block bitmap at 259 (+258), Inode bitmap at 260 (+259)
56 Block bitmap at 1283 (+258), Inode bitmap at 1284 (+259)
62 Block bitmap at 2049 (+0), Inode bitmap at 2050 (+1)
70 Block bitmap at 3331 (+258), Inode bitmap at 3332 (+259)
76 Block bitmap at 4097 (+0), Inode bitmap at 4098 (+1)
84 Block bitmap at 5379 (+258), Inode bitmap at 5380 (+259)
90 Block bitmap at 6145 (+0), Inode bitmap at 6146 (+1)
98 Block bitmap at 7427 (+258), Inode bitmap at 7428 (+259)
[all …]
/external/e2fsprogs/tests/m_meta_bg/
Dexpect.127 Block count: 131072
32 Block size: 1024
49 Block bitmap at 3 (+2), Inode bitmap at 4 (+3)
56 Block bitmap at 1027 (+2), Inode bitmap at 1028 (+3)
62 Block bitmap at 2049 (+0), Inode bitmap at 2050 (+1)
69 Block bitmap at 3074 (+1), Inode bitmap at 3075 (+2)
75 Block bitmap at 4097 (+0), Inode bitmap at 4098 (+1)
82 Block bitmap at 5122 (+1), Inode bitmap at 5123 (+2)
88 Block bitmap at 6145 (+0), Inode bitmap at 6146 (+1)
95 Block bitmap at 7170 (+1), Inode bitmap at 7171 (+2)
[all …]
/external/e2fsprogs/tests/m_raid_opt/
Dexpect.127 Block count: 131072
32 Block size: 1024
52 Block bitmap at 294 (+293), Inode bitmap at 295 (+294)
60 Block bitmap at 1331 (+306), Inode bitmap at 1332 (+307)
66 Block bitmap at 2107 (+58), Inode bitmap at 2108 (+59)
74 Block bitmap at 3405 (+332), Inode bitmap at 3406 (+333)
80 Block bitmap at 4181 (+84), Inode bitmap at 4182 (+85)
88 Block bitmap at 5479 (+358), Inode bitmap at 5480 (+359)
94 Block bitmap at 6255 (+110), Inode bitmap at 6256 (+111)
102 Block bitmap at 7553 (+384), Inode bitmap at 7554 (+385)
[all …]
/external/e2fsprogs/tests/m_desc_size_128/
Dexpect.127 Block count: 131072
32 Block size: 1024
52 Block bitmap at 274 (+273), Inode bitmap at 275 (+274)
60 Block bitmap at 1298 (+273), Inode bitmap at 1299 (+274)
66 Block bitmap at 2049 (+0), Inode bitmap at 2050 (+1)
74 Block bitmap at 3346 (+273), Inode bitmap at 3347 (+274)
80 Block bitmap at 4097 (+0), Inode bitmap at 4098 (+1)
88 Block bitmap at 5394 (+273), Inode bitmap at 5395 (+274)
94 Block bitmap at 6145 (+0), Inode bitmap at 6146 (+1)
102 Block bitmap at 7442 (+273), Inode bitmap at 7443 (+274)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp60 const VPBlockBase *Block = this; in getEntryBasicBlock() local
61 while (const VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in getEntryBasicBlock()
62 Block = Region->getEntry(); in getEntryBasicBlock()
63 return cast<VPBasicBlock>(Block); in getEntryBasicBlock()
67 VPBlockBase *Block = this; in getEntryBasicBlock() local
68 while (VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in getEntryBasicBlock()
69 Block = Region->getEntry(); in getEntryBasicBlock()
70 return cast<VPBasicBlock>(Block); in getEntryBasicBlock()
75 const VPBlockBase *Block = this; in getExitBasicBlock() local
76 while (const VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in getExitBasicBlock()
[all …]
/external/protobuf/src/google/protobuf/
Darena.cc66 GOOGLE_CHECK_GE(options_.initial_block_size, sizeof(Block)) in Init()
70 Block* first_block = reinterpret_cast<Block*>(options_.initial_block); in Init()
118 Arena::Block* Arena::NewBlock(void* me, Block* my_last_block, size_t n, in NewBlock()
133 Block* b = reinterpret_cast<Block*>(options_.block_alloc(size)); in NewBlock()
151 void Arena::AddBlock(Block* b) { in AddBlock()
156 void Arena::AddBlockInternal(Block* b) { in AddBlockInternal()
157 b->next = reinterpret_cast<Block*>(google::protobuf::internal::NoBarrier_Load(&blocks_)); in AddBlockInternal()
199 Block* b = reinterpret_cast<Block*>(google::protobuf::internal::Acquire_Load(&hint_)); in AllocateAligned()
206 void* Arena::AllocFromBlock(Block* b, size_t n) { in AllocFromBlock()
217 Block* b = FindBlock(me); // Find block owned by me. in SlowAlloc()
[all …]
/external/e2fsprogs/tests/m_bigjournal/
Dexpect.119 Block count: 2750000
24 Block size: 4096
53 Block bitmap at 673 (+673), Inode bitmap at 757 (+757)
61 Block bitmap at 674 (bg #0 + 674), Inode bitmap at 758 (bg #0 + 758)
67 Block bitmap at 675 (bg #0 + 675), Inode bitmap at 759 (bg #0 + 759)
75 Block bitmap at 676 (bg #0 + 676), Inode bitmap at 760 (bg #0 + 760)
81 Block bitmap at 677 (bg #0 + 677), Inode bitmap at 761 (bg #0 + 761)
89 Block bitmap at 678 (bg #0 + 678), Inode bitmap at 762 (bg #0 + 762)
95 Block bitmap at 679 (bg #0 + 679), Inode bitmap at 763 (bg #0 + 763)
103 Block bitmap at 680 (bg #0 + 680), Inode bitmap at 764 (bg #0 + 764)
[all …]
/external/clang/lib/Analysis/
DCFG.cpp373 CFGBlock *Block; member in __anon83acd1880111::CFGBuilder
416 Block(nullptr), Succ(nullptr), in CFGBuilder()
569 return Block; in NYS()
572 void autoCreateBlock() { if (!Block) Block = createBlock(); } in autoCreateBlock()
1032 Block = nullptr; // the EXIT block is empty. Create all other blocks lazily. in buildCFG()
1118 return Block; in addInitializer()
1137 appendInitializer(Block, I); in addInitializer()
1151 appendStmt(Block, Default); in addInitializer()
1154 Block = R; in addInitializer()
1155 return Block; in addInitializer()
[all …]
/external/clang/docs/
DBlockLanguageSpec.rst16 - 2008/8/13 --- revised, Block globals
28 The Block Type
31 Like function types, the :block-term:`Block type` is a pair consisting
44 describes a reference to a Block that, when invoked, takes two
46 returns a value of type int. The Block referenced is of opaque data
50 Block Variable Declarations
53 A :block-term:`variable with Block type` is declared using function
55 valid Block variable declarations:
63 Variadic ``...`` arguments are supported. [variadic.c] A Block that
69 A Block reference may be cast to a pointer of arbitrary type and vice
[all …]
/external/deqp/framework/delibs/decpp/
DdeAppendList.hpp68 struct Block struct in de::AppendList
72 Block* volatile next; argument
74 Block (size_t blockNdx_, size_t size) in Block() argument
82 ~Block (void) in ~Block() argument
90 Block* m_first;
91 Block* volatile m_last;
98 Iterator (Block* curBlock_, size_t blockSize_, size_t slotNdx_) in Iterator()
148 Block* m_curBlock;
167 , m_first (new Block(0, blockSize)) in AppendList()
176 Block* curBlock = m_first; in ~AppendList()
[all …]
/external/deqp-deps/glslang/SPIRV/
DspvIR.h61 class Block; variable
137 void setBlock(Block* b) { block = b; } in setBlock()
138 Block* getBlock() const { return block; } in getBlock()
186 Block* block;
193 class Block {
195 Block(Id id, Function& parent);
196 virtual ~Block() in ~Block()
204 …void addPredecessor(Block* pred) { predecessors.push_back(pred); pred->successors.push_back(this);} in addPredecessor()
206 const std::vector<Block*>& getPredecessors() const { return predecessors; } in getPredecessors()
207 const std::vector<Block*>& getSuccessors() const { return successors; } in getSuccessors()
[all …]
DInReadableOrder.cpp56 using spv::Block;
64 explicit ReadableOrderTraverser(std::function<void(Block*)> callback) : callback_(callback) {} in ReadableOrderTraverser()
69 void visit(Block* block) in visit()
76 Block* mergeBlock = nullptr; in visit()
77 Block* continueBlock = nullptr; in visit()
104 std::function<void(Block*)> callback_;
106 std::unordered_set<Block *> visited_, delayed_;
110 void spv::inReadableOrder(Block* root, std::function<void(Block*)> callback) in inReadableOrder()
/external/lz4/examples/
Dstreaming_api_basics.md11 - "Block" API : This is recommended for simple purpose.
17 But if you want to write advanced application, it's time to use Block or Streaming APIs.
20 ## What is difference between Block and Streaming API ?
22 Block API (de)compresses single contiguous memory block.
25 So LZ4 library could find more redundancy than Block API.
36 Example (1) : Block API, 4KiB Block
40 | Block #1 | Block #2 | #3 | #4 |... |
46 Example (2) : Block API, 8KiB Block
50 | Block #1 |Block #2 |... |
58 Example (3) : Streaming API, 4KiB Block
[all …]
/external/skqp/src/core/
DSkDeque.cpp11 struct SkDeque::Block { struct in SkDeque
12 Block* fNext; argument
13 Block* fPrev; argument
46 if (storageSize >= sizeof(Block) + elemSize) { in SkDeque()
47 fFrontBlock = (Block*)storage; in SkDeque()
57 Block* head = fFrontBlock; in ~SkDeque()
58 Block* initialHead = (Block*)fInitialStorage; in ~SkDeque()
61 Block* next = head->fNext; in ~SkDeque()
77 Block* first = fFrontBlock; in push_front()
117 Block* last = fBackBlock; in push_back()
[all …]
/external/skia/src/core/
DSkDeque.cpp11 struct SkDeque::Block { struct in SkDeque
12 Block* fNext; argument
13 Block* fPrev; argument
46 if (storageSize >= sizeof(Block) + elemSize) { in SkDeque()
47 fFrontBlock = (Block*)storage; in SkDeque()
57 Block* head = fFrontBlock; in ~SkDeque()
58 Block* initialHead = (Block*)fInitialStorage; in ~SkDeque()
61 Block* next = head->fNext; in ~SkDeque()
77 Block* first = fFrontBlock; in push_front()
117 Block* last = fBackBlock; in push_back()
[all …]
/external/deqp/data/gles3/shaders/
Ddeclarations.test144 uniform Block { mediump float val; };
199 invariant uniform Block { mediump float val; };
213 uniform Block { invariant mediump float val; };
227 layout(foobar) uniform Block
245 uniform Block
262 uniform Block
286 uniform Block
306 uniform Block
323 uniform Block
340 uniform Block
[all …]
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz77support/
DLZ77CompressorTest.java67 …private List<LZ77Compressor.Block> compress(Parameters params, byte[]... chunks) throws IOExceptio… in compress()
68 final List<LZ77Compressor.Block> blocks = new ArrayList<>(); in compress()
71 public void accept(LZ77Compressor.Block block) { in compress()
95 List<LZ77Compressor.Block> blocks = compress(newParameters(128), ONE_TO_TEN); in nonCompressableWithLengthSmallerThanLiteralMax()
102 List<LZ77Compressor.Block> blocks = compress(newParameters(8), ONE_TO_TEN); in nonCompressableWithLengthGreaterThanLiteralMaxButLessThanTwiceWindowSize()
110 List<LZ77Compressor.Block> blocks = compress(newParameters(4), ONE_TO_TEN); in nonCompressableWithLengthThatForcesWindowSlide()
119 List<LZ77Compressor.Block> blocks = compress(newParameters(8), stagger(ONE_TO_TEN)); in nonCompressableSentAsSingleBytes()
128 List<LZ77Compressor.Block> blocks = compress(newParameters(128), BLA); in blaExampleWithFullArrayAvailableForCompression()
137 List<LZ77Compressor.Block> blocks = compress(newParameters(128, 3, 5, 0, 0), BLA); in blaExampleWithShorterBackReferenceLength()
149 List<LZ77Compressor.Block> blocks = compress(newParameters(8), BLA); in blaExampleSmallerWindowSize()
[all …]
/external/perfetto/src/trace_processor/
Dstring_pool.h92 struct Block { struct
93 Block() : mem_(base::PagedMemory::Allocate(kBlockSize)) {} in Block() function
94 ~Block() = default;
97 Block(Block&&) noexcept = default;
98 Block& operator=(Block&&) = default; argument
101 Block(const Block&) = delete;
102 Block& operator=(const Block&) = delete; argument
183 std::vector<Block> blocks_;
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1090 SIScheduleBlock *Block = CurrentBlocks[i]; in createBlocksForVariant() local
1091 Block->finalizeUnits(); in createBlocksForVariant()
1096 SIScheduleBlock *Block = CurrentBlocks[i]; in createBlocksForVariant()
1097 Block->printDebug(true); in createBlocksForVariant()
1140 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1141 unsigned Degree = Block->getSuccs().size(); in topologicalSort()
1151 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1155 for (SIScheduleBlock* Pred : Block->getPreds()) { in topologicalSort()
1164 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1165 for (SIScheduleBlock* Pred : Block->getPreds()) { in topologicalSort()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1265 SIScheduleBlock *Block = CurrentBlocks[i]; in createBlocksForVariant() local
1266 Block->finalizeUnits(); in createBlocksForVariant()
1270 SIScheduleBlock *Block = CurrentBlocks[i]; in createBlocksForVariant()
1271 Block->printDebug(true); in createBlocksForVariant()
1300 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1301 unsigned Degree = Block->getSuccs().size(); in topologicalSort()
1311 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1315 for (SIScheduleBlock* Pred : Block->getPreds()) { in topologicalSort()
1324 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1325 for (SIScheduleBlock* Pred : Block->getPreds()) { in topologicalSort()
[all …]
/external/llvm/lib/IR/
DGCOV.cpp209 GCOVBlock &Block = *Blocks[BlockNo]; in readGCNO() local
234 Block.addLine(Line); in readGCNO()
317 GCOVBlock &Block = *Blocks[BlockNo]; in readGCDA() local
318 for (size_t EdgeNo = 0, End = Block.getNumDstEdges(); EdgeNo < End; in readGCDA()
327 Block.addCount(EdgeNo, ArcCount); in readGCDA()
330 Block.sortDstEdges(); in readGCDA()
351 for (const auto &Block : Blocks) in dump() local
352 Block->dump(); in dump()
363 for (const auto &Block : Blocks) in collectLineCounts() local
364 Block->collectLineCounts(FI); in collectLineCounts()
[all …]
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h265 explicit NaClBitcodeRecord(const NaClBitcodeBlock &Block) in NaClBitcodeRecord() argument
266 : NaClBitcodeData(Block.GetCursor()), in NaClBitcodeRecord()
267 Block(Block) in NaClBitcodeRecord()
275 return Block; in GetBlock()
280 return Block.GetBlockID(); in GetBlockID()
332 const NaClBitcodeBlock &Block;
432 Block(ILLEGAL_BLOCK_ID, Cursor), in NaClBitcodeParser()
433 Record(Block), in NaClBitcodeParser()
534 return Block.GetNumBits(); in GetBlockNumBits()
539 return Block.GetLocalNumBits(); in GetBlockLocalNumBits()
[all …]

12345678910>>...52