Home
last modified time | relevance | path

Searched refs:kNumOpts (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c171 #define kNumOpts (1 << 12) macro
312 COptimal opt[kNumOpts];
1292 UInt32 temp = kNumOpts - 1 - cur; in GetOptimum()
1915 if (processed + kNumOpts + 300 >= maxUnpackSize || in LzmaEnc_CodeOneBlock()
1916 RangeEnc_GetProcessed(&p->rc) + kNumOpts * 2 >= maxPackSize) in LzmaEnc_CodeOneBlock()
1934 UInt32 beforeSize = kNumOpts; in LzmaEnc_Alloc()