Searched refs:lowBitMask (Results 1 – 1 of 1) sorted by relevance
2281 lowBitMask(unsigned int bits) in lowBitMask() function2292 return part & lowBitMask(integerPartWidth / 2); in lowHalf()2475 integerPart mask = lowBitMask (srcBits - n); in tcExtract()2480 dst[dstParts - 1] &= lowBitMask (srcBits % integerPartWidth); in tcExtract()