Searched refs:ptrValue (Results 1 – 1 of 1) sorted by relevance
141 const uintptr_t ptrValue = reinterpret_cast<uintptr_t>(mPtrs[i]); in setUp() local142 if ((ptrValue & (kMaxAlignment - 1)) != 0) { in setUp()