Lines Matching refs:bsW
74 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()
523 for (j = 0; j < s->selectorMtf[i]; j++) bsW(s,1,1); in sendMTFValues()
524 bsW(s,1,0); in sendMTFValues()
534 bsW ( s, 5, curr ); in sendMTFValues()
536 while (curr < s->len[t][i]) { bsW(s,2,2); curr++; /* 10 */ }; in sendMTFValues()
537 while (curr > s->len[t][i]) { bsW(s,2,3); curr--; /* 11 */ }; in sendMTFValues()
538 bsW ( s, 1, 0 ); in sendMTFValues()
565 bsW ( s, \ in sendMTFValues()
585 bsW ( s, in sendMTFValues()
649 bsW(s,1,0); in BZ2_compressBlock()
651 bsW ( s, 24, s->origPtr ); in BZ2_compressBlock()