Lines Matching refs:cntSign
722 UINT cntSign; in Hcr_State_BODY_SIGN__BODY() local
788 cntSign = 0; in Hcr_State_BODY_SIGN__BODY()
794 cntSign += 1; in Hcr_State_BODY_SIGN__BODY()
798 if (cntSign == 0) { in Hcr_State_BODY_SIGN__BODY()
804 pCntSign[codewordOffset] = cntSign; /* write sign count result into in Hcr_State_BODY_SIGN__BODY()
870 UCHAR cntSign; in Hcr_State_BODY_SIGN__SIGN() local
887 cntSign = pCntSign[codewordOffset]; in Hcr_State_BODY_SIGN__SIGN()
895 cntSign -= in Hcr_State_BODY_SIGN__SIGN()
914 if (cntSign == 0) { /* if (cntSign==0) ==> set state CODEWORD_DECODED */ in Hcr_State_BODY_SIGN__SIGN()
924 pCntSign[codewordOffset] = cntSign; in Hcr_State_BODY_SIGN__SIGN()
975 UINT cntSign; in Hcr_State_BODY_SIGN_ESC__BODY() local
1039 cntSign = 0; in Hcr_State_BODY_SIGN_ESC__BODY()
1045 cntSign += 1; in Hcr_State_BODY_SIGN_ESC__BODY()
1049 if (cntSign == 0) { in Hcr_State_BODY_SIGN_ESC__BODY()
1057 pCntSign[codewordOffset] = cntSign; in Hcr_State_BODY_SIGN_ESC__BODY()
1138 UCHAR cntSign; in Hcr_State_BODY_SIGN_ESC__SIGN() local
1162 cntSign = pCntSign[codewordOffset]; in Hcr_State_BODY_SIGN_ESC__SIGN()
1172 cntSign -= 1; in Hcr_State_BODY_SIGN_ESC__SIGN()
1173 pCntSign[codewordOffset] = cntSign; in Hcr_State_BODY_SIGN_ESC__SIGN()
1193 if (cntSign == 0) { in Hcr_State_BODY_SIGN_ESC__SIGN()