Lines Matching full:uint32
15 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE)
22 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base))
40 UInt32
96 Bool Ppmd7_Alloc(CPpmd7 *p, UInt32 size, ISzAlloc *alloc)
183 UInt32 nu = (UInt32)node->NU;
230 UInt32 numBytes = U2B(I2U(indx));
232 return ((UInt32)(p->UnitsStart - p->Text) > numBytes) ? (p->UnitsStart -= numBytes) : (NULL);
243 UInt32 numBytes;
247 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit))
257 { UInt32 *d = (UInt32 *)dest; const UInt32 *s = (const UInt32 *)src; UInt32 n = num; \
277 #define SUCCESSOR(p) ((CPpmd_Void_Ref)((p)->SuccessorLow | ((UInt32)(p)->SuccessorHigh << 16)))
281 (p)->SuccessorLow = (UInt16)((UInt32)(v) & 0xFFFF);
282 (p)->SuccessorHigh = (UInt16)(((UInt32)(v) >> 16) & 0xFFFF);
381 UInt32 cf, s0;
506 UInt32 cf, sf;
547 cf = 2 * (UInt32)p->FoundState->Freq * (c->SummFreq + 6);
548 sf = (UInt32)s0 + c->SummFreq;
634 CPpmd_See *Ppmd7_MakeEscFreq(CPpmd7 *p, unsigned numMasked, UInt32 *escFreq)