/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/ |
D | hmm_shrink.c | 31 head_record *last_block = (head_record *) in U() local 36 AUDIT_BLOCK(last_block) in U() 39 if (last_block == desc->last_freed) { in U() 40 U(size_bau) bs = BLOCK_BAUS(last_block); in U() 49 (PREV_BLOCK_BAUS(last_block) && (n_baus_to_shrink == bs)) || in U() 53 (!PREV_BLOCK_BAUS(last_block) && in U() 65 last_block->block_size = bs; in U() 70 (head_record *) BAUS_FORWARD(last_block, bs); in U() 80 U(into_free_collection)(desc, last_block); in U() 86 last_block->block_size = 0; in U() [all …]
|
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
D | hmm_shrink.c | 31 head_record *last_block = (head_record *) in U() local 36 AUDIT_BLOCK(last_block) in U() 39 if (last_block == desc->last_freed) { in U() 40 U(size_bau) bs = BLOCK_BAUS(last_block); in U() 49 (PREV_BLOCK_BAUS(last_block) && (n_baus_to_shrink == bs)) || in U() 53 (!PREV_BLOCK_BAUS(last_block) && in U() 65 last_block->block_size = bs; in U() 70 (head_record *) BAUS_FORWARD(last_block, bs); in U() 80 U(into_free_collection)(desc, last_block); in U() 86 last_block->block_size = 0; in U() [all …]
|
/external/openssl/crypto/cmac/ |
D | cmac.c | 74 unsigned char last_block[EVP_MAX_BLOCK_LENGTH]; member 121 OPENSSL_cleanse(ctx->last_block, EVP_MAX_BLOCK_LENGTH); in CMAC_CTX_cleanup() 147 memcpy(out->last_block, in->last_block, bl); in CMAC_CTX_copy() 235 memcpy(ctx->last_block + ctx->nlast_block, data, nleft); in CMAC_Update() 243 if (!EVP_Cipher(&ctx->cctx, ctx->tbl, ctx->last_block,bl)) in CMAC_Update() 255 memcpy(ctx->last_block, data, dlen); in CMAC_Update() 279 out[i] = ctx->last_block[i] ^ ctx->k1[i]; in CMAC_Final() 283 ctx->last_block[lb] = 0x80; in CMAC_Final() 285 memset(ctx->last_block + lb + 1, 0, bl - lb - 1); in CMAC_Final() 287 out[i] = ctx->last_block[i] ^ ctx->k2[i]; in CMAC_Final()
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 472 static unsigned int test_ro (int dev, blk_t last_block, in test_ro() argument 510 (unsigned long)last_block - 1); in test_ro() 520 num_blocks = last_block - 1; in test_ro() 525 while (currently_testing < last_block) in test_ro() 543 if (currently_testing + try > last_block) in test_ro() 544 try = last_block - currently_testing; in test_ro() 585 static unsigned int test_rw (int dev, blk_t last_block, in test_rw() argument 615 (unsigned long) last_block - 1); in test_rw() 627 num_blocks = last_block - 1; in test_rw() 633 while (currently_testing < last_block) { in test_rw() [all …]
|
D | filefrag.c | 265 unsigned long i, last_block; in filefrag_fibmap() local 279 for (i = 0, logical = 0, *num_extents = 0, count = last_block = 0; in filefrag_fibmap() 285 if (is_ext2 && last_block) { in filefrag_fibmap() 287 last_block++; in filefrag_fibmap() 289 last_block++; in filefrag_fibmap() 292 last_block++; in filefrag_fibmap() 307 if (force_extent && last_block != 0 && in filefrag_fibmap() 308 (block != last_block + 1 || in filefrag_fibmap() 311 (last_block + 1) * st->st_blksize, in filefrag_fibmap() 317 } else if (verbose && last_block && (block != last_block + 1)) { in filefrag_fibmap() [all …]
|
D | dumpe2fs.c | 138 blk64_t first_block, blk64_t last_block) in print_bg_rel_offset() argument 140 if ((block >= first_block) && (block <= last_block)) { in print_bg_rel_offset() 155 blk64_t first_block, last_block; in list_desc() local 191 last_block = ext2fs_group_last_block2(fs, i); in list_desc() 197 print_range(first_block, last_block); in list_desc() 237 first_block, last_block); in list_desc() 241 first_block, last_block); in list_desc() 247 first_block, last_block); in list_desc()
|
/external/e2fsprogs/lib/ext2fs/ |
D | check_desc.c | 38 blk64_t last_block = ext2fs_blocks_count(fs->super)-1; in ext2fs_check_desc() local 58 last_block = ext2fs_group_last_block2(fs, i); in ext2fs_check_desc() 65 if (blk < first_block || blk > last_block || in ext2fs_check_desc() 76 if (blk < first_block || blk > last_block || in ext2fs_check_desc() 88 ((blk + fs->inode_blocks_per_group - 1) > last_block)) { in ext2fs_check_desc()
|
/external/qemu/distrib/libsparse/src/ |
D | sparse.c | 84 unsigned int last_block = 0; in sparse_count_chunks() local 89 if (backed_block_block(bb) > last_block) { in sparse_count_chunks() 94 last_block = backed_block_block(bb) + in sparse_count_chunks() 97 if (last_block < DIV_ROUND_UP(s->len, s->block_size)) { in sparse_count_chunks() 129 unsigned int last_block = 0; in write_all_blocks() local 134 if (backed_block_block(bb) > last_block) { in write_all_blocks() 135 unsigned int blocks = backed_block_block(bb) - last_block; in write_all_blocks() 139 last_block = backed_block_block(bb) + in write_all_blocks() 143 pad = s->len - (int64_t)last_block * s->block_size; in write_all_blocks()
|
/external/harfbuzz_ng/src/ |
D | gen-indic-table.py | 134 last_block = None variable 136 global total, used, last_block 137 if block and block != last_block: 156 last_block = block
|
D | gen-arabic-table.py | 88 last_block = None 97 block = blocks.get(u, last_block) 100 if block != last_block or u == start: 107 last_block = block
|
/external/qemu/ |
D | arch_init.c | 112 static RAMBlock *last_block; variable 117 RAMBlock *block = last_block; in ram_save_block() 130 int cont = (block == last_block) ? RAM_SAVE_FLAG_CONTINUE : 0; in ram_save_block() 171 } while (current_addr != last_block->offset + last_offset); in ram_save_block() 173 last_block = block; in ram_save_block() 273 last_block = NULL; in ram_save_live()
|
/external/qemu/distrib/ext4_utils/src/ |
D | ext2simg.c | 135 u32 last_block = min(info.blocks_per_group, aux_info.len_blocks - first_block); in build_sparse_ext() local 149 for (block = 0; block < last_block; block++) { in build_sparse_ext() 168 u32 len_blocks = last_block - start_contiguous_block; in build_sparse_ext()
|
D | indirect.c | 470 u32 last_block = EXT4_NDIR_BLOCKS + aux_info.blocks_per_ind + in inode_attach_resize() local 475 size = (u64)last_block * info.block_size; in inode_attach_resize()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
D | payload_splitter.cc | 48 bool last_block = false; in SplitRed() local 50 while (!last_block) { in SplitRed() 54 last_block = ((*payload_ptr & 0x80) == 0); in SplitRed() 57 if (last_block) { in SplitRed()
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | sparse_control_v3.cc | 491 child_data_.header.last_block = -1; in OpenChild() 711 if (block_offset && (child_data_.header.last_block != first_bit || in UpdateRange() 729 child_data_.header.last_block = last_bit; in UpdateRange() 732 child_data_.header.last_block = -1; in UpdateRange() 739 if (block_index == child_data_.header.last_block) in PartialBlockLength()
|
D | disk_format_base.h | 109 int32 last_block; // Index of the last written block. member
|
D | sparse_control.cc | 489 child_data_.header.last_block = -1; in OpenChild() 623 if (block_offset && (child_data_.header.last_block != first_bit || in UpdateRange() 641 child_data_.header.last_block = last_bit; in UpdateRange() 644 child_data_.header.last_block = -1; in UpdateRange() 651 if (block_index == child_data_.header.last_block) in PartialBlockLength()
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/ |
D | packet_unittest.cc | 156 bool last_block = (i == kRedBlocks - 1) ? true : false; in TEST() local 158 payload_type, timestamp_offset, block_length, last_block, payload_ptr); in TEST()
|
/external/e2fsprogs/e2fsck/ |
D | super.c | 467 blk64_t first_block, last_block; in check_super_block() local 597 last_block = ext2fs_blocks_count(sb)-1; in check_super_block() 607 last_block = ext2fs_group_last_block2(fs, i); in check_super_block() 611 (ext2fs_block_bitmap_loc(fs, i) > last_block)) { in check_super_block() 621 (ext2fs_inode_bitmap_loc(fs, i) > last_block)) { in check_super_block() 632 fs->inode_blocks_per_group - 1) > last_block)) { in check_super_block()
|
D | pass1.c | 85 e2_blkcnt_t last_block; member 851 pb.num_blocks = pb.last_block = 0; in e2fsck_pass1() 1941 start_block = pb->last_block = last_lblk; in scan_extent_node() 2013 pb.last_block = -1; in check_blocks() 2063 pb.last_init_lblock = pb.last_block; in check_blocks() 2092 e2fsck_add_dx_dir(ctx, ino, pb.last_block+1); in check_blocks() 2118 ino, inode->i_size, pb.last_block, ext2fs_inode_i_blocks(fs, inode), in check_blocks() 2125 else if (nblock > (pb.last_block + 1)) in check_blocks() 2127 else if (nblock < (pb.last_block + 1)) { in check_blocks() 2128 if (((pb.last_block + 1) - nblock) > in check_blocks() [all …]
|
D | pass3.c | 685 blk64_t last_block; member 710 es->last_block = blockcnt; in expand_dir_proc() 808 es.last_block = 0; in e2fsck_expand_directory() 842 sz = (es.last_block + 1) * fs->blocksize; in e2fsck_expand_directory()
|
D | journal.c | 203 e2_blkcnt_t last_block; member 223 p->last_block = blockcnt; in process_journal_block() 311 pb.last_block = -1; in e2fsck_get_journal() 315 if ((pb.last_block + 1) * ctx->fs->blocksize < in e2fsck_get_journal()
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
D | burn_manager.cc | 155 ConfigFileBlock& last_block = config_struct_.back(); in ProcessLine() local 160 last_block.hwids.insert(line[1]); in ProcessLine() 163 last_block.properties.insert(std::make_pair(line[0], line[1])); in ProcessLine()
|
/external/chromium_org/third_party/lcov/bin/ |
D | geninfo | 1679 my $last_block = $UNNAMED_BLOCK; 1706 $last_block, $1, $2); 1711 $last_block, $1, '-'); 1774 $last_block = $3; 1779 $last_block, $1, $2); 1784 $last_block, $1, '-'); 1803 $last_block = $UNNAMED_BLOCK;
|
/external/checkpolicy/ |
D | module_compiler.c | 50 static avrule_block_t *last_block; variable 100 last_block = policydbp->global; in define_policy() 1426 last_block->next = block; in begin_optional() 1429 block = last_block->next; in begin_optional() 1439 last_block = block; in begin_optional()
|