Home
last modified time | relevance | path

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

/external/xz-java/src/org/tukaani/xz/lzma/
DLZMAEncoder.java328 int footerBits = (distSlot >>> 1) - 1; in encodeMatch() local
489 int footerBits = (distSlot >>> 1) - 1; in updateDistPrices() local
/external/coreboot/util/cbfstool/lzma/C/
DLzmaEnc.c1556 uint32_t footerBits = ((posSlot >> 1) - 1); in FillDistancesPrices() local
1738 uint32_t footerBits = ((posSlot >> 1) - 1); in LzmaEnc_CodeOneBlock() local
/external/lzma/C/
DLzmaEnc.c2239 unsigned footerBits = (posSlot >> 1) - 1; in FillDistancesPrices() local
2580 unsigned footerBits = ((posSlot >> 1) - 1); in LzmaEnc_CodeOneBlock() local