Searched refs:dis_slot (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/gzip/
H A Dunlz.c501 const unsigned dis_slot = rep[0]; local
502 const int direct_bits = (dis_slot >> 1) - 1;
503 rep[0] = (2 | (dis_slot & 1)) << direct_bits;
504 if (dis_slot < DIS_MODEL_END)
506 &bm_dis[rep[0] - dis_slot],

Completed in 172 milliseconds