Home
last modified time | relevance | path

Searched refs:zs_n_bits (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/compress/
Dzopen.c103 int zs_n_bits; /* Number of bits/code. */ member
247 zs->zs_maxcode = MAXCODE(zs->zs_n_bits = INIT_BITS); in zwrite()
378 bits = zs->zs_n_bits; in output()
397 zs->zs_offset += zs->zs_n_bits; in output()
398 if (zs->zs_offset == (zs->zs_n_bits << 3)) { in output()
399 zs->zs_bp += zs->zs_n_bits; in output()
413 zs->zs_bp += zs->zs_n_bits; in output()
419 MAXCODE(zs->zs_n_bits = INIT_BITS); in output()
422 zs->zs_n_bits++; in output()
423 if (zs->zs_n_bits == zs->zs_maxbits) in output()
[all …]
/openbsd/src/sbin/savecore/
Dzopen.c103 int zs_n_bits; /* Number of bits/code. */ member
246 zs->zs_maxcode = MAXCODE(zs->zs_n_bits = INIT_BITS); in zwrite()
380 bits = zs->zs_n_bits; in output()
399 zs->zs_offset += zs->zs_n_bits; in output()
400 if (zs->zs_offset == (zs->zs_n_bits << 3)) { in output()
401 zs->zs_bp += zs->zs_n_bits; in output()
415 zs->zs_bp += zs->zs_n_bits; in output()
421 MAXCODE(zs->zs_n_bits = INIT_BITS); in output()
424 zs->zs_n_bits++; in output()
425 if (zs->zs_n_bits == zs->zs_maxbits) in output()
[all …]