Home | History | Annotate | Download | only in functional

Lines Matching defs:wordSize

85 	const int wordSize	= 32;
88 return ((maskLen - 1) / wordSize) + 1; // round_up(mask_len / wordSize)
96 const int wordSize = 32;
98 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize);
113 const int wordSize = 32;
115 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize);