Home | History | Annotate | Download | only in xz-embedded

Lines Matching defs:bit

149 	 * LZMA properties or related bit masks (number of literal
158 /* If 1, it's a match. Otherwise it's a single 8-bit literal. */
487 * Decode one bit. In some versions, this function has been splitted in three
500 int bit;
507 bit = 0;
512 bit = 1;
515 return bit;
518 /* Decode a bittree starting from the most significant bit. */
534 /* Decode a bittree starting from the least significant bit. */
580 /* Decode a literal (one 8-bit byte) */
795 * Decode and validate LZMA properties (lc/lp/pb) and calculate the bit masks