Lines Matching refs:nb
551 * NB: If MPPE is required, all other compression opts are invalid.
1076 int len, clen, type, nb;
1212 ho->deflate_size = nb = DEFLATE_SIZE(p[2]);
1215 || nb > ao->deflate_size || nb < DEFLATE_MIN_WORKS) {
1236 if (res < 0 || nb == DEFLATE_MIN_WORKS || dont_nak) {
1242 --nb;
1243 p[2] = DEFLATE_MAKE_OPT(nb);
1255 ho->bsd_bits = nb = BSD_NBITS(p[2]);
1257 || nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1277 if (res < 0 || nb == BSD_MIN_BITS || dont_nak) {
1284 --nb;
1285 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, nb);