Lines Matching refs:getLowBitMask
127 static inline deUint32 getLowBitMask (int integerLength)
141 const deUint32 integerMask = getLowBitMask(integerLength);
347 const deUint32 integerMask = getLowBitMask(integerLength);
401 const deUint32 mask0 = getLowBitMask(integerLength);
443 const deUint32 integerMask = getLowBitMask(integerLength);
495 const deUint32 mask0 = getLowBitMask(integerLength);
815 const deUint32 cmpMask = getLowBitMask(integerLength);
875 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength));
924 const deUint32 countMask = getLowBitMask(integerLength);
984 const deUint32 mask = getLowBitMask(integerLength);
1006 return value & getLowBitMask(numIntegerBits);
1011 return (deInt32)extendSignTo32((deUint32)value & getLowBitMask(numIntegerBits), numIntegerBits);