Searched refs:flagB (Results 1 – 2 of 2) sorted by relevance
56 Plenty(int N, bool flagA, bool flagB) : in Plenty()60 bitfield( (flagA ? 0x01 : 0x00) | (flagB ? 0x10 : 0x00) ) in Plenty()
1027 UINT flagB; in Hcr_State_BODY_SIGN_ESC__SIGN() local1096 …flagB = 0; /* for second possible esca… in Hcr_State_BODY_SIGN_ESC__SIGN()1098 flagB = 1; in Hcr_State_BODY_SIGN_ESC__SIGN()1104 if ( !flagA && !flagB ) { in Hcr_State_BODY_SIGN_ESC__SIGN()1114 flags |= (flagB << POSITION_OF_FLAG_B); in Hcr_State_BODY_SIGN_ESC__SIGN()1125 if ( !flagA && flagB ) { in Hcr_State_BODY_SIGN_ESC__SIGN()1289 UINT flagB; in Hcr_State_BODY_SIGN_ESC__ESC_WORD() local1357 flagB = pEscapeSequenceInfo[codewordOffset] & MASK_FLAG_B; in Hcr_State_BODY_SIGN_ESC__ESC_WORD()1370 if ( flagB == 0 ) { in Hcr_State_BODY_SIGN_ESC__ESC_WORD()