Lines Matching refs:numDecodedBits
1026 int numDecodedBits; in DecodePCWs() local
1070 numDecodedBits = 0; in DecodePCWs()
1075 pLeftStartOfSegment, pRemainingBitsInSegment, &numDecodedBits); in DecodePCWs()
1090 if (maxAllowedCwLen < (numDecodedBits + ERROR_PCW_BODY_ONLY_TOO_LONG)) { in DecodePCWs()
1115 numDecodedBits = 0; in DecodePCWs()
1119 pLeftStartOfSegment, pRemainingBitsInSegment, &numDecodedBits); in DecodePCWs()
1124 pLeftStartOfSegment, pRemainingBitsInSegment, &numDecodedBits); in DecodePCWs()
1130 if (maxAllowedCwLen < (numDecodedBits + ERROR_PCW_BODY_SIGN_TOO_LONG)) { in DecodePCWs()
1156 numDecodedBits = 0; in DecodePCWs()
1161 pLeftStartOfSegment, pRemainingBitsInSegment, &numDecodedBits); in DecodePCWs()
1166 pLeftStartOfSegment, pRemainingBitsInSegment, &numDecodedBits); in DecodePCWs()
1182 pLeftStartOfSegment, pRemainingBitsInSegment, &numDecodedBits, in DecodePCWs()
1198 pLeftStartOfSegment, pRemainingBitsInSegment, &numDecodedBits, in DecodePCWs()
1209 (numDecodedBits + ERROR_PCW_BODY_SIGN_ESC_TOO_LONG)) { in DecodePCWs()