Home | History | Annotate | Download | only in pending

Lines Matching defs:bit

328 /* Inline functions to access unaligned unsigned 32-bit integers */
608 * The local variables take a little bit stack space, but it's less
617 /* Instruction slot (0, 1, or 2) in the 128-bit instruction word */
623 /* bit_pos split into byte and bit parts */
633 /* 41-bit instruction stored somewhere in the lowest 48 bits */
1015 * - Literal: One 8-bit byte
1081 * - 0x101-0x1FF: With match byte; match bit is 0
1082 * - 0x201-0x2FF: With match byte; match bit is 1
1135 * The highest two bits of a 32-bit match distance are encoded using six bits.
1136 * This six-bit value is called a distance slot. This way encoding a 32-bit
1146 * indicates the first distance slot where at least one additional bit is
1311 * LZMA properties or related bit masks (number of literal
1320 /* If 1, it's a match. Otherwise it's a single 8-bit literal. */
1635 * Decode one bit. In some versions, this function has been splitted in three
1648 int bit;
1655 bit = 0;
1660 bit = 1;
1663 return bit;
1666 /* Decode a bittree starting from the most significant bit. */
1682 /* Decode a bittree starting from the least significant bit. */
1728 /* Decode a literal (one 8-bit byte) */
1943 * Decode and validate LZMA properties (lc/lp/pb) and calculate the bit masks
2322 * Variable-length integer can hold a 63-bit unsigned integer or a special