Home | History | Annotate | Download | only in C

Lines Matching refs:Byte

9 const Byte PPMD7_kExpEscape[16] = { 25, 14, 9, 7, 5, 5, 4, 4, 4, 3, 3, 3, 2, 2, 2, 2 };

22 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base))
67 do { p->Units2Indx[k++] = (Byte)i; } while(--step);
68 p->Indx2Units[i] = (Byte)k;
77 p->NS2Indx[i] = (Byte)i;
80 p->NS2Indx[i] = (Byte)m;
107 if ((p->Base = (Byte *)alloc->Alloc(alloc, p->AlignOffset + size
134 ptr = (Byte *)ptr + U2B(I2U(newIndx));
138 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1);
309 s->Symbol = (Byte)i;
374 upState.Symbol = *(const Byte *)Ppmd7_GetPtr(p, upBranch);
386 upState.Freq = (Byte)(1 + ((2 * cf <= s0) ? (5 * cf > s0) : ((2 * cf + 3 * s0 - 1) / (2 * s0))));
563 s->Freq = (Byte)cf;
584 s->Freq = (Byte)((s->Freq + adder) >> 1);
591 s->Freq = (Byte)((s->Freq + adder) >> 1);
617 tmp.Freq = (Byte)(tmp.Freq - (tmp.Freq >> 1));
662 if (p->OrderFall == 0 && (Byte *)c > p->Text)
695 p->FoundState->Freq = (Byte)(p->FoundState->Freq + (p->FoundState->Freq < 128 ? 1: 0));