Searched refs:startBit (Results 1 – 1 of 1) sorted by relevance
207 static u_char Get7Bits(input, startBit) in Get7Bits() argument209 int startBit;213 word = (unsigned)input[startBit / 8] << 8;214 word |= (unsigned)input[startBit / 8 + 1];216 word >>= 15 - (startBit % 8 + 7);