Searched refs:LZMA_NUM_REPS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c137 #define LZMA_NUM_REPS 4 macro
154 UInt32 backs[LZMA_NUM_REPS];
272 UInt32 reps[LZMA_NUM_REPS];
308 UInt32 reps[LZMA_NUM_REPS];
953 UInt32 reps[LZMA_NUM_REPS], repLens[LZMA_NUM_REPS];
986 for (i = 0; i < LZMA_NUM_REPS; i++)
1014 *backRes = matches[numPairs - 1] + LZMA_NUM_REPS;
1062 for (i = 0; i < LZMA_NUM_REPS; i++)
1070 for (i = 0; i < LZMA_NUM_REPS;
[all...]

Completed in 64 milliseconds