Home
last modified time | relevance | path

Searched defs:footerBits (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java1049 int footerBits = 30; in WriteEndMarker() local
1180 int footerBits = (int)((posSlot >> 1) - 1); in CodeOneBlock() local
1319 int footerBits = (int)((posSlot >> 1) - 1); in FillDistancesPrices() local
/third_party/lzma/C/
DLzmaEnc.c2239 unsigned footerBits = (posSlot >> 1) - 1; in FillDistancesPrices() local
2580 unsigned footerBits = ((posSlot >> 1) - 1); in LzmaEnc_CodeOneBlock() local