/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/ |
minix_fs.h | 32 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
|
romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
/external/fio/tools/ |
genfio | 23 BLOCK_SIZE=4k 64 Default is $BLOCK_SIZE 215 BLOCK_SIZE=$OPTARG 282 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-all-$MODES-$PRINTABLE_DISKS.fio 286 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-sequential-$MODES-$PRINTABLE_DISKS.fio 289 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-parallel-$MODES-$PRINTABLE_DISKS.fio 346 for BLK_SIZE in $(echo $BLOCK_SIZE | tr "," " "); do
|
/external/syslinux/core/fs/ext2/ |
ext2.c | 103 maxoffset = min(BLOCK_SIZE(fs), i-inode->size); 116 i += BLOCK_SIZE(fs); 200 size_t block_size = BLOCK_SIZE(fs); local 210 chunk = min(bytes, block_size); 227 if (inode->size > BLOCK_SIZE(fs)) 255 (data + (file->offset & (BLOCK_SIZE(fs) - 1))); 301 fs->block_size = 1 << fs->block_shift; 305 sbi->s_inodes_per_block = BLOCK_SIZE(fs) / sb.s_inode_size; 308 sbi->s_desc_per_block = BLOCK_SIZE(fs) / sb.s_desc_size [all...] |
/build/make/tools/releasetools/ |
build_image.py | 37 BLOCK_SIZE = 4096 95 blocks = pad_size // BLOCK_SIZE 171 if hi % BLOCK_SIZE != 0: 172 hi = (hi // BLOCK_SIZE) * BLOCK_SIZE 182 i = ((lo + hi) // (2 * BLOCK_SIZE)) * BLOCK_SIZE 188 lo = i + BLOCK_SIZE 562 headroom_blocks = int(prop_dict.get('partition_headroom')) / BLOCK_SIZE
|
/external/libvpx/libvpx/vp9/common/ |
vp9_mfqe.c | 23 int dst_stride, int block_size, int src_weight) { 28 for (r = 0; r < block_size; r++) { 29 for (c = 0; c < block_size; c++) { 71 int uvd_stride, BLOCK_SIZE block_size, int weight) { 72 if (block_size == BLOCK_16X16) { 76 } else if (block_size == BLOCK_32X32) { 80 } else if (block_size == BLOCK_64X64) { 131 BLOCK_SIZE bs) { 147 static void get_thr(BLOCK_SIZE bs, int qdiff, int *sad_thr, int *vdiff_thr) [all...] |
vp9_reconinter.c | 208 static void build_inter_predictors_for_planes(MACROBLOCKD *xd, BLOCK_SIZE bsize, 215 const BLOCK_SIZE plane_bsize = 236 BLOCK_SIZE bsize) { 241 BLOCK_SIZE bsize, int plane) { 246 BLOCK_SIZE bsize) { 252 BLOCK_SIZE bsize) {
|
vp9_common_data.c | 71 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = { 95 const BLOCK_SIZE txsize_to_bsize[TX_SIZES] = { 110 const BLOCK_SIZE ss_size_lookup[BLOCK_SIZES][2][2] = {
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_denoiser.c | 30 static int absdiff_thresh(BLOCK_SIZE bs, int increase_denoising) { 35 static int delta_thresh(BLOCK_SIZE bs, int increase_denoising) { 41 static int noise_motion_thresh(BLOCK_SIZE bs, int increase_denoising) { 47 static unsigned int sse_thresh(BLOCK_SIZE bs, int increase_denoising) { 51 static int sse_diff_thresh(BLOCK_SIZE bs, int increase_denoising, 63 static int total_adj_weak_thresh(BLOCK_SIZE bs, int increase_denoising) { 73 BLOCK_SIZE bs, int motion_magnitude) { 190 VP9_COMMON *const cm, VP9_DENOISER *denoiser, MACROBLOCK *mb, BLOCK_SIZE bs, 310 BLOCK_SIZE bs, PICK_MODE_CONTEXT *ctx,
|
vp9_aq_variance.c | 142 BLOCK_SIZE bs) { 189 double vp9_log_block_var(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs) { 196 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs) {
|
vp9_encodeframe.c | 53 BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx); 130 BLOCK_SIZE bs) { 140 BLOCK_SIZE bs, int bd) { 168 BLOCK_SIZE bs) { 180 static BLOCK_SIZE get_rd_var_based_fixed_partition(VP9_COMP *cpi, MACROBLOCK *x, 208 BLOCK_SIZE bsize) { 267 BLOCK_SIZE bsize) { 282 BLOCK_SIZE bsize) { 338 static void tree_to_node(void *data, BLOCK_SIZE bsize, variance_node *node) { 403 static void fill_variance_tree(void *data, BLOCK_SIZE bsize) [all...] |
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-online-defrag/ |
ext4_online_defrag_test.sh | 168 BLOCK_SIZE=( 1024 4096 ) 177 ${BLOCK_SIZE[$i]}
|
/frameworks/base/tools/obbtool/ |
mkobb.sh | 28 BLOCK_SIZE=512 29 SLOP=512 # Amount of filesystem slop in ${BLOCK_SIZE} blocks 221 ${DDBIN} if=/dev/zero of=${tempfile} bs=${BLOCK_SIZE} count=$((${block_count} + ${SLOP})) > /dev/null 2>&1
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Flash/ |
Flash.h | 39 #define BLOCK_SIZE(x) (((x) >> 4) & 0x01)
|
/device/linaro/bootloader/edk2/Omap35xxPkg/Flash/ |
Flash.h | 39 #define BLOCK_SIZE(x) (((x) >> 4) & 0x01)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
mount.h | 28 #define BLOCK_SIZE 1024
|
/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) {
|