Searched refs:shiftWidth (Results 1 – 1 of 1) sorted by relevance
79 int shiftWidth = (7 + numberOfTrailingZeros(powerOf2)) / 7 * 7; in encodeUnsigned() local80 long lengthDescriptor = 1 << shiftWidth; in encodeUnsigned()87 int shiftWidth = 7 * width; in encodeUnsigned() local89 lengthDescriptor <<= shiftWidth; in encodeUnsigned()