/external/autotest/client/site_tests/platform_DMVerityBitCorruption/ |
platform_DMVerityBitCorruption.py | 17 def mod_tweak_block(self, run_count, backing_path, block_size, 20 run_count, backing_path, block_size, block_count)) 23 dev.seek(run_count * block_size + self._adjustment) 25 dev.seek(run_count * block_size + self._adjustment) 29 def mod_tweak_hash_block(self, run_count, backing_path, block_size, 32 run_count, backing_path, block_size, block_count)) 35 dev.seek(block_count * block_size, os.SEEK_SET) 36 dev.seek(run_count * block_size + self._adjustment, os.SEEK_CUR) 39 dev.seek(block_count * block_size, os.SEEK_SET) 40 dev.seek(run_count * block_size + self._adjustment, os.SEEK_CUR [all...] |
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/ |
ext4_subdir_limit_test.sh | 138 BLOCK_SIZE=( 1024 2048 4096 ) 147 ${BLOCK_SIZE[$i]} -eq 1024 ]; then 151 ${BLOCK_SIZE[$i]}
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
StatFsTest.java | 24 assertThat(statsFs.getBlockSize(), equalTo(ShadowStatFs.BLOCK_SIZE)); 35 assertThat(statsFs.getBlockSize(), equalTo(ShadowStatFs.BLOCK_SIZE)); 44 assertThat(statsFs.getBlockSize(), equalTo(ShadowStatFs.BLOCK_SIZE));
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
sched_tc4.c | 62 * BLOCK_SIZE: block size (in bytes) for raw I/O 69 #define BLOCK_SIZE 512 179 | o reads block of size BLOCK_SIZE n times | 186 char readbuf[BLOCK_SIZE + 1]; /* buffer to store bytes read */ 213 if (read(fd, readbuf, BLOCK_SIZE) != BLOCK_SIZE)
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_aq_cyclicrefresh.h | 96 int mi_col, BLOCK_SIZE bsize, 103 BLOCK_SIZE bsize);
|
vp9_denoiser.h | 67 int mi_col, BLOCK_SIZE bs, PICK_MODE_CONTEXT *ctx, 87 static INLINE int total_adj_strong_thresh(BLOCK_SIZE bs,
|
vp9_tokenize.h | 46 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane); 47 int vp9_has_high_freq_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane); 54 BLOCK_SIZE bsize);
|
vp9_tokenize.c | 318 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, 349 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) { 426 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *argv) { 438 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { 447 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, 458 int vp9_has_high_freq_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { 467 int seg_skip, BLOCK_SIZE bsize) {
|
vp9_block.h | 99 BLOCK_SIZE min_partition_size; 100 BLOCK_SIZE max_partition_size;
|
vp9_mcomp.h | 68 MACROBLOCK *x, BLOCK_SIZE bsize, 109 int vp9_full_pixel_search(struct VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize,
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowStatFs.java | 14 public static final int BLOCK_SIZE = 4096; 25 return BLOCK_SIZE;
|
/external/libvpx/libvpx/test/ |
vp9_denoiser_test.cc | 36 int increase_denoising, BLOCK_SIZE bs, 38 typedef std::tr1::tuple<Vp9DenoiserFilterFunc, BLOCK_SIZE> VP9DenoiserTestParam; 51 BLOCK_SIZE bs_;
|
vp9_subtract_test.cc | 40 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; 41 bsize = static_cast<BLOCK_SIZE>(static_cast<int>(bsize) + 1)) {
|
/external/libvpx/libvpx/vp9/common/ |
vp9_blockd.c | 38 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane, 46 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); 78 BLOCK_SIZE bsize, 88 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob,
|
vp9_reconinter.h | 52 BLOCK_SIZE bsize); 55 BLOCK_SIZE bsize, int plane); 58 BLOCK_SIZE bsize); 61 BLOCK_SIZE bsize);
|
/external/syslinux/core/fs/xfs/ |
xfs_dinode.c | 40 if (offset > BLOCK_SIZE(fs)) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
romfs_fs.h | 6 #define ROMBSIZE BLOCK_SIZE
|
/system/extras/verity/ |
build_verity_metadata.py | 27 BLOCK_SIZE = 4096 28 METADATA_SIZE = BLOCK_SIZE * 8 65 BLOCK_SIZE, 66 BLOCK_SIZE,
|
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-delalloc-mballoc/ |
ext4-alloc-test.sh | 124 BLOCK_SIZE=( 1024 4096 ) 137 ${BLOCK_SIZE[$i]} \
|
/external/mesa3d/src/mesa/main/ |
texcompress_bptc.c | 38 #define BLOCK_SIZE 4 607 BLOCK_SIZE * BLOCK_SIZE * mode->n_index_bits - [all...] |
/external/syslinux/core/fs/iso9660/ |
iso9660.c | 125 if (de_len < 33 || offset > BLOCK_SIZE(fs)) { 178 inode->blocks = (inode->size + BLOCK_SIZE(fs) - 1) >> BLOCK_SHIFT(fs); 217 size_t offset = file->offset & (BLOCK_SIZE(fs) - 1); 227 if (de->length < 33 || offset + de->length > BLOCK_SIZE(fs)) { 228 file->offset = (file->offset + BLOCK_SIZE(fs)) 229 & ~(BLOCK_SIZE(fs) - 1); /* Start of the next block */ 299 fs->block_size = 1 << fs->block_shift;
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Application/FirmwareUpdate/ |
FirmwareUpdate.c | 375 CountOfBlocks = (UINTN) (BufferSize / BLOCK_SIZE);
418 (BufferSize > BLOCK_SIZE ? BLOCK_SIZE : BufferSize)
430 Address += BLOCK_SIZE;
431 Buffer += BLOCK_SIZE;
432 if (BufferSize > BLOCK_SIZE) {
433 BufferSize -= BLOCK_SIZE;
518 NumBytes = BLOCK_SIZE;
536 BlockSize = BLOCK_SIZE;
556 NumBytes = BLOCK_SIZE;
[all...] |
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/ |
FileIo.c | 56 #define BLOCK_SIZE 0x200
61 UINT8 BootSector[BLOCK_SIZE];
88 BLOCK_SIZE,
|
/development/ndk/platforms/android-9/include/linux/raid/ |
md_p.h | 17 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE) 24 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
|
/external/libchrome/sandbox/win/src/ |
crosscall_params.h | 152 // BLOCK_SIZE: the total storage that the NUMBER_PARAMS parameters can take, 187 template <size_t NUMBER_PARAMS, size_t BLOCK_SIZE> 276 char parameters_[BLOCK_SIZE - sizeof(CrossCallParams)
|