Searched refs:lowBitMask (Results 1 – 3 of 3) sorted by relevance
93 GLint lowBitMask, i; in FillBitmap() local113 lowBitMask = HighBitsMask[bitOffset]; in FillBitmap()137 ((nextByte & lowBitMask) >> (8 - bitOffset)); in FillBitmap()283 GLint elementsLeft, bitOffset, currentByte, highBitMask, lowBitMask; in EmptyBitmap() local312 lowBitMask = HighBitsMask[bitOffset]; in EmptyBitmap()363 writeMask &= lowBitMask; in EmptyBitmap()
2261 lowBitMask(unsigned int bits) in lowBitMask() function2272 return part & lowBitMask(integerPartWidth / 2); in lowHalf()2421 integerPart mask = lowBitMask (srcBits - n); in tcExtract()2426 dst[dstParts - 1] &= lowBitMask (srcBits % integerPartWidth); in tcExtract()
2317 static inline APInt::WordType lowBitMask(unsigned bits) { in lowBitMask() function2325 return part & lowBitMask(APInt::APINT_BITS_PER_WORD / 2); in lowHalf()2436 WordType mask = lowBitMask (srcBits - n); in tcExtract()2441 dst[dstParts - 1] &= lowBitMask (srcBits % APINT_BITS_PER_WORD); in tcExtract()