Home
last modified time | relevance | path

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

12345678910>>...27

/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_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/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_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/skia/src/core/
DSkVarAlloc.cpp12 struct SkVarAlloc::Block { struct in SkVarAlloc
13 Block* prev; argument
16 static Block* Alloc(Block* prev, size_t size) { in Alloc() argument
17 SkASSERT(size >= sizeof(Block)); in Alloc()
18 Block* b = (Block*)sk_malloc_throw(size); in Alloc()
39 Block* b = fBlock; in ~SkVarAlloc()
41 Block* prev = b->prev; in ~SkVarAlloc()
51 while (alloc < bytes + sizeof(Block)) { in makeSpace()
55 fBlock = Block::Alloc(fBlock, alloc); in makeSpace()
57 fRemaining = alloc - sizeof(Block); in makeSpace()
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/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 __anon4350aedf0111::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 …]
DThreadSafetyTIL.cpp171 for (auto *Block : successors()) in topologicalSort() local
172 ID = Block->topologicalSort(Blocks, ID); in topologicalSort()
264 for (auto *Block : Blocks) in renumberInstrs() local
265 InstrID = Block->renumberInstrs(InstrID); in renumberInstrs()
309 for (auto *Block : Blocks) in computeNormalForm() local
310 Block->computeDominator(); in computeNormalForm()
322 for (auto *Block : Blocks.reverse()) { in computeNormalForm() local
323 Block->computePostDominator(); in computeNormalForm()
324 computeNodeSize(Block, &BasicBlock::DominatorNode); in computeNormalForm()
328 for (auto *Block : Blocks) { in computeNormalForm() local
[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/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/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/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/valgrind/coregrind/
Dm_addrinfo.c190 ai->Addr.Block.block_kind in VG_()
193 ai->Addr.Block.block_kind in VG_()
196 ai->Addr.Block.block_desc = aai.name; in VG_()
197 ai->Addr.Block.block_szB = aai.block_szB; in VG_()
198 ai->Addr.Block.rwoffset = aai.rwoffset; in VG_()
199 ai->Addr.Block.allocated_at = VG_(null_ExeContext)(); in VG_()
200 VG_(initThreadInfo) (&ai->Addr.Block.alloc_tinfo); in VG_()
201 ai->Addr.Block.freed_at = VG_(null_ExeContext)(); in VG_()
493 SizeT block_szB = ai->Addr.Block.block_szB; in pp_addrinfo_WRK()
494 PtrdiffT rwoffset = ai->Addr.Block.rwoffset; in pp_addrinfo_WRK()
[all …]
Dm_mallocfree.c149 Block; typedef
208 Block* freelist[N_MALLOC_LISTS];
296 SizeT get_bszB_as_is ( Block* b ) in get_bszB_as_is()
309 SizeT get_bszB ( Block* b ) in get_bszB()
316 void set_bszB ( Block* b, SizeT bszB ) in set_bszB()
327 Bool is_inuse_block ( Block* b ) in is_inuse_block()
383 SizeT get_pszB ( Arena* a, Block* b ) in get_pszB()
392 UByte* get_block_payload ( Arena* a, Block* b ) in get_block_payload()
399 Block* get_payload_block ( Arena* a, UByte* payload ) in get_payload_block()
401 return (Block*)&payload[ -overhead_szB_lo(a) ]; in get_payload_block()
[all …]
/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/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/e2fsprogs/tests/m_quota/
Dexpect.127 Block count: 131072
32 Block size: 1024
56 Block bitmap at 259 (+258), Inode bitmap at 260 (+259)
64 Block bitmap at 8451 (+258), Inode bitmap at 8452 (+259)
70 Block bitmap at 16385 (+0), Inode bitmap at 16386 (+1)
78 Block bitmap at 24835 (+258), Inode bitmap at 24836 (+259)
84 Block bitmap at 32769 (+0), Inode bitmap at 32770 (+1)
92 Block bitmap at 41219 (+258), Inode bitmap at 41220 (+259)
98 Block bitmap at 49153 (+0), Inode bitmap at 49154 (+1)
106 Block bitmap at 57603 (+258), Inode bitmap at 57604 (+259)
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp147 void skipNonTerminators(BlockPosition &Position, MBBInfo &Block);
180 MBBInfo &Block) { in skipNonTerminators() argument
181 if (Block.Alignment > Position.KnownBits) { in skipNonTerminators()
184 Position.Address += ((uint64_t(1) << Block.Alignment) - in skipNonTerminators()
186 Position.KnownBits = Block.Alignment; in skipNonTerminators()
190 uint64_t AlignMask = (uint64_t(1) << Block.Alignment) - 1; in skipNonTerminators()
194 Block.Address = Position.Address; in skipNonTerminators()
197 Position.Address += Block.Size; in skipNonTerminators()
277 MBBInfo &Block = MBBs[I]; in initMBBInfo() local
280 Block.Alignment = MBB->getAlignment(); in initMBBInfo()
[all …]
/external/e2fsprogs/tests/m_uninit/
Dexpect.127 Block count: 131072
32 Block size: 1024
51 Block bitmap at 259 (+258), Inode bitmap at 260 (+259)
59 Block bitmap at 8451 (+258), Inode bitmap at 8452 (+259)
65 Block bitmap at 16385 (+0), Inode bitmap at 16386 (+1)
73 Block bitmap at 24835 (+258), Inode bitmap at 24836 (+259)
79 Block bitmap at 32769 (+0), Inode bitmap at 32770 (+1)
87 Block bitmap at 41219 (+258), Inode bitmap at 41220 (+259)
93 Block bitmap at 49153 (+0), Inode bitmap at 49154 (+1)
101 Block bitmap at 57603 (+258), Inode bitmap at 57604 (+259)
[all …]
/external/valgrind/helgrind/
Dhg_addrdescr.c74 ai->Addr.Block.block_kind = Block_Mallocd; in HG_()
75 ai->Addr.Block.block_desc = "block"; in HG_()
76 ai->Addr.Block.block_szB = hszB; in HG_()
77 ai->Addr.Block.rwoffset = (Word)(a) - (Word)(haddr); in HG_()
78 ai->Addr.Block.allocated_at = hctxt; in HG_()
79 VG_(initThreadInfo) (&ai->Addr.Block.alloc_tinfo); in HG_()
80 ai->Addr.Block.alloc_tinfo.tnr = tnr; in HG_()
81 ai->Addr.Block.freed_at = VG_(null_ExeContext)();; in HG_()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp105 DIEBlock *Block) { in addBlock() argument
106 Block->ComputeSize(Asm); in addBlock()
107 DIEBlocks.push_back(Block); // Memoize so we can call the destructor later on. in addBlock()
108 Die->addValue(Attribute, Block->BestForm(), Block); in addBlock()
244 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addAddress() local
247 addRegisterOp(Block, Location.getReg()); in addAddress()
249 addRegisterOffset(Block, Location.getReg(), Location.getOffset()); in addAddress()
252 addBlock(Die, Attribute, 0, Block); in addAddress()
263 DIEBlock *Block = new (DIEValueAllocator) DIEBlock(); in addComplexAddress() local
270 addRegisterOffset(Block, Location.getReg(), DV->getAddrElement(1)); in addComplexAddress()
[all …]
/external/valgrind/none/tests/x86/
Dmovbe.c13 typedef struct { UChar cs[40]; } Block; typedef
15 void showBlock ( char* msg, Block* b ) in showBlock()
31 void randBlock ( Block* b ) in randBlock()
35 for (i = 0; i < sizeof(Block); i++) in randBlock()
46 Block* b = memalign32(sizeof(Block)); \

12345678910>>...27