Go to the documentation of this file.
32 if (*mqc->
bp == 0xff) {
33 if (*(mqc->
bp + 1) > 0x8f)
37 mqc->
c += 2 + 0xfe00 - (*mqc->
bp << 9);
41 mqc->
c += 1 + 0xff00 - (*mqc->
bp << 8);
56 d = 1 - (*cxstate & 1);
61 if (!(mqc->
c & 0xff)) {
67 }
while (!(mqc->
a & 0x8000));
75 mqc->
c = (*mqc->
bp ^ 0xff) << 16;
84 if ((mqc->
c >> 16) < mqc->
a) {
90 mqc->
c -= mqc->
a << 16;