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