Searched refs:tmpFirstByte (Results 1 – 1 of 1) sorted by relevance
875 Byte tmpFirstByte = 0; in makeSequenceWithoutRepeat() local889 tmpFirstByte |= MAX_OFFSET << POSITION_OF_OFFSET; in makeSequenceWithoutRepeat()892 tmpFirstByte |= offset << POSITION_OF_OFFSET; in makeSequenceWithoutRepeat()896 tmpFirstByte |= MAX_LENGTH ; in makeSequenceWithoutRepeat()899 tmpFirstByte |= reducedLength ; in makeSequenceWithoutRepeat()906 *pSaveFirstByte = tmpFirstByte; in makeSequenceWithoutRepeat()928 Byte tmpFirstByte = 0x80; in makeSequenceWithRepeat() local942 tmpFirstByte |= MAX_OFFSET << POSITION_OF_OFFSET; in makeSequenceWithRepeat()945 tmpFirstByte |= offset << POSITION_OF_OFFSET; in makeSequenceWithRepeat()949 tmpFirstByte |= MAX_LENGTH ; in makeSequenceWithRepeat()[all …]