usr/src/common/bzip2/blocksort.c
100
UInt32 med, r, r3;
usr/src/common/bzip2/blocksort.c
1033
UInt32* ptr = s->ptr;
usr/src/common/bzip2/blocksort.c
1035
UInt32* ftab = s->ftab;
usr/src/common/bzip2/blocksort.c
212
void fallbackSort ( UInt32* fmap,
usr/src/common/bzip2/blocksort.c
213
UInt32* eclass,
usr/src/common/bzip2/blocksort.c
214
UInt32* bhtab,
usr/src/common/bzip2/blocksort.c
32
void fallbackSimpleSort ( UInt32* fmap,
usr/src/common/bzip2/blocksort.c
33
UInt32* eclass,
usr/src/common/bzip2/blocksort.c
347
Bool mainGtU ( UInt32 i1,
usr/src/common/bzip2/blocksort.c
348
UInt32 i2,
usr/src/common/bzip2/blocksort.c
351
UInt32 nblock,
usr/src/common/bzip2/blocksort.c
38
UInt32 ec_tmp;
usr/src/common/bzip2/blocksort.c
485
void mainSimpleSort ( UInt32* ptr,
usr/src/common/bzip2/blocksort.c
495
UInt32 v;
usr/src/common/bzip2/blocksort.c
621
void mainQSort3 ( UInt32* ptr,
usr/src/common/bzip2/blocksort.c
751
void mainSort ( UInt32* ptr,
usr/src/common/bzip2/blocksort.c
754
UInt32* ftab,
usr/src/common/bzip2/blocksort.c
93
void fallbackQSort3 ( UInt32* fmap,
usr/src/common/bzip2/blocksort.c
94
UInt32* eclass,
usr/src/common/bzip2/bzlib.c
260
s->arr1 = BZALLOC( n * sizeof(UInt32) );
usr/src/common/bzip2/bzlib.c
261
s->arr2 = BZALLOC( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) );
usr/src/common/bzip2/bzlib.c
262
s->ftab = BZALLOC( 65537 * sizeof(UInt32) );
usr/src/common/bzip2/bzlib.c
284
s->ptr = (UInt32*)s->arr1;
usr/src/common/bzip2/bzlib.c
309
t += ( n * sizeof(UInt32) );
usr/src/common/bzip2/bzlib.c
311
t += ( (n+BZ_N_OVERSHOOT) * sizeof(UInt32) );
usr/src/common/bzip2/bzlib.c
313
t += ( 65537 * sizeof(UInt32) );
usr/src/common/bzip2/bzlib.c
340
s->ptr = (UInt32*)s->arr1;
usr/src/common/bzip2/bzlib.c
401
UInt32 zchh = (UInt32)(zchh0); \
usr/src/common/bzip2/bzlib.c
441
ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
usr/src/common/bzip2/bzlib.c
459
ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
usr/src/common/bzip2/bzlib.c
765
UInt32 c_calculatedBlockCRC = s->calculatedBlockCRC;
usr/src/common/bzip2/bzlib.c
770
UInt32* c_tt = s->tt;
usr/src/common/bzip2/bzlib.c
771
UInt32 c_tPos = s->tPos;
usr/src/common/bzip2/bzlib.c
777
UInt32 avail_out_INIT = cs_avail_out;
usr/src/common/bzip2/bzlib_private.h
160
extern UInt32 BZ2_crc32Table[256];
usr/src/common/bzip2/bzlib_private.h
212
UInt32 avail_in_expect;
usr/src/common/bzip2/bzlib_private.h
215
UInt32* arr1;
usr/src/common/bzip2/bzlib_private.h
216
UInt32* arr2;
usr/src/common/bzip2/bzlib_private.h
217
UInt32* ftab;
usr/src/common/bzip2/bzlib_private.h
221
UInt32* ptr;
usr/src/common/bzip2/bzlib_private.h
230
UInt32 state_in_ch;
usr/src/common/bzip2/bzlib_private.h
246
UInt32 bsBuff;
usr/src/common/bzip2/bzlib_private.h
250
UInt32 blockCRC;
usr/src/common/bzip2/bzlib_private.h
251
UInt32 combinedCRC;
usr/src/common/bzip2/bzlib_private.h
268
UInt32 len_pack[BZ_MAX_ALPHA_SIZE][4];
usr/src/common/bzip2/bzlib_private.h
367
UInt32 bsBuff;
usr/src/common/bzip2/bzlib_private.h
378
UInt32 tPos;
usr/src/common/bzip2/bzlib_private.h
386
UInt32 *tt;
usr/src/common/bzip2/bzlib_private.h
393
UInt32 storedBlockCRC;
usr/src/common/bzip2/bzlib_private.h
394
UInt32 storedCombinedCRC;
usr/src/common/bzip2/bzlib_private.h
395
UInt32 calculatedBlockCRC;
usr/src/common/bzip2/bzlib_private.h
396
UInt32 calculatedCombinedCRC;
usr/src/common/bzip2/bzlib_private.h
451
if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
usr/src/common/bzip2/bzlib_private.h
458
if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \
usr/src/common/bzip2/bzlib_private.h
470
((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF)
usr/src/common/bzip2/bzlib_private.h
478
(((UInt32)s->ll16[i]) | (GET_LL4(i) << 16))
usr/src/common/bzip2/bzlib_private.h
482
if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
usr/src/common/bzip2/compress.c
151
UInt32* ptr = s->ptr;
usr/src/common/bzip2/compress.c
361
register UInt32 cost01, cost23, cost45;
usr/src/common/bzip2/compress.c
74
void bsW ( EState* s, Int32 n, UInt32 v )
usr/src/common/bzip2/compress.c
84
void bsPutUInt32 ( EState* s, UInt32 u )
usr/src/common/bzip2/compress.c
97
bsW( s, 8, (UInt32)c );
usr/src/common/bzip2/crctable.c
31
UInt32 BZ2_crc32Table[256] = {
usr/src/common/bzip2/decompress.c
244
s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc);
usr/src/common/bzip2/decompress.c
246
s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc);
usr/src/common/bzip2/decompress.c
248
s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc);
usr/src/common/bzip2/decompress.c
250
s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc);
usr/src/common/bzip2/decompress.c
413
s->tt[nblock] = (UInt32)uc;
usr/src/common/bzip2/decompress.c
427
UInt32 nn;
usr/src/common/bzip2/decompress.c
428
nn = (UInt32)(nextSym - 1);
usr/src/common/bzip2/decompress.c
48
UInt32 v; \
usr/src/common/bzip2/decompress.c
481
s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]);
usr/src/common/bzip2/decompress.c
58
((UInt32) \
usr/src/common/bzip2/decompress.c
600
s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc);
usr/src/common/bzip2/decompress.c
602
s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc);
usr/src/common/bzip2/decompress.c
604
s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc);
usr/src/common/bzip2/decompress.c
606
s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc);
usr/src/common/lzma/LzFind.c
129
UInt32 i;
usr/src/common/lzma/LzFind.c
137
UInt32 r = i;
usr/src/common/lzma/LzFind.c
15
#define kMaxValForNormalize ((UInt32)0xFFFFFFFF)
usr/src/common/lzma/LzFind.c
157
static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc)
usr/src/common/lzma/LzFind.c
165
int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
usr/src/common/lzma/LzFind.c
166
UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter,
usr/src/common/lzma/LzFind.c
169
UInt32 sizeReserv;
usr/src/common/lzma/LzFind.c
176
if (historySize > ((UInt32)2 << 30))
usr/src/common/lzma/LzFind.c
18
#define kMaxHistorySize ((UInt32)3 << 30)
usr/src/common/lzma/LzFind.c
185
UInt32 newCyclicBufferSize = (historySize /* >> p->skipModeBits */) + 1;
usr/src/common/lzma/LzFind.c
186
UInt32 hs;
usr/src/common/lzma/LzFind.c
219
UInt32 prevSize = p->hashSizeSum + p->numSons;
usr/src/common/lzma/LzFind.c
220
UInt32 newSize;
usr/src/common/lzma/LzFind.c
243
UInt32 limit = kMaxValForNormalize - p->pos;
usr/src/common/lzma/LzFind.c
244
UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos;
usr/src/common/lzma/LzFind.c
258
UInt32 lenLimit = p->streamPos - p->pos;
usr/src/common/lzma/LzFind.c
268
UInt32 i;
usr/src/common/lzma/LzFind.c
280
static UInt32 MatchFinder_GetSubValue(CMatchFinder *p)
usr/src/common/lzma/LzFind.c
285
void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems)
usr/src/common/lzma/LzFind.c
287
UInt32 i;
usr/src/common/lzma/LzFind.c
290
UInt32 value = items[i];
usr/src/common/lzma/LzFind.c
301
UInt32 subValue = MatchFinder_GetSubValue(p);
usr/src/common/lzma/LzFind.c
317
static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
usr/src/common/lzma/LzFind.c
318
UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue,
usr/src/common/lzma/LzFind.c
319
UInt32 *distances, UInt32 maxLen)
usr/src/common/lzma/LzFind.c
324
UInt32 delta = pos - curMatch;
usr/src/common/lzma/LzFind.c
33
static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc)
usr/src/common/lzma/LzFind.c
332
UInt32 len = 0;
usr/src/common/lzma/LzFind.c
348
UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
usr/src/common/lzma/LzFind.c
349
UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue,
usr/src/common/lzma/LzFind.c
35
UInt32 blockSize = p->keepSizeBefore + p->keepSizeAfter + keepSizeReserv;
usr/src/common/lzma/LzFind.c
350
UInt32 *distances, UInt32 maxLen)
usr/src/common/lzma/LzFind.c
354
UInt32 len0 = 0, len1 = 0;
usr/src/common/lzma/LzFind.c
357
UInt32 delta = pos - curMatch;
usr/src/common/lzma/LzFind.c
366
UInt32 len = (len0 < len1 ? len0 : len1);
usr/src/common/lzma/LzFind.c
403
static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
usr/src/common/lzma/LzFind.c
404
UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue)
usr/src/common/lzma/LzFind.c
408
UInt32 len0 = 0, len1 = 0;
usr/src/common/lzma/LzFind.c
411
UInt32 delta = pos - curMatch;
usr/src/common/lzma/LzFind.c
420
UInt32 len = (len0 < len1 ? len0 : len1);
usr/src/common/lzma/LzFind.c
463
UInt32 lenLimit; UInt32 hashValue; const Byte *cur; UInt32 curMatch; \
usr/src/common/lzma/LzFind.c
473
offset = (UInt32)(GetMatchesSpec1(lenLimit, curMatch, MF_PARAMS(p), \
usr/src/common/lzma/LzFind.c
479
static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
usr/src/common/lzma/LzFind.c
481
UInt32 offset;
usr/src/common/lzma/LzFind.c
490
UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
usr/src/common/lzma/LzFind.c
492
UInt32 offset;
usr/src/common/lzma/LzFind.c
501
static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
usr/src/common/lzma/LzFind.c
503
UInt32 hash2Value, delta2, maxLen, offset;
usr/src/common/lzma/LzFind.c
53
UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; }
usr/src/common/lzma/LzFind.c
534
static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
usr/src/common/lzma/LzFind.c
536
UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset;
usr/src/common/lzma/LzFind.c
55
void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue)
usr/src/common/lzma/LzFind.c
581
static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
usr/src/common/lzma/LzFind.c
583
UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset;
usr/src/common/lzma/LzFind.c
625
offset = (UInt32)(Hc_GetMatchesSpec(lenLimit, curMatch, MF_PARAMS(p),
usr/src/common/lzma/LzFind.c
630
UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
usr/src/common/lzma/LzFind.c
632
UInt32 offset;
usr/src/common/lzma/LzFind.c
637
offset = (UInt32)(Hc_GetMatchesSpec(lenLimit, curMatch, MF_PARAMS(p),
usr/src/common/lzma/LzFind.c
642
static void Bt2_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
usr/src/common/lzma/LzFind.c
655
void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
usr/src/common/lzma/LzFind.c
668
static void Bt3_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
usr/src/common/lzma/LzFind.c
672
UInt32 hash2Value;
usr/src/common/lzma/LzFind.c
683
static void Bt4_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
usr/src/common/lzma/LzFind.c
687
UInt32 hash2Value, hash3Value;
usr/src/common/lzma/LzFind.c
699
static void Hc4_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
usr/src/common/lzma/LzFind.c
703
UInt32 hash2Value, hash3Value;
usr/src/common/lzma/LzFind.c
716
void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num)
usr/src/common/lzma/LzFind.c
80
p->streamPos += (UInt32)size;
usr/src/common/lzma/LzFind.h
102
UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances);
usr/src/common/lzma/LzFind.h
103
UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances);
usr/src/common/lzma/LzFind.h
104
void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num);
usr/src/common/lzma/LzFind.h
105
void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, UInt32 num);
usr/src/common/lzma/LzFind.h
14
UInt32 pos;
usr/src/common/lzma/LzFind.h
15
UInt32 posLimit;
usr/src/common/lzma/LzFind.h
16
UInt32 streamPos;
usr/src/common/lzma/LzFind.h
17
UInt32 lenLimit;
usr/src/common/lzma/LzFind.h
19
UInt32 cyclicBufferPos;
usr/src/common/lzma/LzFind.h
20
UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */
usr/src/common/lzma/LzFind.h
22
UInt32 matchMaxLen;
usr/src/common/lzma/LzFind.h
25
UInt32 hashMask;
usr/src/common/lzma/LzFind.h
26
UInt32 cutValue;
usr/src/common/lzma/LzFind.h
32
UInt32 blockSize;
usr/src/common/lzma/LzFind.h
33
UInt32 keepSizeBefore;
usr/src/common/lzma/LzFind.h
34
UInt32 keepSizeAfter;
usr/src/common/lzma/LzFind.h
36
UInt32 numHashBytes;
usr/src/common/lzma/LzFind.h
41
UInt32 historySize;
usr/src/common/lzma/LzFind.h
42
UInt32 fixedHashSize;
usr/src/common/lzma/LzFind.h
43
UInt32 hashSizeSum;
usr/src/common/lzma/LzFind.h
44
UInt32 numSons;
usr/src/common/lzma/LzFind.h
46
UInt32 crc[256];
usr/src/common/lzma/LzFind.h
65
int MatchFinder_Create(CMatchFinder *p, UInt32 historySize,
usr/src/common/lzma/LzFind.h
66
UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter,
usr/src/common/lzma/LzFind.h
69
void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
usr/src/common/lzma/LzFind.h
70
void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
usr/src/common/lzma/LzFind.h
72
UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
usr/src/common/lzma/LzFind.h
73
UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 _cutValue,
usr/src/common/lzma/LzFind.h
74
UInt32 *distances, UInt32 maxLen);
usr/src/common/lzma/LzFind.h
84
typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object);
usr/src/common/lzma/LzFind.h
86
typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances);
usr/src/common/lzma/LzFind.h
87
typedef void (*Mf_Skip_Func)(void *object, UInt32);
usr/src/common/lzma/LzFind.h
9
typedef UInt32 CLzRef;
usr/src/common/lzma/LzHash.h
15
#define HASH2_CALC hashValue = cur[0] | ((UInt32)cur[1] << 8);
usr/src/common/lzma/LzHash.h
18
UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
usr/src/common/lzma/LzHash.h
20
hashValue = (temp ^ ((UInt32)cur[2] << 8)) & p->hashMask; }
usr/src/common/lzma/LzHash.h
23
UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
usr/src/common/lzma/LzHash.h
25
hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
usr/src/common/lzma/LzHash.h
26
hashValue = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & p->hashMask; }
usr/src/common/lzma/LzHash.h
29
UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
usr/src/common/lzma/LzHash.h
31
hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
usr/src/common/lzma/LzHash.h
32
hash4Value = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)); \
usr/src/common/lzma/LzHash.h
37
#define HASH_ZIP_CALC hashValue = ((cur[2] | ((UInt32)cur[0] << 8)) ^ p->crc[cur[1]]) & 0xFFFF;
usr/src/common/lzma/LzHash.h
44
UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
usr/src/common/lzma/LzHash.h
46
hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); }
usr/src/common/lzma/LzHash.h
49
UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
usr/src/common/lzma/LzHash.h
51
hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
usr/src/common/lzma/LzHash.h
52
hash4Value = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & (kHash4Size - 1); }
usr/src/common/lzma/LzmaDec.c
117
#define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
usr/src/common/lzma/LzmaDec.c
153
UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3];
usr/src/common/lzma/LzmaDec.c
16
#define kTopValue ((UInt32)1 << kNumTopBits)
usr/src/common/lzma/LzmaDec.c
162
UInt32 processedPos = p->processedPos;
usr/src/common/lzma/LzmaDec.c
163
UInt32 checkDicSize = p->checkDicSize;
usr/src/common/lzma/LzmaDec.c
167
UInt32 range = p->range;
usr/src/common/lzma/LzmaDec.c
168
UInt32 code = p->code;
usr/src/common/lzma/LzmaDec.c
173
UInt32 bound;
usr/src/common/lzma/LzmaDec.c
248
UInt32 distance;
usr/src/common/lzma/LzmaDec.c
314
UInt32 distance;
usr/src/common/lzma/LzmaDec.c
328
UInt32 mask = 1;
usr/src/common/lzma/LzmaDec.c
347
UInt32 t;
usr/src/common/lzma/LzmaDec.c
349
t = (0 - ((UInt32)code >> 31)); /* (UInt32)((Int32)code >> 31) */
usr/src/common/lzma/LzmaDec.c
372
if (distance == (UInt32)0xFFFFFFFF)
usr/src/common/lzma/LzmaDec.c
455
UInt32 rep0 = p->reps[0];
usr/src/common/lzma/LzmaDec.c
480
UInt32 rem = p->prop.dicSize - p->processedPos;
usr/src/common/lzma/LzmaDec.c
508
UInt32 range = p->range;
usr/src/common/lzma/LzmaDec.c
509
UInt32 code = p->code;
usr/src/common/lzma/LzmaDec.c
517
UInt32 bound;
usr/src/common/lzma/LzmaDec.c
699
p->code = ((UInt32)data[1] << 24) | ((UInt32)data[2] << 16) | ((UInt32)data[3] << 8) | ((UInt32)data[4]);
usr/src/common/lzma/LzmaDec.c
728
UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp));
usr/src/common/lzma/LzmaDec.c
729
UInt32 i;
usr/src/common/lzma/LzmaDec.c
923
UInt32 dicSize;
usr/src/common/lzma/LzmaDec.c
929
dicSize = data[1] | ((UInt32)data[2] << 8) | ((UInt32)data[3] << 16) | ((UInt32)data[4] << 24);
usr/src/common/lzma/LzmaDec.c
949
UInt32 numProbs = LzmaProps_GetNumProbs(propNew);
usr/src/common/lzma/LzmaDec.h
14
#define CLzmaProb UInt32
usr/src/common/lzma/LzmaDec.h
27
UInt32 dicSize;
usr/src/common/lzma/LzmaDec.h
52
UInt32 range, code;
usr/src/common/lzma/LzmaDec.h
55
UInt32 processedPos;
usr/src/common/lzma/LzmaDec.h
56
UInt32 checkDicSize;
usr/src/common/lzma/LzmaDec.h
58
UInt32 reps[4];
usr/src/common/lzma/LzmaDec.h
62
UInt32 numProbs;
usr/src/common/lzma/LzmaEnc.c
1004
UInt32 lenRes;
usr/src/common/lzma/LzmaEnc.c
1023
*backRes = (UInt32)-1;
usr/src/common/lzma/LzmaEnc.c
1046
UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState);
usr/src/common/lzma/LzmaEnc.c
1072
UInt32 repLen = repLens[i];
usr/src/common/lzma/LzmaEnc.c
1073
UInt32 price;
usr/src/common/lzma/LzmaEnc.c
1079
UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2];
usr/src/common/lzma/LzmaEnc.c
1097
UInt32 offs = 0;
usr/src/common/lzma/LzmaEnc.c
1103
UInt32 distance = matches[offs + 1];
usr/src/common/lzma/LzmaEnc.c
1105
UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN];
usr/src/common/lzma/LzmaEnc.c
1106
UInt32 lenToPosState = GetLenToPosState(len);
usr/src/common/lzma/LzmaEnc.c
1111
UInt32 slot;
usr/src/common/lzma/LzmaEnc.c
114
UInt32 k = (1 << ((slotFast >> 1) - 1));
usr/src/common/lzma/LzmaEnc.c
1146
UInt32 numAvailFull, newLen, numPairs, posPrev, state, posState, startLen;
usr/src/common/lzma/LzmaEnc.c
1147
UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
usr/src/common/lzma/LzmaEnc.c
115
UInt32 j;
usr/src/common/lzma/LzmaEnc.c
1194
UInt32 pos;
usr/src/common/lzma/LzmaEnc.c
121
#define BSR2_RET(pos, res) { UInt32 i = 6 + ((kNumLogBits - 1) & \
usr/src/common/lzma/LzmaEnc.c
1213
UInt32 i;
usr/src/common/lzma/LzmaEnc.c
122
(0 - (((((UInt32)1 << (kNumLogBits + 6)) - 1) - pos) >> 31))); \
usr/src/common/lzma/LzmaEnc.c
1222
UInt32 i;
usr/src/common/lzma/LzmaEnc.c
1267
UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState);
usr/src/common/lzma/LzmaEnc.c
1278
UInt32 temp = kNumOpts - 1 - cur;
usr/src/common/lzma/LzmaEnc.c
1290
UInt32 temp;
usr/src/common/lzma/LzmaEnc.c
1291
UInt32 lenTest2;
usr/src/common/lzma/LzmaEnc.c
1293
UInt32 limit = p->numFastBytes + 1;
usr/src/common/lzma/LzmaEnc.c
1301
UInt32 state2 = kLiteralNextStates[state];
usr/src/common/lzma/LzmaEnc.c
1302
UInt32 posStateNext = (position + 1) & p->pbMask;
usr/src/common/lzma/LzmaEnc.c
1303
UInt32 nextRepMatchPrice = curAnd1Price +
usr/src/common/lzma/LzmaEnc.c
1308
UInt32 curAndLenPrice;
usr/src/common/lzma/LzmaEnc.c
1310
UInt32 offset = cur + 1 + lenTest2;
usr/src/common/lzma/LzmaEnc.c
1329
UInt32 repIndex;
usr/src/common/lzma/LzmaEnc.c
1332
UInt32 lenTest;
usr/src/common/lzma/LzmaEnc.c
1333
UInt32 lenTestTemp;
usr/src/common/lzma/LzmaEnc.c
1334
UInt32 price;
usr/src/common/lzma/LzmaEnc.c
1345
UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][lenTest - 2];
usr/src/common/lzma/LzmaEnc.c
1363
UInt32 lenTest2 = lenTest + 1;
usr/src/common/lzma/LzmaEnc.c
1364
UInt32 limit = lenTest2 + p->numFastBytes;
usr/src/common/lzma/LzmaEnc.c
1365
UInt32 nextRepMatchPrice;
usr/src/common/lzma/LzmaEnc.c
1372
UInt32 state2 = kRepNextStates[state];
usr/src/common/lzma/LzmaEnc.c
1373
UInt32 posStateNext = (position + lenTest) & p->pbMask;
usr/src/common/lzma/LzmaEnc.c
1374
UInt32 curAndLenCharPrice =
usr/src/common/lzma/LzmaEnc.c
1387
UInt32 curAndLenPrice;
usr/src/common/lzma/LzmaEnc.c
1389
UInt32 offset = cur + lenTest + 1 + lenTest2;
usr/src/common/lzma/LzmaEnc.c
1419
UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]);
usr/src/common/lzma/LzmaEnc.c
1420
UInt32 offs, curBack, posSlot;
usr/src/common/lzma/LzmaEnc.c
1421
UInt32 lenTest;
usr/src/common/lzma/LzmaEnc.c
143
UInt32 price;
usr/src/common/lzma/LzmaEnc.c
1432
UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][lenTest - LZMA_MATCH_LEN_MIN];
usr/src/common/lzma/LzmaEnc.c
1433
UInt32 lenToPosState = GetLenToPosState(lenTest);
usr/src/common/lzma/LzmaEnc.c
1453
UInt32 lenTest2 = lenTest + 1;
usr/src/common/lzma/LzmaEnc.c
1454
UInt32 limit = lenTest2 + p->numFastBytes;
usr/src/common/lzma/LzmaEnc.c
1455
UInt32 nextRepMatchPrice;
usr/src/common/lzma/LzmaEnc.c
1462
UInt32 state2 = kMatchNextStates[state];
usr/src/common/lzma/LzmaEnc.c
1463
UInt32 posStateNext = (position + lenTest) & p->pbMask;
usr/src/common/lzma/LzmaEnc.c
1464
UInt32 curAndLenCharPrice = curAndLenPrice +
usr/src/common/lzma/LzmaEnc.c
1476
UInt32 offset = cur + lenTest + 1 + lenTest2;
usr/src/common/lzma/LzmaEnc.c
1477
UInt32 curAndLenPrice;
usr/src/common/lzma/LzmaEnc.c
149
UInt32 posPrev2;
usr/src/common/lzma/LzmaEnc.c
150
UInt32 backPrev2;
usr/src/common/lzma/LzmaEnc.c
1509
static UInt32 GetOptimumFast(CLzmaEnc *p, UInt32 *backRes)
usr/src/common/lzma/LzmaEnc.c
1511
UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i;
usr/src/common/lzma/LzmaEnc.c
1513
const UInt32 *matches;
usr/src/common/lzma/LzmaEnc.c
152
UInt32 posPrev;
usr/src/common/lzma/LzmaEnc.c
1524
*backRes = (UInt32)-1;
usr/src/common/lzma/LzmaEnc.c
153
UInt32 backPrev;
usr/src/common/lzma/LzmaEnc.c
1534
UInt32 len;
usr/src/common/lzma/LzmaEnc.c
154
UInt32 backs[LZMA_NUM_REPS];
usr/src/common/lzma/LzmaEnc.c
1592
UInt32 newDistance = matches[p->numPairs - 1];
usr/src/common/lzma/LzmaEnc.c
1603
UInt32 len, limit;
usr/src/common/lzma/LzmaEnc.c
1617
static void WriteEndMarker(CLzmaEnc *p, UInt32 posState)
usr/src/common/lzma/LzmaEnc.c
1619
UInt32 len;
usr/src/common/lzma/LzmaEnc.c
1626
RangeEnc_EncodeDirectBits(&p->rc, (((UInt32)1 << 30) - 1) >> kNumAlignBits, 30 - kNumAlignBits);
usr/src/common/lzma/LzmaEnc.c
1643
static SRes Flush(CLzmaEnc *p, UInt32 nowPos)
usr/src/common/lzma/LzmaEnc.c
1656
UInt32 i;
usr/src/common/lzma/LzmaEnc.c
1664
UInt32 tempPrices[kNumFullDistances];
usr/src/common/lzma/LzmaEnc.c
1665
UInt32 i, lenToPosState;
usr/src/common/lzma/LzmaEnc.c
1668
UInt32 posSlot = GetPosSlot1(i);
usr/src/common/lzma/LzmaEnc.c
1669
UInt32 footerBits = ((posSlot >> 1) - 1);
usr/src/common/lzma/LzmaEnc.c
1670
UInt32 base = ((2 | (posSlot & 1)) << footerBits);
usr/src/common/lzma/LzmaEnc.c
1676
UInt32 posSlot;
usr/src/common/lzma/LzmaEnc.c
1678
UInt32 *posSlotPrices = p->posSlotPrices[lenToPosState];
usr/src/common/lzma/LzmaEnc.c
1685
UInt32 *distancesPrices = p->distancesPrices[lenToPosState];
usr/src/common/lzma/LzmaEnc.c
1686
UInt32 i;
usr/src/common/lzma/LzmaEnc.c
1753
static SRes LzmaEnc_CodeOneBlock(CLzmaEnc *p, Bool useLimits, UInt32 maxPackSize, UInt32 maxUnpackSize)
usr/src/common/lzma/LzmaEnc.c
1755
UInt32 nowPos32, startPos32;
usr/src/common/lzma/LzmaEnc.c
1767
nowPos32 = (UInt32)p->nowPos64;
usr/src/common/lzma/LzmaEnc.c
177
#define CLzmaProb UInt32
usr/src/common/lzma/LzmaEnc.c
1772
UInt32 numPairs;
usr/src/common/lzma/LzmaEnc.c
1788
UInt32 pos, len, posState;
usr/src/common/lzma/LzmaEnc.c
1800
if (len == 1 && pos == (UInt32)-1)
usr/src/common/lzma/LzmaEnc.c
1829
UInt32 distance = p->reps[pos];
usr/src/common/lzma/LzmaEnc.c
1854
UInt32 posSlot;
usr/src/common/lzma/LzmaEnc.c
1864
UInt32 footerBits = ((posSlot >> 1) - 1);
usr/src/common/lzma/LzmaEnc.c
1865
UInt32 base = ((2 | (posSlot & 1)) << footerBits);
usr/src/common/lzma/LzmaEnc.c
1866
UInt32 posReduced = pos - base;
usr/src/common/lzma/LzmaEnc.c
1888
UInt32 processed;
usr/src/common/lzma/LzmaEnc.c
1916
#define kBigHashDicLimit ((UInt32)1 << 24)
usr/src/common/lzma/LzmaEnc.c
1918
static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig)
usr/src/common/lzma/LzmaEnc.c
1920
UInt32 beforeSize = kNumOpts;
usr/src/common/lzma/LzmaEnc.c
1970
UInt32 i;
usr/src/common/lzma/LzmaEnc.c
1980
UInt32 j;
usr/src/common/lzma/LzmaEnc.c
1993
UInt32 num = 0x300 << (p->lp + p->lc);
usr/src/common/lzma/LzmaEnc.c
2002
UInt32 j;
usr/src/common/lzma/LzmaEnc.c
2041
static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig)
usr/src/common/lzma/LzmaEnc.c
2043
UInt32 i;
usr/src/common/lzma/LzmaEnc.c
2044
for (i = 0; i < (UInt32)kDicLogSizeMaxCompress; i++)
usr/src/common/lzma/LzmaEnc.c
2045
if (p->dictSize <= ((UInt32)1 << i))
usr/src/common/lzma/LzmaEnc.c
2068
ISeqInStream *inStream, UInt32 keepWindowSize,
usr/src/common/lzma/LzmaEnc.c
2084
UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig)
usr/src/common/lzma/LzmaEnc.c
2126
UInt32 LzmaEnc_GetNumAvailableBytes(CLzmaEncHandle pp)
usr/src/common/lzma/LzmaEnc.c
2139
Byte *dest, size_t *destLen, UInt32 desiredPackSize, UInt32 *unpackSize)
usr/src/common/lzma/LzmaEnc.c
215
UInt32 prices[LZMA_NUM_PB_STATES_MAX][kLenNumSymbolsTotal];
usr/src/common/lzma/LzmaEnc.c
216
UInt32 tableSize;
usr/src/common/lzma/LzmaEnc.c
2164
*unpackSize = (UInt32)(p->nowPos64 - nowPos64);
usr/src/common/lzma/LzmaEnc.c
217
UInt32 counters[LZMA_NUM_PB_STATES_MAX];
usr/src/common/lzma/LzmaEnc.c
2210
UInt32 dictSize = p->dictSize;
usr/src/common/lzma/LzmaEnc.c
2218
if (dictSize <= ((UInt32)2 << i))
usr/src/common/lzma/LzmaEnc.c
222
UInt32 range;
usr/src/common/lzma/LzmaEnc.c
2223
if (dictSize <= ((UInt32)3 << i))
usr/src/common/lzma/LzmaEnc.c
272
UInt32 reps[LZMA_NUM_REPS];
usr/src/common/lzma/LzmaEnc.c
273
UInt32 state;
usr/src/common/lzma/LzmaEnc.c
292
UInt32 optimumEndIndex;
usr/src/common/lzma/LzmaEnc.c
293
UInt32 optimumCurrentIndex;
usr/src/common/lzma/LzmaEnc.c
295
UInt32 longestMatchLength;
usr/src/common/lzma/LzmaEnc.c
296
UInt32 numPairs;
usr/src/common/lzma/LzmaEnc.c
297
UInt32 numAvail;
usr/src/common/lzma/LzmaEnc.c
304
UInt32 ProbPrices[kBitModelTotal >> kNumMoveReducingBits];
usr/src/common/lzma/LzmaEnc.c
305
UInt32 matches[LZMA_MATCH_LEN_MAX * 2 + 2 + 1];
usr/src/common/lzma/LzmaEnc.c
306
UInt32 numFastBytes;
usr/src/common/lzma/LzmaEnc.c
307
UInt32 additionalOffset;
usr/src/common/lzma/LzmaEnc.c
308
UInt32 reps[LZMA_NUM_REPS];
usr/src/common/lzma/LzmaEnc.c
309
UInt32 state;
usr/src/common/lzma/LzmaEnc.c
311
UInt32 posSlotPrices[kNumLenToPosStates][kDistTableSizeMax];
usr/src/common/lzma/LzmaEnc.c
312
UInt32 distancesPrices[kNumLenToPosStates][kNumFullDistances];
usr/src/common/lzma/LzmaEnc.c
313
UInt32 alignPrices[kAlignTableSize];
usr/src/common/lzma/LzmaEnc.c
314
UInt32 alignPriceCount;
usr/src/common/lzma/LzmaEnc.c
316
UInt32 distTableSize;
usr/src/common/lzma/LzmaEnc.c
345
UInt32 matchPriceCount;
usr/src/common/lzma/LzmaEnc.c
350
UInt32 dictSize;
usr/src/common/lzma/LzmaEnc.c
351
UInt32 matchFinderCycles;
usr/src/common/lzma/LzmaEnc.c
39
#define kTopValue ((UInt32)1 << kNumTopBits)
usr/src/common/lzma/LzmaEnc.c
436
UInt32 numHashBytes = 4;
usr/src/common/lzma/LzmaEnc.c
531
if ((UInt32)p->low < (UInt32)0xFF000000 || (int)(p->low >> 32) != 0)
usr/src/common/lzma/LzmaEnc.c
544
p->cache = (Byte)((UInt32)p->low >> 24);
usr/src/common/lzma/LzmaEnc.c
547
p->low = (UInt32)p->low << 8;
usr/src/common/lzma/LzmaEnc.c
557
static void RangeEnc_EncodeDirectBits(CRangeEnc *p, UInt32 value, int numBits)
usr/src/common/lzma/LzmaEnc.c
572
static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol)
usr/src/common/lzma/LzmaEnc.c
574
UInt32 ttt = *prob;
usr/src/common/lzma/LzmaEnc.c
575
UInt32 newBound = (p->range >> kNumBitModelTotalBits) * ttt;
usr/src/common/lzma/LzmaEnc.c
595
static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol)
usr/src/common/lzma/LzmaEnc.c
606
static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte)
usr/src/common/lzma/LzmaEnc.c
608
UInt32 offs = 0x100;
usr/src/common/lzma/LzmaEnc.c
620
void LzmaEnc_InitPriceTables(UInt32 *ProbPrices)
usr/src/common/lzma/LzmaEnc.c
622
UInt32 i;
usr/src/common/lzma/LzmaEnc.c
626
UInt32 w = i;
usr/src/common/lzma/LzmaEnc.c
627
UInt32 bitCount = 0;
usr/src/common/lzma/LzmaEnc.c
633
while (w >= ((UInt32)1 << 16))
usr/src/common/lzma/LzmaEnc.c
656
static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UInt32 *ProbPrices)
usr/src/common/lzma/LzmaEnc.c
658
UInt32 price = 0;
usr/src/common/lzma/LzmaEnc.c
669
static UInt32 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symbol, UInt32 matchByte, UInt32 *ProbPrices)
usr/src/common/lzma/LzmaEnc.c
671
UInt32 price = 0;
usr/src/common/lzma/LzmaEnc.c
672
UInt32 offs = 0x100;
usr/src/common/lzma/LzmaEnc.c
686
static void RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol)
usr/src/common/lzma/LzmaEnc.c
688
UInt32 m = 1;
usr/src/common/lzma/LzmaEnc.c
692
UInt32 bit;
usr/src/common/lzma/LzmaEnc.c
700
static void RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol)
usr/src/common/lzma/LzmaEnc.c
702
UInt32 m = 1;
usr/src/common/lzma/LzmaEnc.c
706
UInt32 bit = symbol & 1;
usr/src/common/lzma/LzmaEnc.c
713
static UInt32 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices)
usr/src/common/lzma/LzmaEnc.c
715
UInt32 price = 0;
usr/src/common/lzma/LzmaEnc.c
725
static UInt32 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices)
usr/src/common/lzma/LzmaEnc.c
727
UInt32 price = 0;
usr/src/common/lzma/LzmaEnc.c
728
UInt32 m = 1;
usr/src/common/lzma/LzmaEnc.c
732
UInt32 bit = symbol & 1;
usr/src/common/lzma/LzmaEnc.c
75
UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2)
usr/src/common/lzma/LzmaEnc.c
753
static void LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState)
usr/src/common/lzma/LzmaEnc.c
776
static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32 *ProbPrices)
usr/src/common/lzma/LzmaEnc.c
778
UInt32 a0 = GET_PRICE_0a(p->choice);
usr/src/common/lzma/LzmaEnc.c
779
UInt32 a1 = GET_PRICE_1a(p->choice);
usr/src/common/lzma/LzmaEnc.c
780
UInt32 b0 = a1 + GET_PRICE_0a(p->choice2);
usr/src/common/lzma/LzmaEnc.c
781
UInt32 b1 = a1 + GET_PRICE_1a(p->choice2);
usr/src/common/lzma/LzmaEnc.c
782
UInt32 i = 0;
usr/src/common/lzma/LzmaEnc.c
799
static void MY_FAST_CALL LenPriceEnc_UpdateTable(CLenPriceEnc *p, UInt32 posState, UInt32 *ProbPrices)
usr/src/common/lzma/LzmaEnc.c
805
static void LenPriceEnc_UpdateTables(CLenPriceEnc *p, UInt32 numPosStates, UInt32 *ProbPrices)
usr/src/common/lzma/LzmaEnc.c
807
UInt32 posState;
usr/src/common/lzma/LzmaEnc.c
812
static void LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState, Bool updatePrice, UInt32 *ProbPrices)
usr/src/common/lzma/LzmaEnc.c
823
static void MovePos(CLzmaEnc *p, UInt32 num)
usr/src/common/lzma/LzmaEnc.c
836
static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes)
usr/src/common/lzma/LzmaEnc.c
838
UInt32 lenRes = 0, numPairs;
usr/src/common/lzma/LzmaEnc.c
845
UInt32 i;
usr/src/common/lzma/LzmaEnc.c
856
UInt32 distance = p->matches[numPairs - 1] + 1;
usr/src/common/lzma/LzmaEnc.c
857
UInt32 numAvail = p->numAvail;
usr/src/common/lzma/LzmaEnc.c
872
#define MakeAsChar(p) (p)->backPrev = (UInt32)(-1); (p)->prev1IsChar = False;
usr/src/common/lzma/LzmaEnc.c
876
static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState)
usr/src/common/lzma/LzmaEnc.c
883
static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState)
usr/src/common/lzma/LzmaEnc.c
885
UInt32 price;
usr/src/common/lzma/LzmaEnc.c
905
static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState)
usr/src/common/lzma/LzmaEnc.c
911
static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur)
usr/src/common/lzma/LzmaEnc.c
913
UInt32 posMem = p->opt[cur].posPrev;
usr/src/common/lzma/LzmaEnc.c
914
UInt32 backMem = p->opt[cur].backPrev;
usr/src/common/lzma/LzmaEnc.c
92
UInt32 GetPosSlot1(UInt32 pos)
usr/src/common/lzma/LzmaEnc.c
930
UInt32 posPrev = posMem;
usr/src/common/lzma/LzmaEnc.c
931
UInt32 backCur = backMem;
usr/src/common/lzma/LzmaEnc.c
94
UInt32 res;
usr/src/common/lzma/LzmaEnc.c
949
static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes)
usr/src/common/lzma/LzmaEnc.c
951
UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur;
usr/src/common/lzma/LzmaEnc.c
952
UInt32 matchPrice, repMatchPrice, normalMatchPrice;
usr/src/common/lzma/LzmaEnc.c
953
UInt32 reps[LZMA_NUM_REPS], repLens[LZMA_NUM_REPS];
usr/src/common/lzma/LzmaEnc.c
954
UInt32 *matches;
usr/src/common/lzma/LzmaEnc.c
960
UInt32 lenRes = opt->posPrev - p->optimumCurrentIndex;
usr/src/common/lzma/LzmaEnc.c
978
*backRes = (UInt32)(-1);
usr/src/common/lzma/LzmaEnc.c
988
UInt32 lenTest;
usr/src/common/lzma/LzmaEnc.h
19
UInt32 dictSize; /* (1 << 12) <= dictSize <= (1 << 27) for 32-bit version
usr/src/common/lzma/LzmaEnc.h
29
UInt32 mc; /* 1 <= mc <= (1 << 30), default = 32 */
usr/src/common/lzma/LzmaEnc.h
36
UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2);
usr/src/common/lzma/Types.h
83
typedef UInt32 SizeT;
usr/src/lib/fm/topo/libtopo/common/topo_2xml.c
150
UInt32, Value, vbuf, NULL);
usr/src/lib/fm/topo/libtopo/common/topo_xml.c
179
} else if (xmlStrcmp(str, (xmlChar *)UInt32) == 0) {
usr/src/lib/libsqlite/src/os.c
1403
UInt32 finalTicks;
usr/src/lib/libsqlite/src/os.c
1509
UInt32 finalTicks;
usr/src/lib/libsqlite/src/os.c
1688
UInt32 finalTicks;
usr/src/lib/libsqlite/src/os.c
1689
UInt32 ticks = (((UInt32)ms+16)*3)/50; /* 1/60 sec per tick */