Searched refs:partBits (Results 1 – 1 of 1) sorted by relevance
412 unsigned int count, partBits; in ulpsFromBoundary() local419 partBits = bits % integerPartWidth + 1; in ulpsFromBoundary()421 part = parts[count] & (~(integerPart) 0 >> (integerPartWidth - partBits)); in ulpsFromBoundary()424 boundary = (integerPart) 1 << (partBits - 1); in ulpsFromBoundary()