/external/e2fsprogs/tests/f_jnl_32bit/ |
D | expect.0 | 1 Journal starts at block 1, transaction 2 2 Found expected sequence 2, type 1 (descriptor block) at block 1 3 Dumping descriptor block, sequence 2, at block 1: 4 FS block 2 logged at journal block 2 (flags 0x8) 5 Found expected sequence 2, type 2 (commit block) at block 3 6 Found expected sequence 3, type 1 (descriptor block) at block 4 7 Dumping descriptor block, sequence 3, at block 4: 8 FS block 82 logged at journal block 5 (flags 0x0) 9 FS block 2 logged at journal block 6 (flags 0x2) 10 FS block 99 logged at journal block 7 (flags 0x2) [all …]
|
/external/e2fsprogs/tests/f_jnl_64bit/ |
D | expect.0 | 1 Journal starts at block 67, transaction 32 2 Found expected sequence 32, type 5 (revoke table) at block 67 3 Dumping revoke block, sequence 32, at block 67: 4 Revoke FS block 1536 5 Revoke FS block 1472 6 Revoke FS block 1473 7 Revoke FS block 1474 8 Revoke FS block 1475 9 Revoke FS block 1476 10 Revoke FS block 1541 [all …]
|
/external/e2fsprogs/tests/j_long_revoke_trans_mcsum_32bit/ |
D | expect | 22 Journal starts at block 1, transaction 1 23 Found expected sequence 1, type 1 (descriptor block) at block 1 24 Found expected sequence 1, type 1 (descriptor block) at block 64 25 Found expected sequence 1, type 1 (descriptor block) at block 127 26 Found expected sequence 1, type 1 (descriptor block) at block 190 27 Found expected sequence 1, type 1 (descriptor block) at block 253 28 Found expected sequence 1, type 1 (descriptor block) at block 316 29 Found expected sequence 1, type 1 (descriptor block) at block 379 30 Found expected sequence 1, type 1 (descriptor block) at block 442 31 Found expected sequence 1, type 1 (descriptor block) at block 505 [all …]
|
/external/e2fsprogs/tests/j_long_revoke_trans_mcsum_64bit/ |
D | expect | 21 Journal starts at block 1, transaction 1 22 Found expected sequence 1, type 1 (descriptor block) at block 1 23 Found expected sequence 1, type 1 (descriptor block) at block 64 24 Found expected sequence 1, type 1 (descriptor block) at block 127 25 Found expected sequence 1, type 1 (descriptor block) at block 190 26 Found expected sequence 1, type 1 (descriptor block) at block 253 27 Found expected sequence 1, type 1 (descriptor block) at block 316 28 Found expected sequence 1, type 1 (descriptor block) at block 379 29 Found expected sequence 1, type 1 (descriptor block) at block 442 30 Found expected sequence 1, type 1 (descriptor block) at block 505 [all …]
|
/external/e2fsprogs/tests/j_long_trans_mcsum_64bit/ |
D | expect | 21 Journal starts at block 1, transaction 1 22 Found expected sequence 1, type 1 (descriptor block) at block 1 23 Found expected sequence 1, type 1 (descriptor block) at block 64 24 Found expected sequence 1, type 1 (descriptor block) at block 127 25 Found expected sequence 1, type 1 (descriptor block) at block 190 26 Found expected sequence 1, type 1 (descriptor block) at block 253 27 Found expected sequence 1, type 1 (descriptor block) at block 316 28 Found expected sequence 1, type 1 (descriptor block) at block 379 29 Found expected sequence 1, type 1 (descriptor block) at block 442 30 Found expected sequence 1, type 1 (descriptor block) at block 505 [all …]
|
/external/e2fsprogs/tests/j_long_trans_mcsum_32bit/ |
D | expect | 22 Journal starts at block 1, transaction 1 23 Found expected sequence 1, type 1 (descriptor block) at block 1 24 Found expected sequence 1, type 1 (descriptor block) at block 64 25 Found expected sequence 1, type 1 (descriptor block) at block 127 26 Found expected sequence 1, type 1 (descriptor block) at block 190 27 Found expected sequence 1, type 1 (descriptor block) at block 253 28 Found expected sequence 1, type 1 (descriptor block) at block 316 29 Found expected sequence 1, type 1 (descriptor block) at block 379 30 Found expected sequence 1, type 1 (descriptor block) at block 442 31 Found expected sequence 1, type 1 (descriptor block) at block 505 [all …]
|
/external/e2fsprogs/ext2ed/ |
D | ext2.descriptors | 60 __u32 bg_block_bitmap; /* Blocks bitmap block */ 61 __u32 bg_inode_bitmap; /* Inodes bitmap block */ 62 __u32 bg_inode_table; /* Inodes table block */ 116 * Structure of the super block 146 __u16 s_block_group_nr; /* block group # of this superblock */ 170 __u32 s_reserved[0]; /* Padding to the end of the block */ 415 __u32 block[0]; 417 __u32 block[1]; 419 __u32 block[2]; 421 __u32 block[3]; [all …]
|
/external/e2fsprogs/tests/f_ind_inode_collision/ |
D | expect.1 | 2 Inode 12 block 41 conflicts with critical metadata, skipping block checks. 3 Inode 12 block 40 conflicts with critical metadata, skipping block checks. 4 Inode 12 block 34 conflicts with critical metadata, skipping block checks. 5 Inode 12 block 1 conflicts with critical metadata, skipping block checks. 13 Multiply-claimed block(s) in inode 2: 3 14 Multiply-claimed block(s) in inode 7: 11 15 Multiply-claimed block(s) in inode 11: 4--7 16 …ultiply-claimed block(s) in inode 12: 41 40Illegal block number passed to ext2fs_test_block_bitmap… 17 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map 18 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map [all …]
|
/external/v8/src/compiler/ |
D | schedule.cc | 36 bool BasicBlock::LoopContains(BasicBlock* block) const { in LoopContains() 39 DCHECK_LE(0, block->rpo_number_); in LoopContains() 41 return block->rpo_number_ >= rpo_number_ && in LoopContains() 42 block->rpo_number_ < loop_end_->rpo_number_; in LoopContains() 101 std::ostream& operator<<(std::ostream& os, const BasicBlock& block) { in operator <<() argument 102 os << "B" << block.id(); in operator <<() 104 AssemblerDebugInfo info = block.debug_info(); in operator <<() 109 const BasicBlock* current_block = █ in operator <<() 161 BasicBlock* Schedule::block(Node* node) const { in block() function in v8::internal::compiler::Schedule 182 BasicBlock* block = this->block(a); in SameBasicBlock() local [all …]
|
/external/e2fsprogs/tests/j_long_revoke_trans/ |
D | expect | 19 Journal starts at block 1, transaction 1 20 Found expected sequence 1, type 1 (descriptor block) at block 1 21 Found expected sequence 1, type 1 (descriptor block) at block 126 22 Found expected sequence 1, type 1 (descriptor block) at block 251 23 Found expected sequence 1, type 1 (descriptor block) at block 376 24 Found expected sequence 1, type 1 (descriptor block) at block 501 25 Found expected sequence 1, type 1 (descriptor block) at block 626 26 Found expected sequence 1, type 1 (descriptor block) at block 751 27 Found expected sequence 1, type 1 (descriptor block) at block 876 28 Found expected sequence 1, type 1 (descriptor block) at block 1001 [all …]
|
/external/e2fsprogs/tests/j_ext_long_revoke_trans/ |
D | expect | 28 Journal starts at block 3, transaction 1 29 Found expected sequence 1, type 1 (descriptor block) at block 3 30 Found expected sequence 1, type 1 (descriptor block) at block 128 31 Found expected sequence 1, type 1 (descriptor block) at block 253 32 Found expected sequence 1, type 1 (descriptor block) at block 378 33 Found expected sequence 1, type 1 (descriptor block) at block 503 34 Found expected sequence 1, type 1 (descriptor block) at block 628 35 Found expected sequence 1, type 1 (descriptor block) at block 753 36 Found expected sequence 1, type 1 (descriptor block) at block 878 37 Found expected sequence 1, type 1 (descriptor block) at block 1003 [all …]
|
/external/rootdev/ |
D | rootdev_test.sh | 83 out=$("${ROOTDEV}" --block $WORKDIR 2>/dev/null) 90 local block=$1 92 mkdir -p $block 94 mkdir -p $block/sda/sda1 95 mkdir -p $block/sda/sda2 96 echo "10:0" > $block/sda/dev 97 echo "10:1" > $block/sda/sda1/dev 98 echo "10:2" > $block/sda/sda2/dev 105 local block=$WORKDIR/sys/block 107 h00_setup_sda_tree $block $dev [all …]
|
/external/minijail/tools/ |
D | bpf.py | 368 def visited(self, block): argument 369 if id(block) in self._visited: 371 self._visited.add(id(block)) 374 def process(self, block): argument 375 block.accept(self) 376 return block 378 def visit(self, block): argument 379 if isinstance(block, KillProcess): 380 self.visitKillProcess(block) 381 elif isinstance(block, KillThread): [all …]
|
/external/e2fsprogs/tests/f_h_reindex/ |
D | expect.1 | 1 Backing up journal inode block information. 5 Problem in HTREE directory inode 16001: block #1 has bad max hash 6 Problem in HTREE directory inode 16001: block #2 has bad min hash 7 Problem in HTREE directory inode 16001: block #2 has bad max hash 8 Problem in HTREE directory inode 16001: block #3 has bad min hash 9 Problem in HTREE directory inode 16001: block #3 has bad max hash 10 Problem in HTREE directory inode 16001: block #4 has bad min hash 11 Problem in HTREE directory inode 16001: block #4 has bad max hash 12 Problem in HTREE directory inode 16001: block #5 has bad min hash 13 Problem in HTREE directory inode 16001: block #5 has bad max hash [all …]
|
/external/e2fsprogs/tests/j_ext_long_trans/ |
D | expect | 28 Journal starts at block 3, transaction 1 29 Found expected sequence 1, type 1 (descriptor block) at block 3 30 Found expected sequence 1, type 1 (descriptor block) at block 128 31 Found expected sequence 1, type 1 (descriptor block) at block 253 32 Found expected sequence 1, type 1 (descriptor block) at block 378 33 Found expected sequence 1, type 1 (descriptor block) at block 503 34 Found expected sequence 1, type 1 (descriptor block) at block 628 35 Found expected sequence 1, type 1 (descriptor block) at block 753 36 Found expected sequence 1, type 1 (descriptor block) at block 878 37 Found expected sequence 1, type 1 (descriptor block) at block 1003 [all …]
|
/external/e2fsprogs/tests/j_long_trans/ |
D | expect | 19 Journal starts at block 1, transaction 1 20 Found expected sequence 1, type 1 (descriptor block) at block 1 21 Found expected sequence 1, type 1 (descriptor block) at block 126 22 Found expected sequence 1, type 1 (descriptor block) at block 251 23 Found expected sequence 1, type 1 (descriptor block) at block 376 24 Found expected sequence 1, type 1 (descriptor block) at block 501 25 Found expected sequence 1, type 1 (descriptor block) at block 626 26 Found expected sequence 1, type 1 (descriptor block) at block 751 27 Found expected sequence 1, type 1 (descriptor block) at block 876 28 Found expected sequence 1, type 1 (descriptor block) at block 1001 [all …]
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_perfcounter.c | 36 struct r600_perfcounter_block *block = pc->blocks; in lookup_counter() local 40 for (bid = 0; bid < pc->num_blocks; ++bid, ++block) { in lookup_counter() 41 unsigned total = block->num_groups * block->num_selectors; in lookup_counter() 45 return block; in lookup_counter() 49 *base_gid += block->num_groups; in lookup_counter() 59 struct r600_perfcounter_block *block = pc->blocks; in lookup_group() local 61 for (bid = 0; bid < pc->num_blocks; ++bid, ++block) { in lookup_group() 62 if (*index < block->num_groups) in lookup_group() 63 return block; in lookup_group() 64 *index -= block->num_groups; in lookup_group() [all …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_perfcounter.c | 40 struct r600_perfcounter_block *block = pc->blocks; in lookup_counter() local 44 for (bid = 0; bid < pc->num_blocks; ++bid, ++block) { in lookup_counter() 45 unsigned total = block->num_groups * block->num_selectors; in lookup_counter() 49 return block; in lookup_counter() 53 *base_gid += block->num_groups; in lookup_counter() 63 struct r600_perfcounter_block *block = pc->blocks; in lookup_group() local 65 for (bid = 0; bid < pc->num_blocks; ++bid, ++block) { in lookup_group() 66 if (*index < block->num_groups) in lookup_group() 67 return block; in lookup_group() 68 *index -= block->num_groups; in lookup_group() [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.computeShaderDerivatives.comp.out | 18 Name 10 "block" 19 MemberName 10(block) 0 "fDerivativeX" 20 MemberName 10(block) 1 "fDerivativeY" 21 MemberName 10(block) 2 "fDerivativeWidth" 22 MemberName 10(block) 3 "fCoarseDerivativeX" 23 MemberName 10(block) 4 "fCoarseDerivativeY" 24 MemberName 10(block) 5 "fCoarseDerivativeWidth" 25 MemberName 10(block) 6 "fFineDerivativeX" 26 MemberName 10(block) 7 "fFineDerivativeY" 27 MemberName 10(block) 8 "fFineDerivativeWidth" [all …]
|
D | spv.computeShaderDerivatives2.comp.out | 18 Name 10 "block" 19 MemberName 10(block) 0 "fDerivativeX" 20 MemberName 10(block) 1 "fDerivativeY" 21 MemberName 10(block) 2 "fDerivativeWidth" 22 MemberName 10(block) 3 "fCoarseDerivativeX" 23 MemberName 10(block) 4 "fCoarseDerivativeY" 24 MemberName 10(block) 5 "fCoarseDerivativeWidth" 25 MemberName 10(block) 6 "fFineDerivativeX" 26 MemberName 10(block) 7 "fFineDerivativeY" 27 MemberName 10(block) 8 "fFineDerivativeWidth" [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir_dominance.c | 37 init_block(nir_block *block, nir_function_impl *impl) in init_block() argument 39 if (block == nir_start_block(impl)) in init_block() 40 block->imm_dom = block; in init_block() 42 block->imm_dom = NULL; in init_block() 43 block->num_dom_children = 0; in init_block() 46 set_foreach(block->dom_frontier, entry) { in init_block() 47 _mesa_set_remove(block->dom_frontier, entry); in init_block() 72 calc_dominance(nir_block *block) in calc_dominance() argument 76 set_foreach(block->predecessors, entry) { in calc_dominance() 87 if (block->imm_dom != new_idom) { in calc_dominance() [all …]
|
D | nir_control_flow.c | 49 block_ends_in_jump(nir_block *block) in block_ends_in_jump() argument 51 return !exec_list_is_empty(&block->instr_list) && in block_ends_in_jump() 52 nir_block_last_instr(block)->type == nir_instr_type_jump; in block_ends_in_jump() 56 block_add_pred(nir_block *block, nir_block *pred) in block_add_pred() argument 58 _mesa_set_add(block->predecessors, pred); in block_add_pred() 62 block_remove_pred(nir_block *block, nir_block *pred) in block_remove_pred() argument 64 struct set_entry *entry = _mesa_set_search(block->predecessors, pred); in block_remove_pred() 68 _mesa_set_remove(block->predecessors, entry); in block_remove_pred() 98 unlink_block_successors(nir_block *block) in unlink_block_successors() argument 100 if (block->successors[1] != NULL) in unlink_block_successors() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | tst_bitmaps_exp | 6 Setting block 12, was clear before 8 Setting block 12, was set before 10 Clearing block 12, was set before 12 Clearing block 12, was clear before 14 Setting block 12, was clear before 16 Setting block 14, was clear before 18 Setting block 16, was clear before 28 Setting block 13, was clear before 30 Setting block 15, was clear before 40 block bitmap: 00f80000000000000000000000000000 [all …]
|
/external/fsck_msdos/ |
D | boot.c | 47 u_char block[DOSBOOTBLOCKSIZE]; in readboot() local 53 if ((size_t)read(dosfs, block, sizeof block) != sizeof block) { in readboot() 58 if (block[510] != 0x55 || block[511] != 0xaa) { in readboot() 60 block[511], block[510]); in readboot() 68 boot->bpbBytesPerSec = block[11] + (block[12] << 8); in readboot() 69 boot->bpbSecPerClust = block[13]; in readboot() 70 boot->bpbResSectors = block[14] + (block[15] << 8); in readboot() 71 boot->bpbFATs = block[16]; in readboot() 72 boot->bpbRootDirEnts = block[17] + (block[18] << 8); in readboot() 73 boot->bpbSectors = block[19] + (block[20] << 8); in readboot() [all …]
|
/external/skqp/src/gpu/ |
D | GrMemoryPool.cpp | 75 BlockHeader* block = CreateBlock(blockSize); in allocate() local 77 block->fPrev = fTail; in allocate() 78 block->fNext = nullptr; in allocate() 80 fTail->fNext = block; in allocate() 81 fTail = block; in allocate() 82 fSize += block->fSize; in allocate() 116 BlockHeader* block = allocData->fHeader; in release() local 117 SkASSERT(kAssignedMarker == block->fBlockSentinal); in release() 118 if (1 == block->fLiveCount) { in release() 120 if (fHead == block) { in release() [all …]
|