Home
last modified time | relevance | path

Searched refs:ALIGNMENT_MASK (Results 1 – 3 of 3) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTStaticVector.h35 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1); variable
43 …lignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNMENT_MAS… in IndexToObject()
H A DMTQueueMPMC.h40 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1); variable
78 : buffer( (Cell*)( ( (uintptr_t)&rawMemory[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNMENT_MASK ) ) in LockFreeQueueMPMC()
/TaskScheduler/Scheduler/Include/Scopes/
H A DMTScopes.h131 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1); variable
140 …lignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNMENT_MAS… in IndexToObject()
254 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1); variable
261 …lignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNMENT_MAS… in IndexToObject()
373 static const int32 ALIGNMENT_MASK = (ALIGNMENT-1); variable
387 …lignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNMENT_MAS… in IndexToObject()