Searched defs:alignedSize (Results 1 – 5 of 5) sorted by relevance
109 int alignedSize = ALIGN(size, PAGE_SIZE); in decodeFrames() local
379 size_t alignedSize = align == 0 ? size : (size + align - 1) & ~(align - 1); in Alloc() local
253 size_t alignedSize() const { return ((mSize + kAlignment - 1) / kAlignment) * kAlignment; } in alignedSize() function
481 auto alignedSize = ALIGN(size, PAGE_SIZE); in decodeNFrames() local
915 size_t alignedSize = align(bufSize, alignment); in allocateBuffersOnPort() local