Lines Matching defs:slot
611 /* Instruction slot (0, 1, or 2) in the 128-bit instruction word */
612 uint32_t slot;
614 /* Bitwise offset of the instruction indicated by slot */
635 for (slot = 0, bit_pos = 5; slot < 3; ++slot, bit_pos += 41) {
636 if (((mask >> slot) & 1) == 0)
1120 * the distance slot.
1130 * This six-bit value is called a distance slot. This way encoding a 32-bit
1137 * the highest two bits (distance slot) are always encoded using six bits,
1139 * distance slot itself is the same as the actual distance. DIST_MODEL_START
1140 * indicates the first distance slot where at least one additional bit is
1147 * - distance slot: the highest two bits
1153 * The distance slot value of 14 is for distances 128-191.