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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c154 #define LZMA_NUM_REPS 4 macro
171 UInt32 backs[LZMA_NUM_REPS];
289 UInt32 reps[LZMA_NUM_REPS];
326 UInt32 reps[LZMA_NUM_REPS];
982 UInt32 reps[LZMA_NUM_REPS];
983 UInt32 repLens[LZMA_NUM_REPS];
1026 for (i = 0; i < LZMA_NUM_REPS; i++)
1054 *backRes = matchDistances[numDistancePairs - 1] + LZMA_NUM_REPS;
1102 for (i = 0; i < LZMA_NUM_REPS; i++)
1110 for (i = 0; i < LZMA_NUM_REPS;
[all...]

Completed in 39 milliseconds