Searched defs:alignedPos (Results 1 – 2 of 2) sorted by relevance
86 uintptr_t alignedPos = (alignStartPos + alignment - 1) & ~(alignment - 1); in AlignedMalloc() local108 uintptr_t alignedPos = (uintptr_t)memBlock; in AlignedFree() local
103 UInt64 alignedPos = VirtPos & mask2; in Read() local