Searched refs:bitParts (Results 1 – 1 of 1) sorted by relevance
2059 deUint32 bitParts[5]; in encodeISETritBlock() local2067 bitParts[i] = blockInput.bitValues[i]; in encodeISETritBlock()2073 bitParts[i] = numBits > 0 ? getBits(nonBlockInput[i], 0, numBits-1) : 0; in encodeISETritBlock()2079 bitParts[i] = 0; in encodeISETritBlock()2090 dst.setNext(numBits, bitParts[0]); in encodeISETritBlock()2092 dst.setNext(numBits, bitParts[1]); in encodeISETritBlock()2094 dst.setNext(numBits, bitParts[2]); in encodeISETritBlock()2096 dst.setNext(numBits, bitParts[3]); in encodeISETritBlock()2098 dst.setNext(numBits, bitParts[4]); in encodeISETritBlock()2117 deUint32 bitParts[3]; in encodeISEQuintBlock() local[all …]