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