Searched refs:xBits (Results 1 – 6 of 6) sorted by relevance
169 int xBits = 8 * base.length - bitLength; in createRandomPrime() local170 byte lead = (byte)(1 << (7 - xBits)); in createRandomPrime()198 int xBits = 8 * nBytes - bitLength; in createRandom() local199 rv[0] &= (byte)(255 >>> xBits); in createRandom()
171 int xBits = 8 * base.length - bitLength; in createRandomPrime() local172 byte lead = (byte)(1 << (7 - xBits)); in createRandomPrime()200 int xBits = 8 * nBytes - bitLength; in createRandom() local201 rv[0] &= (byte)(255 >>> xBits); in createRandom()
1503 UINT_32 xBits = pIn->x << log2ElementBytes; in ComputeSurface2DMicroBlockOffset() local1504 microBlockOffset = (xBits & 0xf) | ((pIn->y & 0x3) << 4); in ComputeSurface2DMicroBlockOffset()1514 microBlockOffset |= (xBits & 0x10) << 3; in ComputeSurface2DMicroBlockOffset()1519 microBlockOffset |= (xBits & 0x30) << 2; in ComputeSurface2DMicroBlockOffset()1604 UINT_32 xBits = pIn->x << log2ElementBytes; in ComputeSurface3DMicroBlockOffset() local1605 microBlockOffset |= (xBits & 0xf) | ((pIn->y & 0x3) << 4) | ((pIn->slice & 0x3) << 6); in ComputeSurface3DMicroBlockOffset()
46 UINT_32 xBits : 3; member
2638 pOutput->xBits = xBit; in ComputeSurfaceCoord2DFromBankPipe()
100 const deUint8 xBits = deUint8(rng.getUint32() & bitMask); in genRandomCoords() local101 coords[i] = extend2BitsToByte(xBits); in genRandomCoords()