Searched defs:alignmentMask (Results 1 - 5 of 5) sorted by last modified time

/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DArgumentDecoder.cpp64 uintptr_t alignmentMask = alignment - 1; local
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DLegacySessionStateCoding.cpp722 uintptr_t alignmentMask = alignment - 1; local
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DSizes.h46 static const size_t alignmentMask = alignment - 1ul; member in namespace:bmalloc::Sizes
H A DVMAllocate.h97 uintptr_t alignmentMask = alignment - 1; local
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DPageAllocationAligned.cpp37 size_t alignmentMask = alignment - 1; local
48 vm_map(current_task(), &address, size, alignmentMask, flags, MEMORY_OBJECT_NULL, 0, FALSE, protection, PROT_READ | PROT_WRITE, VM_INHERIT_DEFAULT); local

Completed in 147 milliseconds