Home
last modified time | relevance | path

Searched defs:alignedPos (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Daligned_malloc.cc86 uintptr_t alignedPos = (alignStartPos + alignment - 1) & ~(alignment - 1); in AlignedMalloc() local
108 uintptr_t alignedPos = (uintptr_t)memBlock; in AlignedFree() local
/external/lzma/CPP/7zip/Common/
DFileStreams.cpp103 UInt64 alignedPos = VirtPos & mask2; in Read() local