Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bzip2/
H A Dcompress.c86 bsW ( s, 8, (u >> 24) & 0xffL ); in bsPutUInt32()
97 bsW( s, 8, (UInt32)c ); in bsPutUChar()
506 if (inUse16[i]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues()
511 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues()
520 bsW ( s, 3, nGroups ); in sendMTFValues()
521 bsW ( s, 15, nSelectors ); in sendMTFValues()
524 bsW(s,1,0); in sendMTFValues()
534 bsW ( s, 5, curr ); in sendMTFValues()
538 bsW ( s, 1, 0 ); in sendMTFValues()
585 bsW ( s, in sendMTFValues()
[all …]