Searched refs:escapePrefixDown (Results 1 – 1 of 1) sorted by relevance
1283 UINT escapePrefixDown; in Hcr_State_BODY_SIGN_ESC__ESC_WORD() local1307 …escapePrefixDown = (pEscapeSequenceInfo[codewordOffset] & MASK_ESCAPE_PREFIX_DOWN) >> LSB_ESCAPE_P… in Hcr_State_BODY_SIGN_ESC__ESC_WORD()1323 escapePrefixDown -= 1; in Hcr_State_BODY_SIGN_ESC__ESC_WORD()1327 …escapePrefixDown <<= LSB_ESCAPE_PREFIX_DOWN; /* shift to correct positi… in Hcr_State_BODY_SIGN_ESC__ESC_WORD()1328 …pEscapeSequenceInfo[codewordOffset] |= escapePrefixDown; /* insert new escapePrefix… in Hcr_State_BODY_SIGN_ESC__ESC_WORD()1329 escapePrefixDown >>= LSB_ESCAPE_PREFIX_DOWN; /* shift back */ in Hcr_State_BODY_SIGN_ESC__ESC_WORD()1337 if ( escapePrefixDown == 0 ) { in Hcr_State_BODY_SIGN_ESC__ESC_WORD()