Home
last modified time | relevance | path

Searched defs:aligned_size (Results 1 – 5 of 5) sorted by relevance

/system/core/property_service/libpropertyinfoserializer/
Dtrie_node_arena.h77 size_t aligned_size = size + (sizeof(uint32_t) - 1) & ~(sizeof(uint32_t) - 1); in AllocateData() local
/system/core/fs_mgr/liblp/
Dbuilder.cpp126 void Partition::ShrinkTo(uint64_t aligned_size) { in ShrinkTo()
700 bool MetadataBuilder::GrowPartition(Partition* partition, uint64_t aligned_size, in GrowPartition()
871 void MetadataBuilder::ShrinkPartition(Partition* partition, uint64_t aligned_size) { in ShrinkPartition()
1072 uint64_t aligned_size; in ResizePartition() local
/system/memory/libmemunreachable/
DAllocator.cpp134 size_t aligned_size = map_size; in MapAligned() local
/system/core/init/libprefetch/prefetch/src/
Dreplay.rs394 let aligned_size = orig_size + (align - (orig_size % align)); in create_file() localVariable
/system/libziparchive/
Dzip_archive.cc117 const auto aligned_size = pageAlignUp(ptr_int + size) - aligned_ptr_int; in expandToPageBounds() local