/system/extras/f2fs_utils/ |
f2fs_sparseblock.c | 136 SLOGD("block_size: %d", info->block_size); 412 info->block_size = F2FS_BLKSIZE;
|
/system/update_engine/payload_consumer/ |
delta_performer.h | 132 // {0, 1}, block_size is 4096, and full_length is 5 * block_size - 13, 136 uint64_t block_size,
|
/system/update_engine/ |
update_metadata.proto | 179 // block_size. It is used for BSDIFF, because we need to pass that 186 // block_size. Used for BSDIFF, but not in any other operation. 252 optional uint32 block_size = 3 [default = 4096];
|
/tools/tradefederation/core/prod-tests/src/com/android/encryption/tests/ |
EncryptionCpuTest.java | 62 private final static int BLOCK_SIZE = 1024; 538 String.format("%d bytes transferred", size * BLOCK_SIZE))); 549 return String.format("dd if=/dev/urandom of=%s bs=%d count=%d", filePath, BLOCK_SIZE, size);
|
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/ |
EmmcPerformanceTest.java | 68 private static final int BLOCK_SIZE = 1048576; 142 String command = String.format("dd if=%s of=/dev/null bs=%d count=%d", mCache, BLOCK_SIZE, 152 String command = String.format("dd if=/dev/zero of=%s bs=%d count=%d", mCache, BLOCK_SIZE,
|
/external/clang/docs/ |
Block-ABI-Apple.rst | 146 unsigned long int Block_size; 224 unsigned long int Block_size; 289 unsigned long int Block_size; 524 unsigned long int Block_size; 694 unsigned long int Block_size; 769 unsigned long int Block_size; [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
bs16.asm | 25 BLOCK_SIZE EQU 0200h
246 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
|
/external/e2fsprogs/ext2ed/ |
ext2ed.h | 125 unsigned short block_size; member in struct:struct_file_system_info 204 extern short block_size;
|
/external/libusb/examples/ |
xusb.c | 459 uint32_t i, max_lba, block_size; local 513 block_size = be_to_int32(&buffer[4]); 514 device_size = ((double)(max_lba+1))*block_size/(1024*1024*1024); 515 printf(" Max LBA: %08X, Block Size: %08X (%.2f GB)\n", max_lba, block_size, device_size); 521 data = (unsigned char*) calloc(1, block_size); 528 printf("Attempting to read %d bytes:\n", block_size); 534 send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, block_size, &expected_tag); 535 libusb_bulk_transfer(handle, endpoint_in, data, block_size, &size, 5000); [all...] |
/system/update_engine/payload_generator/ |
ab_generator.cc | 46 config.hard_chunk_size / config.block_size); 47 size_t soft_chunk_blocks = config.soft_chunk_size / config.block_size;
|
/system/vold/ |
cryptfs.cpp | 254 int fd, block_size; local 279 block_size = 1024 << sb.s_log_block_size; 281 len = ( ((off64_t)sb.s_blocks_count_hi << 32) + sb.s_blocks_count_lo) * block_size; [all...] |
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
inode.c | 595 if (sblk->block_size > 4096) 648 if (sblk->block_size > 4096) 944 if(msblk->devblksize < BLOCK_SIZE) 945 msblk->devblksize = BLOCK_SIZE; 1000 TRACE("Block size %d\n", sblk->block_size); 1029 msblk->read_size = (sblk->block_size < SQUASHFS_METADATA_SIZE) ? 1031 sblk->block_size; 1039 if (!(msblk->read_page = kmalloc(sblk->block_size, GFP_KERNEL))) { 1130 buf->f_bsize = sblk->block_size; [all...] |
/bionic/libc/kernel/uapi/scsi/ |
cxlflash_ioctl.h | 41 __u64 block_size; member in struct:dk_cxlflash_attach
|
/device/google/marlin/recovery/gpt-utils/ |
gpt-utils.h | 133 uint32_t block_size; member in struct:gpt_disk
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
pyarena.c | 166 "alloc=%d size=%d blocks=%d block_size=%d big=%d objects=%d\n",
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
md5module.c | 176 {"block_size",
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
pyarena.c | 167 "alloc=%d size=%d blocks=%d block_size=%d big=%d objects=%d\n",
|
/external/autotest/client/site_tests/platform_CrosDisksArchive/ |
platform_CrosDisksArchive.py | 119 block_size=1024,
|
/external/e2fsprogs/lib/ext2fs/ |
ext3_extents.h | 24 * block_size % 12 >= 4 for at least all powers of 2 greater than 512, which
|
/external/kernel-headers/original/uapi/scsi/ |
cxlflash_ioctl.h | 72 __u64 block_size; /* Returned block size, in bytes */ member in struct:dk_cxlflash_attach
|
/external/libvpx/libvpx/vp9/common/ |
vp9_entropymode.c | 163 { 65, 32, 18, 144, 162, 194, 41, 51, 98 }, // block_size < 8x8 164 { 132, 68, 18, 165, 217, 196, 45, 40, 78 }, // block_size < 16x16 165 { 173, 80, 19, 176, 240, 193, 64, 35, 46 }, // block_size < 32x32 166 { 221, 135, 38, 194, 248, 121, 96, 85, 29 } // block_size >= 32x32
|
vp9_pred_common.h | 23 const uint8_t *segment_ids, BLOCK_SIZE bsize,
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_aq_complexity.c | 110 void vp9_caq_select_segment(VP9_COMP *cpi, MACROBLOCK *mb, BLOCK_SIZE bs,
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
sched_tc6.c | 68 * BLOCK_SIZE: block size (in bytes) for raw I/O 75 #define BLOCK_SIZE 512 323 char buf[BLOCK_SIZE]; 330 while ((bytes_read = read(fd, buf, BLOCK_SIZE)) > 0) {
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_s3tc.c | 248 unsigned block_size) 261 src += block_size; 316 unsigned block_size) 333 src += block_size;
|