Lines Matching refs:firstByte
187 int32_t firstByte = bits->ReadBits(8, e);
189 if (firstByte == 254) {
194 ParseTwoBytes(firstByte, tempp, cValues);
274 int32_t firstByte = bits->ReadBits(8, e);
276 if (firstByte == 254) {
281 ParseTwoBytes(firstByte, inTp, cValues);
363 int32_t firstByte = bits->ReadBits(8, e);
365 if (firstByte == 254) {
370 ParseTwoBytes(firstByte, iTemp1, cValues);
394 int32_t firstByte,
397 int32_t fullBitValue = (firstByte << 8) + secondByte - 1;