Searched refs:atomMask (Results 1 – 1 of 1) sorted by relevance
83 static const size_t atomMask = ~(atomSize - 1); // atomSize must be a power of two. variable114 return !((intptr_t)(p) & ~atomMask); in isAtomAligned()