Home
last modified time | relevance | path

Searched refs:startBit (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c207 static u_char Get7Bits(input, startBit) in Get7Bits() argument
209 int startBit;
213 word = (unsigned)input[startBit / 8] << 8;
214 word |= (unsigned)input[startBit / 8 + 1];
216 word >>= 15 - (startBit % 8 + 7);