Home
last modified time | relevance | path

Searched refs:ALIGN (Results 1 – 9 of 9) sorted by relevance

/system/core/libcutils/arch-x86/
Dsse2-memset32-atom.S24 #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 …]
Dsse2-memset16-atom.S24 #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/
Dsparse_defs.h43 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro
Doutput_file.c383 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/
Dcontents.c41 dentry_len = 8 + ALIGN(strlen(dentries[i].filename), 4); in dentry_size()
55 u16 rec_len = 8 + ALIGN(name_len, 4); in add_dentry()
Dext4_utils.h72 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro
Dmake_ext4fs.c305 inodes = ALIGN(inodes, (info.block_size / info.inode_size)); in compute_inodes_per_group()
Dext4.h101 #define EXT4_BLOCK_ALIGN(size, blkbits) ALIGN((size), (1 << (blkbits)))
Dext4fixup.c829 new_inodes_per_group=ALIGN(info.inodes_per_group,(info.block_size/info.inode_size)); in ext4fixup_internal()