Searched defs:xBits (Results 1 – 5 of 5) sorted by relevance
169 int xBits = 8 * base.length - bitLength; in createRandomPrime() local198 int xBits = 8 * nBytes - bitLength; in createRandom() local
171 int xBits = 8 * base.length - bitLength; in createRandomPrime() local200 int xBits = 8 * nBytes - bitLength; in createRandom() local
46 UINT_32 xBits : 3; member
1503 UINT_32 xBits = pIn->x << log2ElementBytes; in ComputeSurface2DMicroBlockOffset() local1604 UINT_32 xBits = pIn->x << log2ElementBytes; in ComputeSurface3DMicroBlockOffset() local
100 const deUint8 xBits = deUint8(rng.getUint32() & bitMask); in genRandomCoords() local