/external/autotest/client/site_tests/platform_DMVerityBitCorruption/ |
D | platform_DMVerityBitCorruption.py | 18 block_count): argument 20 run_count, backing_path, block_size, block_count)) 21 run_count = run_count % block_count 30 block_count): argument 32 run_count, backing_path, block_size, block_count)) 35 dev.seek(block_count * block_size, os.SEEK_SET) 39 dev.seek(block_count * block_size, os.SEEK_SET)
|
/external/autotest/client/site_tests/platform_DMVerityCorruption/ |
D | platform_DMVerityCorruption.py | 14 block_count): argument 16 run_count, backing_path, block_size, block_count)) 18 run_count = run_count % block_count 22 block_count): argument 24 run_count, backing_path, block_size, block_count)) 26 dev.seek(block_count * block_size, os.SEEK_SET)
|
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/ |
D | exfat_tests | 5 "block_count": 65536, 15 "block_count": 65536, 25 "block_count": 65536,
|
D | ext4_tests | 5 "block_count": 65536, 15 "block_count": 65536, 26 "block_count": 65536,
|
D | ext3_tests | 5 "block_count": 65536, 15 "block_count": 65536, 26 "block_count": 65536,
|
D | ext2_tests | 5 "block_count": 65536, 15 "block_count": 65536, 26 "block_count": 65536,
|
D | vfat_tests | 5 "block_count": 65536, 15 "block_count": 65536, 26 "block_count": 65536,
|
D | ntfs_tests | 5 "block_count": 65536, 16 "block_count": 65536, 28 "block_count": 65536,
|
D | platform_CrosDisksFilesystem.py | 39 block_count=config['block_count'],
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorDeviceThreadPool.h | 207 Index block_count = divup(n, block_size); in parallelFor() local 211 static_cast<double>(block_count) / in parallelFor() 212 (divup<int>(block_count, numThreads()) * numThreads()); in parallelFor() 215 for (Index prev_block_count = block_count; prev_block_count > 1;) { in parallelFor() 237 block_count = coarser_block_count; in parallelFor() 247 Barrier barrier(static_cast<unsigned int>(block_count)); in parallelFor()
|
/external/opencv/cxcore/src/ |
D | cxmatrix.cpp | 1685 int block_count = 0; in cvCalcPCA() local 1691 for( i = 0; i < len; i += block_count ) in cvCalcPCA() 1696 block_count = MIN( count, len - i ); in cvCalcPCA() 1700 cvGetRows( data, &data_part, i, i + block_count ); in cvCalcPCA() 1701 cvGetRows( tmp_data, &tdata_part, 0, block_count ); in cvCalcPCA() 1702 cvGetRows( tmp_avg, &avg_part, i, i + block_count ); in cvCalcPCA() 1703 cvGetRows( tmp_avg_r, &tmp_avg_part, 0, block_count ); in cvCalcPCA() 1708 cvGetCols( data, &data_part, i, i + block_count ); in cvCalcPCA() 1709 cvGetCols( tmp_data, &tdata_part, 0, block_count ); in cvCalcPCA() 1710 cvGetCols( tmp_avg, &avg_part, i, i + block_count ); in cvCalcPCA() [all …]
|
/external/fio/os/ |
D | os-mac.h | 120 uint64_t block_count; in blockdev_size() local 122 if (ioctl(f->fd, DKIOCGETBLOCKCOUNT, &block_count) == -1) in blockdev_size() 128 *bytes *= block_count; in blockdev_size()
|
/external/libjpeg-turbo/ |
D | rdtarga.c | 70 int block_count; /* # of pixels remaining in RLE block */ member 151 if (--sinfo->block_count < 0) { /* decrement pixels remaining in block */ in read_rle_pixel() 155 sinfo->block_count = 0; /* then read new block header */ in read_rle_pixel() 157 sinfo->block_count = i & 0x7F; /* number of pixels after this one */ in read_rle_pixel() 375 source->block_count = source->dup_pixel_count = 0; in start_input_tga()
|
/external/squashfs-tools/squashfs-tools/ |
D | caches-queues-lists.c | 179 queue->block_count ++; in seq_queue_put() 214 queue->block_count --; in seq_queue_get() 243 queue->fragment_count = queue->block_count = 0; in seq_queue_flush() 256 size = fragment_queue ? queue->fragment_count : queue->block_count; in dump_seq_queue()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2011-04-26-SchedTweak.ll | 22 %block_count = alloca i32, align 4 45 %tmp6 = load i32* %block_count, align 4
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-04-26-SchedTweak.ll | 22 %block_count = alloca i32, align 4 45 %tmp6 = load i32, i32* %block_count, align 4
|
/external/llvm/test/CodeGen/Thumb2/ |
D | v8_IT_3.ll | 21 %block_count = alloca i32, align 4 45 %tmp6 = load i32, i32* %block_count, align 4
|
/external/syslinux/utils/ |
D | isohybrid.c | 199 uint32_t block_count; /* number of blocks in partition */ member 899 part->block_count = bendian_int(4); in initialise_apm() 911 part->block_count = bendian_int(efi_count / 4); in initialise_apm() 925 part->block_count = bendian_int(mac_count / 4); in initialise_apm() 935 part->block_count = bendian_int(efi_lba - start/2048 - 10); in initialise_apm()
|
/external/google-breakpad/src/common/mac/ |
D | macho_id.cc | 101 int block_count = MAX_BLOCK / 16; in UpdateCRC() local 105 } while (--block_count); in UpdateCRC()
|
/external/autotest/client/site_tests/platform_CrosDisksFormat/ |
D | platform_CrosDisksFormat.py | 30 block_count=65536,
|
/external/f2fs-tools/fsck/ |
D | f2fs.h | 267 return end + le64_to_cpu(F2FS_RAW_SUPER(sbi)->block_count); in __end_block_addr() 342 if (addr >= F2FS_RAW_SUPER(sbi)->block_count || in IS_VALID_BLK_ADDR()
|
/external/v8/src/crankshaft/ |
D | hydrogen-escape-analysis.cc | 42 int block_count = graph()->blocks()->length(); in CollectCapturedValues() local 43 for (int i = 0; i < block_count; ++i) { in CollectCapturedValues()
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 572 __u32 block_count; member 745 __u64 block_count; /* total # of user blocks */ member 773 uint64_t block_count; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 331 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local 342 block_count = cr->percent_refresh * cm->mi_rows * cm->mi_cols / 100; in cyclic_refresh_update_map() 413 } while (cr->target_num_seg_blocks < block_count && i != cr->sb_index); in cyclic_refresh_update_map()
|
/external/autotest/client/site_tests/platform_CrosDisksArchive/ |
D | platform_CrosDisksArchive.py | 120 block_count=65536,
|