Searched refs:ALIGN (Results 1 - 10 of 10) sorted by relevance

/system/core/libutils/
H A DLinearAllocator.cpp51 #define ALIGN(x) ((x + ALIGN_SZ - 1 ) & ~(ALIGN_SZ - 1)) macro
52 #define ALIGN_PTR(p) ((void*)(ALIGN((size_t)p)))
149 mPageSize = ALIGN(mPageSize);
164 size = ALIGN(size);
185 allocSize = ALIGN(allocSize);
195 pageSize = ALIGN(pageSize + sizeof(LinearAllocator::Page));
/system/core/libcutils/arch-x86/
H A Dsse2-memset32-atom.S24 #ifndef ALIGN
25 # define ALIGN(n) .p2align n
112 ALIGN (4)
131 ALIGN (4)
154 ALIGN (2)
174 ALIGN (4)
209 ALIGN (4)
246 ALIGN (4)
256 ALIGN (4)
325 ALIGN (
[all...]
H A Dsse2-memset16-atom.S24 #ifndef ALIGN
25 # define ALIGN(n) .p2align n
112 ALIGN (4)
131 ALIGN (4)
157 ALIGN (2)
193 ALIGN (4)
219 ALIGN (4)
246 ALIGN (4)
273 ALIGN (4)
301 ALIGN (
[all...]
/system/core/libsparse/
H A Dsparse_defs.h43 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro
H A Doutput_file.c383 rnd_up_len = ALIGN(len, out->block_size);
418 rnd_up_len = ALIGN(len, out->block_size);
488 unsigned int rnd_up_len = ALIGN(len, out->block_size);
/system/extras/ext4_utils/
H A Dext4_utils.h73 #define ALIGN(x, y) ((y) * DIV_ROUND_UP((x), (y))) macro
H A Dcontents.c50 dentry_len = 8 + ALIGN(strlen(dentries[i].filename), 4);
64 u16 rec_len = 8 + ALIGN(name_len, 4);
H A Dext4.h101 #define EXT4_BLOCK_ALIGN(size, blkbits) ALIGN((size), (1 << (blkbits)))
H A Dext4fixup.c828 new_inodes_per_group=ALIGN(info.inodes_per_group,(info.block_size/info.inode_size));
H A Dmake_ext4fs.c332 inodes = ALIGN(inodes, (info.block_size / info.inode_size));

Completed in 160 milliseconds