Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp1663 const int highNdxInW1 = high % WORD_BITS; in setBits() local
1668 …m_words[word1Ndx] = (m_words[word1Ndx] & ~(((Word)1 << (highNdxInW1+1)) - 1)) | (((Word)bits & ~bi… in setBits()