Searched refs:ALIGN (Results 1 – 9 of 9) sorted by relevance
/system/core/libcutils/arch-x86/ |
D | sse2-memset32-atom.S | 24 #ifndef ALIGN 25 # define ALIGN(n) .p2align n macro 112 ALIGN (4) 131 ALIGN (4) 154 ALIGN (2) 174 ALIGN (4) 209 ALIGN (4) 246 ALIGN (4) 256 ALIGN (4) 325 ALIGN (4) [all …]
|
D | sse2-memset16-atom.S | 24 #ifndef ALIGN 25 # define ALIGN(n) .p2align n macro 112 ALIGN (4) 131 ALIGN (4) 157 ALIGN (2) 193 ALIGN (4) 219 ALIGN (4) 246 ALIGN (4) 273 ALIGN (4) 301 ALIGN (4) [all …]
|
/system/core/libsparse/ |
D | sparse_defs.h | 43 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro
|
D | output_file.c | 383 rnd_up_len = ALIGN(len, out->block_size); in write_sparse_fill_chunk() 418 rnd_up_len = ALIGN(len, out->block_size); in write_sparse_data_chunk() 488 unsigned int rnd_up_len = ALIGN(len, out->block_size); in write_normal_data_chunk()
|
/system/extras/ext4_utils/ |
D | contents.c | 41 dentry_len = 8 + ALIGN(strlen(dentries[i].filename), 4); in dentry_size() 55 u16 rec_len = 8 + ALIGN(name_len, 4); in add_dentry()
|
D | ext4_utils.h | 72 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro
|
D | make_ext4fs.c | 305 inodes = ALIGN(inodes, (info.block_size / info.inode_size)); in compute_inodes_per_group()
|
D | ext4.h | 101 #define EXT4_BLOCK_ALIGN(size, blkbits) ALIGN((size), (1 << (blkbits)))
|
D | ext4fixup.c | 829 new_inodes_per_group=ALIGN(info.inodes_per_group,(info.block_size/info.inode_size)); in ext4fixup_internal()
|