Searched refs:k2Aligned (Results 1 – 1 of 1) sorted by relevance
282 bool k2Aligned = !(reinterpret_cast<uintptr_t>(k2) & 0x0F); in process() local298 if (k1Aligned && k2Aligned) { // both aligned in process()303 } else if (!k1Aligned && k2Aligned) { // only k2 aligned in process()308 } else if (k1Aligned && !k2Aligned) { // only k1 aligned in process()