Searched refs:lowBitMask (Results 1 – 5 of 5) 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()
2336 lowBitMask(unsigned int bits) in lowBitMask() function2347 return part & lowBitMask(integerPartWidth / 2); in lowHalf()2530 integerPart mask = lowBitMask (srcBits - n); in tcExtract()2535 dst[dstParts - 1] &= lowBitMask (srcBits % integerPartWidth); in tcExtract()
2302 lowBitMask(unsigned int bits) in lowBitMask() function2313 return part & lowBitMask(integerPartWidth / 2); in lowHalf()2462 integerPart mask = lowBitMask (srcBits - n); in tcExtract()2467 dst[dstParts - 1] &= lowBitMask (srcBits % integerPartWidth); in tcExtract()
2276 lowBitMask(unsigned int bits) in lowBitMask() function2287 return part & lowBitMask(integerPartWidth / 2); in lowHalf()2436 integerPart mask = lowBitMask (srcBits - n); in tcExtract()2441 dst[dstParts - 1] &= lowBitMask (srcBits % integerPartWidth); in tcExtract()
2163 static inline APInt::WordType lowBitMask(unsigned bits) { in lowBitMask() function2171 return part & lowBitMask(APInt::APINT_BITS_PER_WORD / 2); in lowHalf()2282 WordType mask = lowBitMask (srcBits - n); in tcExtract()2287 dst[dstParts - 1] &= lowBitMask (srcBits % APINT_BITS_PER_WORD); in tcExtract()