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