/external/e2fsprogs/lib/ext2fs/ |
D | check_desc.c | 37 blk64_t first_block = fs->super->s_first_data_block; in ext2fs_check_desc() local 57 first_block = ext2fs_group_first_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() 87 if (blk < first_block || in ext2fs_check_desc()
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
D | codegen.cc | 324 BasicBlock* first_block = NULL; in CutGraphIntoBasicBlocks() local 339 AddBasicBlock(head, tail, branch_targets, basic_blocks, &first_block); in CutGraphIntoBasicBlocks() 346 AddBasicBlock(head, insn, branch_targets, basic_blocks, &first_block); in CutGraphIntoBasicBlocks() 359 return first_block; in CutGraphIntoBasicBlocks() 377 AddBasicBlock(head, tail, branch_targets, basic_blocks, &first_block); in CutGraphIntoBasicBlocks() 382 return first_block; in CutGraphIntoBasicBlocks() 545 void CodeGen::TopoSortBasicBlocks(BasicBlock* first_block, in TopoSortBasicBlocks() argument 559 ComputeIncomingBranches(first_block, blocks, &unordered_blocks); in TopoSortBasicBlocks() 564 basic_blocks->push_back(first_block); in TopoSortBasicBlocks() 569 Instruction* last_insn = first_block->instructions.back(); in TopoSortBasicBlocks() [all …]
|
D | codegen.h | 107 BasicBlock** first_block); 124 void TopoSortBasicBlocks(BasicBlock* first_block,
|
D | codegen_unittest.cc | 332 BasicBlock* first_block = in CutGraphIntoBasicBlocks() local 334 SANDBOX_ASSERT(first_block != NULL); in CutGraphIntoBasicBlocks() 335 SANDBOX_ASSERT(first_block->instructions.size() > 0); in CutGraphIntoBasicBlocks() 336 Instruction* first_insn = first_block->instructions[0]; in CutGraphIntoBasicBlocks() 375 BasicBlock* first_block = in MergeTails() local 391 for (BasicBlock* bb = first_block;;) { in MergeTails()
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 473 int block_size, blk_t first_block, in test_ro() argument 494 } while (next_bad && next_bad < first_block); in test_ro() 509 (unsigned long)first_block, in test_ro() 519 currently_testing = first_block; in test_ro() 586 int block_size, blk_t first_block, in test_rw() argument 614 (unsigned long) first_block, in test_rw() 628 currently_testing = first_block; in test_rw() 670 currently_testing = first_block; in test_rw() 726 int block_size, blk_t first_block, in test_nd() argument 756 } while (next_bad && next_bad < first_block); in test_nd() [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() 141 if (itable && block == first_block) in print_bg_rel_offset() 143 printf(" (+%u)", (unsigned)(block - first_block)); in print_bg_rel_offset() 155 blk64_t first_block, last_block; in list_desc() local 184 first_block = fs->super->s_first_data_block; in list_desc() 190 first_block = ext2fs_group_first_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() [all …]
|
D | e2image.c | 391 blk64_t first_block, b; in mark_table_blocks() local 394 first_block = fs->super->s_first_data_block; in mark_table_blocks() 398 ext2fs_mark_block_bitmap2(meta_block_map, first_block); in mark_table_blocks() 406 ext2fs_descriptor_block_loc2(fs, first_block, j)); in mark_table_blocks()
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | s3_cbc.c | 409 unsigned char first_block[MAX_HASH_BLOCK_SIZE]; in ssl3_cbc_digest_record() local 559 memcpy(first_block, header + md_block_size, overhang); in ssl3_cbc_digest_record() 560 memcpy(first_block + overhang, data, md_block_size-overhang); in ssl3_cbc_digest_record() 561 md_transform(md_state.c, first_block); in ssl3_cbc_digest_record() 568 memcpy(first_block, header, 13); in ssl3_cbc_digest_record() 569 memcpy(first_block+13, data, md_block_size-13); in ssl3_cbc_digest_record() 570 md_transform(md_state.c, first_block); in ssl3_cbc_digest_record()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.c | 480 LLVMBasicBlockRef first_block = LLVMGetEntryBasicBlock(function); in lp_build_alloca() local 481 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_alloca() 488 LLVMPositionBuilderAtEnd(first_builder, first_block); in lp_build_alloca() 523 LLVMBasicBlockRef first_block = LLVMGetEntryBasicBlock(function); in lp_build_array_alloca() local 524 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_array_alloca() 531 LLVMPositionBuilderAtEnd(first_builder, first_block); in lp_build_array_alloca()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.c | 480 LLVMBasicBlockRef first_block = LLVMGetEntryBasicBlock(function); in lp_build_alloca() local 481 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_alloca() 488 LLVMPositionBuilderAtEnd(first_builder, first_block); in lp_build_alloca() 523 LLVMBasicBlockRef first_block = LLVMGetEntryBasicBlock(function); in lp_build_array_alloca() local 524 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block); in lp_build_array_alloca() 531 LLVMPositionBuilderAtEnd(first_builder, first_block); in lp_build_array_alloca()
|
/external/qemu/distrib/ext4_utils/src/ |
D | ext2simg.c | 134 u32 first_block = aux_info.first_data_block + i * info.blocks_per_group; in build_sparse_ext() local 135 u32 last_block = min(info.blocks_per_group, aux_info.len_blocks - first_block); in build_sparse_ext() 152 u32 start_block = first_block + start_contiguous_block; in build_sparse_ext() 167 u32 start_block = first_block + start_contiguous_block; in build_sparse_ext()
|
D | allocate.c | 46 u32 first_block; member 174 u32 block = bg->first_block + 2; in allocate_bg_inode_table() 296 bg->first_block = aux_info.first_data_block + i * info.blocks_per_group; in init_bg() 298 u32 block = bg->first_block; in init_bg() 314 if (bg->first_block + info.blocks_per_group > aux_info.len_blocks) { in init_bg() 315 u32 overrun = bg->first_block + info.blocks_per_group - aux_info.len_blocks; in init_bg() 357 return bg->first_block + block; in ext4_allocate_blocks_from_block_group()
|
/external/openssl/ssl/ |
D | s3_cbc.c | 424 unsigned char first_block[MAX_HASH_BLOCK_SIZE]; in ssl3_cbc_digest_record() local 613 memcpy(first_block, header + md_block_size, overhang); in ssl3_cbc_digest_record() 614 memcpy(first_block + overhang, data, md_block_size-overhang); in ssl3_cbc_digest_record() 615 md_transform(md_state.c, first_block); in ssl3_cbc_digest_record() 622 memcpy(first_block, header, 13); in ssl3_cbc_digest_record() 623 memcpy(first_block+13, data, md_block_size-13); in ssl3_cbc_digest_record() 624 md_transform(md_state.c, first_block); in ssl3_cbc_digest_record()
|
/external/e2fsprogs/e2fsck/ |
D | pass1b.c | 883 blk64_t first_block; in check_if_fs_block() local 886 first_block = fs->super->s_first_data_block; in check_if_fs_block() 891 if (test_block >= first_block && in check_if_fs_block() 892 (test_block <= first_block + fs->desc_blocks)) in check_if_fs_block() 908 first_block += fs->super->s_blocks_per_group; in check_if_fs_block() 920 blk64_t first_block; in check_if_fs_cluster() local 923 first_block = fs->super->s_first_data_block; in check_if_fs_cluster() 928 if (cluster >= EXT2FS_B2C(fs, first_block) && in check_if_fs_cluster() 929 (cluster <= EXT2FS_B2C(fs, first_block + in check_if_fs_cluster() 950 first_block += fs->super->s_blocks_per_group; in check_if_fs_cluster()
|
D | super.c | 467 blk64_t first_block, last_block; in check_super_block() local 596 first_block = sb->s_first_data_block; in check_super_block() 606 first_block = ext2fs_group_first_block2(fs, i); in check_super_block() 610 if ((ext2fs_block_bitmap_loc(fs, i) < first_block) || in check_super_block() 620 if ((ext2fs_inode_bitmap_loc(fs, i) < first_block) || in check_super_block() 630 if ((ext2fs_inode_table_loc(fs, i) < first_block) || in check_super_block()
|
D | pass1.c | 2414 blk64_t first_block; in process_bad_block() local 2482 first_block = fs->super->s_first_data_block; in process_bad_block() 2489 if (blk == first_block) { in process_bad_block() 2502 if ((blk > first_block) && in process_bad_block() 2503 (blk <= first_block + fs->desc_blocks)) { in process_bad_block() 2541 first_block += fs->super->s_blocks_per_group; in process_bad_block() 2569 static void new_table_block(e2fsck_t ctx, blk64_t first_block, dgrp_t group, in new_table_block() argument 2598 first_block = ext2fs_group_first_block2(fs, in new_table_block() 2606 pctx.errcode = ext2fs_get_free_blocks2(fs, first_block, last_block, in new_table_block() 2665 blk64_t first_block; in handle_fs_bad_blocks() local [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | efs_fs_sb.h | 52 __u32 first_block; /* first data block in filesystem */ member
|
/external/libnfc-nci/src/nfc/tags/ |
D | rw_i93.c | 1399 UINT16 first_block; in rw_i93_get_next_blocks() local 1404 first_block = offset / p_i93->block_size; in rw_i93_get_next_blocks() 1412 if (num_block + first_block > p_i93->num_block) in rw_i93_get_next_blocks() 1413 num_block = p_i93->num_block - first_block; in rw_i93_get_next_blocks() 1430 if ((first_block / I93_STM_BLOCKS_PER_SECTOR) in rw_i93_get_next_blocks() 1431 != ((first_block + num_block - 1) / I93_STM_BLOCKS_PER_SECTOR)) in rw_i93_get_next_blocks() 1433 … num_block = I93_STM_BLOCKS_PER_SECTOR - (first_block % I93_STM_BLOCKS_PER_SECTOR); in rw_i93_get_next_blocks() 1438 return rw_i93_send_cmd_read_multi_blocks (first_block, num_block); in rw_i93_get_next_blocks() 1442 return rw_i93_send_cmd_read_single_block (first_block, FALSE); in rw_i93_get_next_blocks() 1497 UINT16 length = p_resp->len, xx, block, first_block, last_block, num_blocks; in rw_i93_sm_detect_ndef() local [all …]
|
/external/opencv/cxcore/src/ |
D | cxdatastructs.cpp | 571 CvSeqBlock *first_block; in cvSeqElemIdx() local 581 block = first_block = seq->first; in cvSeqElemIdx() 598 if( block == first_block ) in cvSeqElemIdx() 997 CvSeqBlock *first_block = writer->seq->first; in cvFlushSeqWriter() local 998 CvSeqBlock *block = first_block; in cvFlushSeqWriter() 1008 while( block != first_block ); in cvFlushSeqWriter() 1092 CvSeqBlock *first_block; in cvStartReadSeq() local 1112 first_block = seq->first; in cvStartReadSeq() 1114 if( first_block ) in cvStartReadSeq() 1116 last_block = first_block->prev; in cvStartReadSeq() [all …]
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 556 __u32 first_block) in show_extent() argument 558 if (start_extent >= 0 && first_block != 0) in show_extent() 560 start_extent, end_extent-start_extent, first_block); in show_extent()
|
D | debugfs.c | 440 blk64_t first_block, last_block; member 447 if (lb->first_block == 0) in finish_range() 453 if (lb->first_block == lb->last_block) in finish_range() 455 (long long)lb->first_bcnt, lb->first_block); in finish_range() 459 lb->first_block, lb->last_block); in finish_range() 460 lb->first_block = 0; in finish_range() 476 if (lb->first_block && in list_blocks_proc() 487 lb->first_block = lb->last_block = *blocknr; in list_blocks_proc() 582 lb.first_block = 0; in dump_blocks()
|
/external/zlib/src/contrib/minizip/ |
D | zip.c | 125 linkedlist_datablock_internal* first_block; member 215 ll->first_block = ll->last_block = NULL; in init_linkedlist() 220 free_datablock(ll->first_block); in free_linkedlist() 221 ll->first_block = ll->last_block = NULL; in free_linkedlist() 235 ll->first_block = ll->last_block = allocate_new_datablock(); in add_data_in_datablock() 236 if (ll->first_block == NULL) in add_data_in_datablock() 1909 linkedlist_datablock_internal* ldi = zi->central_dir.first_block; in zipClose()
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
D | zip.c | 125 linkedlist_datablock_internal* first_block; member 215 ll->first_block = ll->last_block = NULL; in init_linkedlist() 220 free_datablock(ll->first_block); in free_linkedlist() 221 ll->first_block = ll->last_block = NULL; in free_linkedlist() 235 ll->first_block = ll->last_block = allocate_new_datablock(); in add_data_in_datablock() 236 if (ll->first_block == NULL) in add_data_in_datablock() 1906 linkedlist_datablock_internal* ldi = zi->central_dir.first_block; in zipClose()
|
/external/chromium_org/ui/gfx/ |
D | render_text_harfbuzz.cc | 323 const UBlockCode first_block = ublock_getCode(first_char); in FindRunBreakingCharacter() local 324 const bool first_block_unusual = IsUnusualBlockCode(first_block); in FindRunBreakingCharacter() 330 const bool block_break = current_block != first_block && in FindRunBreakingCharacter()
|
/external/genext2fs/ |
D | genext2fs.c | 1966 uint32 nod, first_block; in init_fs() local 1989 first_block = (BLOCKSIZE == 1024); in init_fs() 1990 nbgroups = (nbblocks - first_block + BLOCKS_PER_GROUP - 1) / BLOCKS_PER_GROUP; in init_fs() 1992 nbblocks_per_group = rndup((nbblocks - first_block + nbgroups - 1)/nbgroups, 8); in init_fs() 2015 fs->sb.s_first_data_block = first_block; in init_fs()
|