Lines Matching refs:group
120 A "group" of consecutive (1 << NPOSTFIX) symbols represent non-interleaved
146 uint32_t group;
147 /* Postfix for the last dcode in the group. */
161 /* Calculate the "group" part of dcode. */
162 group = ((ndistbits - 1) << 1) | half;
163 /* Calculated "group" covers the prohibited distance value. */
164 if (group == 0) {
170 /* Decrement "group", so it is the last permitted "group". */
171 group--;
172 /* After group was decremented, ndistbits and half must be recalculated. */
173 ndistbits = (group >> 1) + 1;
179 start += (group & 1) << ndistbits;
181 result.max_alphabet_size = ((group << npostfix) | postfix) + ndirect +