Home
last modified time | relevance | path

Searched refs:Blocks (Results 1 – 25 of 100) sorted by relevance

1234

/external/e2fsprogs/tests/r_move_itable/
Dexpect35 Blocks per group: 256
48 Group 0: (Blocks 1-256)
56 Group 1: (Blocks 257-512)
64 Group 2: (Blocks 513-768)
70 Group 3: (Blocks 769-1024)
78 Group 4: (Blocks 1025-1280)
84 Group 5: (Blocks 1281-1536)
92 Group 6: (Blocks 1537-1792)
98 Group 7: (Blocks 1793-2048)
106 Group 8: (Blocks 2049-2304)
[all …]
/external/e2fsprogs/tests/m_meta_bg/
Dexpect.145 Blocks per group: 1024
58 Group 0: (Blocks 1-1024)
65 Group 1: (Blocks 1025-2048)
72 Group 2: (Blocks 2049-3072)
78 Group 3: (Blocks 3073-4096)
85 Group 4: (Blocks 4097-5120)
91 Group 5: (Blocks 5121-6144)
98 Group 6: (Blocks 6145-7168)
104 Group 7: (Blocks 7169-8192)
111 Group 8: (Blocks 8193-9216)
[all …]
/external/e2fsprogs/tests/r_resize_inode/
Dexpect33 Blocks per group: 1024
46 Group 0: (Blocks 1-1024)
54 Group 1: (Blocks 1025-2048)
62 Group 2: (Blocks 2049-3072)
68 Group 3: (Blocks 3073-4096)
76 Group 4: (Blocks 4097-5120)
82 Group 5: (Blocks 5121-6144)
90 Group 6: (Blocks 6145-7168)
96 Group 7: (Blocks 7169-8192)
104 Group 8: (Blocks 8193-9216)
[all …]
/external/e2fsprogs/tests/m_raid_opt/
Dexpect.147 Blocks per group: 1024
61 Group 0: (Blocks 1-1024)
69 Group 1: (Blocks 1025-2048)
77 Group 2: (Blocks 2049-3072)
83 Group 3: (Blocks 3073-4096)
91 Group 4: (Blocks 4097-5120)
97 Group 5: (Blocks 5121-6144)
105 Group 6: (Blocks 6145-7168)
111 Group 7: (Blocks 7169-8192)
119 Group 8: (Blocks 8193-9216)
[all …]
/external/e2fsprogs/tests/m_uninit/
Dexpect.147 Blocks per group: 8192
60 Group 0: (Blocks 1-8192) [ITABLE_ZEROED]
68 Group 1: (Blocks 8193-16384) [INODE_UNINIT, ITABLE_ZEROED]
76 Group 2: (Blocks 16385-24576) [INODE_UNINIT, BLOCK_UNINIT, ITABLE_ZEROED]
82 Group 3: (Blocks 24577-32768) [INODE_UNINIT, ITABLE_ZEROED]
90 Group 4: (Blocks 32769-40960) [INODE_UNINIT, BLOCK_UNINIT, ITABLE_ZEROED]
96 Group 5: (Blocks 40961-49152) [INODE_UNINIT, ITABLE_ZEROED]
104 Group 6: (Blocks 49153-57344) [INODE_UNINIT, BLOCK_UNINIT, ITABLE_ZEROED]
110 Group 7: (Blocks 57345-65536) [INODE_UNINIT, ITABLE_ZEROED]
118 Group 8: (Blocks 65537-73728) [INODE_UNINIT, BLOCK_UNINIT, ITABLE_ZEROED]
[all …]
/external/e2fsprogs/tests/m_std/
Dexpect.147 Blocks per group: 8192
60 Group 0: (Blocks 1-8192)
68 Group 1: (Blocks 8193-16384)
76 Group 2: (Blocks 16385-24576)
82 Group 3: (Blocks 24577-32768)
90 Group 4: (Blocks 32769-40960)
96 Group 5: (Blocks 40961-49152)
104 Group 6: (Blocks 49153-57344)
110 Group 7: (Blocks 57345-65535)
/external/e2fsprogs/tests/m_no_opt/
Dexpect.145 Blocks per group: 8192
58 Group 0: (Blocks 1-8192)
65 Group 1: (Blocks 8193-16384)
72 Group 2: (Blocks 16385-24576)
79 Group 3: (Blocks 24577-32768)
86 Group 4: (Blocks 32769-40960)
93 Group 5: (Blocks 40961-49152)
100 Group 6: (Blocks 49153-57344)
107 Group 7: (Blocks 57345-65535)
/external/llvm/tools/llvm-objdump/
DMCFunction.h75 MapTy Blocks; variable
87 iterator begin() const { return Blocks.begin(); } in begin()
88 iterator end() const { return Blocks.end(); } in end()
93 Blocks.push_back(std::make_pair(Address, BB)); in addBlock()
94 return Blocks.back().second; in addBlock()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h73 std::vector<BlockT*> Blocks; variable
97 BlockT *getHeader() const { return Blocks.front(); } in getHeader()
132 const std::vector<BlockT*> &getBlocks() const { return Blocks; } in getBlocks()
134 block_iterator block_begin() const { return Blocks.begin(); } in block_begin()
135 block_iterator block_end() const { return Blocks.end(); } in block_end()
139 return Blocks.size(); in getNumBlocks()
388 Blocks.push_back(BB); in addBlockEntry()
395 if (Blocks[0] == BB) return; in moveToHeader()
397 assert(i != Blocks.size() && "Loop does not contain BB!"); in moveToHeader()
398 if (Blocks[i] == BB) { in moveToHeader()
[all …]
/external/llvm/lib/VMCore/
DGCOV.cpp85 DeleteContainerPointers(Blocks); in ~GCOVFunction()
108 Blocks[i]->addCount(Buff.readInt64()); in read()
120 Blocks.push_back(new GCOVBlock(i)); in read()
129 Blocks[BlockNo]->addEdge(Buff.readInt()); in read()
140 GCOVBlock *Block = Blocks[BlockNo]; in read()
156 for (SmallVector<GCOVBlock *, 16>::iterator I = Blocks.begin(), in dump()
157 E = Blocks.end(); I != E; ++I) in dump()
164 for (SmallVector<GCOVBlock *, 16>::iterator I = Blocks.begin(), in collectLineCounts()
165 E = Blocks.end(); I != E; ++I) in collectLineCounts()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DFunctionSummary.h75 llvm::BitVector &Blocks = I->second->VisitedBasicBlocks; in markVisitedBasicBlock() local
77 if (TotalIDs > Blocks.size()) { in markVisitedBasicBlock()
78 Blocks.resize(TotalIDs); in markVisitedBasicBlock()
81 Blocks[ID] = true; in markVisitedBasicBlock()
/external/llvm/lib/CodeGen/
DEdgeBundles.cpp58 Blocks.clear(); in runOnMachineFunction()
59 Blocks.resize(getNumBundles()); in runOnMachineFunction()
64 Blocks[b0].push_back(i); in runOnMachineFunction()
66 Blocks[b1].push_back(i); in runOnMachineFunction()
DInterferenceCache.h72 SmallVector<BlockInterference, 8> Blocks; variable
107 if (Blocks[MBBNum].Tag != Tag) in get()
109 return &Blocks[MBBNum]; in get()
/external/clang/lib/Analysis/
DPostOrderCFGView.cpp21 Blocks.reserve(cfg->getNumBlockIDs()); in PostOrderCFGView()
26 BlockOrder[*I] = Blocks.size() + 1; in PostOrderCFGView()
27 Blocks.push_back(*I); in PostOrderCFGView()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp278 SmallPtrSet<BasicBlock*, 8> Blocks; in TestBlocks() local
280 Blocks.insert(cast<BasicBlock>(VMap[BBs[i]])); in TestBlocks()
283 unsigned NumPrint = Blocks.size(); in TestBlocks()
287 if (NumPrint < Blocks.size()) in TestBlocks()
288 outs() << "... <" << Blocks.size() << " total>"; in TestBlocks()
294 if (!Blocks.count(BB) && BB->getTerminator()->getNumSuccessors()) { in TestBlocks()
317 for (SmallPtrSet<BasicBlock*, 8>::iterator I = Blocks.begin(), in TestBlocks()
318 E = Blocks.end(); I != E; ++I) in TestBlocks()
516 std::vector<const BasicBlock*> Blocks; in DebugACrash() local
520 Blocks.push_back(FI); in DebugACrash()
[all …]
/external/clang/include/clang/Analysis/Analyses/
DPostOrderCFGView.h73 std::vector<const CFGBlock*> Blocks; variable
83 iterator begin() { return Blocks.rbegin(); } in begin()
84 iterator end() { return Blocks.rend(); } in end()
/external/clang/include/clang/Analysis/
DCFG.h670 CFGBlock & front() { return *Blocks.front(); } in front()
671 CFGBlock & back() { return *Blocks.back(); } in back()
673 iterator begin() { return Blocks.begin(); } in begin()
674 iterator end() { return Blocks.end(); } in end()
675 const_iterator begin() const { return Blocks.begin(); } in begin()
676 const_iterator end() const { return Blocks.end(); } in end()
678 graph_iterator nodes_begin() { return graph_iterator(Blocks.begin()); } in nodes_begin()
679 graph_iterator nodes_end() { return graph_iterator(Blocks.end()); } in nodes_end()
681 return const_graph_iterator(Blocks.begin()); in nodes_begin()
684 return const_graph_iterator(Blocks.end()); in nodes_end()
[all …]
/external/llvm/lib/Transforms/Scalar/
DBasicBlockPlacement.cpp113 Function::BasicBlockListType &Blocks = BB->getParent()->getBasicBlockList(); in PlaceBlocks() local
114 Blocks.splice(InsertPos, Blocks, BB); in PlaceBlocks()
/external/chromium/net/tools/flip_server/
Dbalsa_headers.h97 typedef std::vector<BufferBlock> Blocks; typedef
104 const char* GetPtr(Blocks::size_type block_idx) const { in GetPtr()
110 char* GetPtr(Blocks::size_type block_idx) { in GetPtr()
150 Blocks::size_type* block_buffer_idx);
157 char* Reserve(size_t size, Blocks::size_type* block_buffer_idx);
177 Blocks::size_type num_blocks() const { return blocks_.size(); } in num_blocks()
195 void CleanupBlocksStartingFrom(Blocks::size_type start_idx);
198 Blocks blocks_;
270 BalsaBuffer::Blocks::size_type buffer_base_idx;
991 char* GetPtr(BalsaBuffer::Blocks::size_type block_idx) { in GetPtr()
[all …]
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Hdr/
DLogLum.j3md10 Boolean Blocks
26 BLOCKS : Blocks
/external/llvm/include/llvm/CodeGen/
DEdgeBundles.h35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks; variable
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) { return Blocks[Bundle]; } in getBlocks()
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp259 Blocks[BB] = new GCOVBlock(i++, os); in GCOVFunction()
280 DeleteContainerSeconds(Blocks); in ~GCOVFunction()
285 return *Blocks[BB]; in getBlock()
295 write(Blocks.size() + 1); in writeOut()
296 for (int i = 0, e = Blocks.size() + 1; i != e; ++i) { in writeOut()
299 DEBUG(dbgs() << Blocks.size() << " blocks.\n"); in writeOut()
302 for (DenseMap<BasicBlock *, GCOVBlock *>::iterator I = Blocks.begin(), in writeOut()
303 E = Blocks.end(); I != E; ++I) { in writeOut()
319 for (DenseMap<BasicBlock *, GCOVBlock *>::iterator I = Blocks.begin(), in writeOut()
320 E = Blocks.end(); I != E; ++I) { in writeOut()
[all …]
/external/e2fsprogs/tests/m_dasd_bs/
Dexpect.147 Blocks per group: 16384
60 Group 0: (Blocks 0-16383)
68 Group 1: (Blocks 16384-32767)
/external/llvm/include/llvm/ADT/
DPostOrderIterator.h222 std::vector<NodeType*> Blocks; // Block list in normal PO order variable
224 copy(po_begin(BB), po_end(BB), back_inserter(Blocks)); in Initialize()
234 inline rpo_iterator begin() { return Blocks.rbegin(); } in begin()
235 inline rpo_iterator end() { return Blocks.rend(); } in end()
/external/v8/src/x64/
Dlithium-gap-resolver-x64.cc107 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
137 if (other_move.Blocks(destination)) { in PerformMove()
310 if (other_move.Blocks(source)) { in EmitSwap()
312 } else if (other_move.Blocks(destination)) { in EmitSwap()

1234