Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/bzip2/
H A Dcompress.c74 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW() function
86 bsW ( s, 8, (u >> 24) & 0xffL ); in bsPutUInt32()
87 bsW ( s, 8, (u >> 16) & 0xffL ); in bsPutUInt32()
88 bsW ( s, 8, (u >> 8) & 0xffL ); in bsPutUInt32()
89 bsW ( s, 8, u & 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()
[all …]