HomeSort by relevance Sort by last modified time
    Searched refs:block_count (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/autotest/client/site_tests/platform_DMVerityCorruption/
platform_DMVerityCorruption.py 14 block_count):
16 run_count, backing_path, block_size, block_count))
18 run_count = run_count % block_count
22 block_count):
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_DMVerityBitCorruption/
platform_DMVerityBitCorruption.py 18 block_count):
20 run_count, backing_path, block_size, block_count))
21 run_count = run_count % block_count
30 block_count):
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)
  /system/update_engine/payload_generator/
raw_filesystem.cc 28 const std::string& filename, uint64_t block_size, uint64_t block_count) {
32 result->block_count_ = block_count;
fake_filesystem.cc 23 FakeFilesystem::FakeFilesystem(uint64_t block_size, uint64_t block_count) :
25 block_count_(block_count) {
fake_filesystem.h 34 FakeFilesystem(uint64_t block_size, uint64_t block_count);
raw_filesystem.h 33 const std::string& filename, uint64_t block_size, uint64_t block_count);
extent_utils.cc 129 uint64_t block_offset, uint64_t block_count) {
132 if (block_count == 0)
134 uint64_t end_block_offset = block_offset + block_count;
138 // of the loop scanned_blocks < block_offset + block_count.
extent_utils.h 97 // |extents| and cotains |block_count| blocks (or less if |extents| is shorter).
99 uint64_t block_offset, uint64_t block_count);
  /external/fio/os/
os-mac.h 53 uint64_t block_count; local
55 if (ioctl(f->fd, DKIOCGETBLOCKCOUNT, &block_count) == -1)
61 *bytes *= block_count;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceThreadPool.h 207 Index block_count = divup(n, block_size); local
211 static_cast<double>(block_count) /
212 (divup<int>(block_count, numThreads()) * numThreads());
215 for (Index prev_block_count = block_count; prev_block_count > 1;) {
237 block_count = coarser_block_count;
246 // block_count leaves that do actual computations.
247 Barrier barrier(static_cast<unsigned int>(block_count));
  /external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
Standard_Suite.py 222 class block_count(aetools.NProperty): class in inherits:aetools.NProperty
285 block_count = block_count variable
346 'block_count' : block_count,
373 'block_count' : block_count,
459 'Xblk' : block_count,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_layout.cpp 106 if (_.current_function().block_count() != 0) {
124 if (_.current_function().block_count() == 0 &&
  /frameworks/base/tools/obbtool/
mkobb.sh 214 block_count=`du -s --apparent-size --block-size=512 ${directory} | awk '{ print $1; }'`
221 ${DDBIN} if=/dev/zero of=${tempfile} bs=${BLOCK_SIZE} count=$((${block_count} + ${SLOP})) > /dev/null 2>&1
  /external/autotest/client/site_tests/platform_CrosDisksFormat/
platform_CrosDisksFormat.py 30 block_count=65536,
  /system/update_engine/payload_consumer/
extent_writer_unittest.cc 230 const int block_count = 4; local
240 while (bytes_written < (block_count * kBlockSize)) {
241 size_t bytes_to_write = min(block_count * kBlockSize - bytes_written,
257 brillo::Blob big(block_count * kBlockSize);
  /external/opencv/cxcore/src/
cxmatrix.cpp 1685 int block_count = 0; local
1769 int block_count0, block_count, buf_size, elem_size; local
1906 int block_count0, block_count, buf_size, elem_size; local
    [all...]
  /external/f2fs-tools/fsck/
main.c 487 if (c.defrag_start > get_sb(block_count))
495 if (c.defrag_start + c.defrag_len > get_sb(block_count))
496 c.defrag_len = get_sb(block_count) - c.defrag_start;
505 c.defrag_target > get_sb(block_count))
547 get_sb(log_blocksize)) <= get_sb(block_count)) {
  /external/libjpeg-turbo/
rdtarga.c 70 int block_count; /* # of pixels remaining in RLE block */ member in struct:_tga_source_struct
151 if (--sinfo->block_count < 0) { /* decrement pixels remaining in block */
155 sinfo->block_count = 0; /* then read new block header */
157 sinfo->block_count = i & 0x7F; /* number of pixels after this one */
375 source->block_count = source->dup_pixel_count = 0;
  /external/autotest/client/site_tests/platform_CrosDisksFilesystem/
platform_CrosDisksFilesystem.py 39 block_count=config['block_count'],
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.c 179 queue->block_count ++;
214 queue->block_count --;
243 queue->fragment_count = queue->block_count = 0;
256 size = fragment_queue ? queue->fragment_count : queue->block_count;
caches-queues-lists.h 148 int block_count; member in struct:seq_queue
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
Function.h 138 size_t block_count() const;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_schedule_instructions.cpp 434 int hw_reg_count, int block_count,
446 this->reg_pressure_in = rzalloc_array(mem_ctx, int, block_count);
448 this->livein = ralloc_array(mem_ctx, BITSET_WORD *, block_count);
449 for (int i = 0; i < block_count; i++)
453 this->liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count);
454 for (int i = 0; i < block_count; i++)
458 this->hw_liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count);
459 for (int i = 0; i < block_count; i++)
570 int block_count,
586 int block_count,
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_buffer.c 298 uint64_t block_count = round_up_u64(size, 1024); local
346 radv_CmdDispatch(radv_cmd_buffer_to_handle(cmd_buffer), block_count, 1, 1); local
360 uint64_t block_count = round_up_u64(size, 1024); local
423 radv_CmdDispatch(radv_cmd_buffer_to_handle(cmd_buffer), block_count, 1, 1); local
  /external/google-breakpad/src/common/mac/
macho_id.cc 101 int block_count = MAX_BLOCK / 16; local
105 } while (--block_count);

Completed in 484 milliseconds

1 2 3