Lines Matching refs:bsW
113 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW() function
125 bsW ( s, 8, (u >> 24) & 0xffL ); in bsPutUInt32()
126 bsW ( s, 8, (u >> 16) & 0xffL ); in bsPutUInt32()
127 bsW ( s, 8, (u >> 8) & 0xffL ); in bsPutUInt32()
128 bsW ( s, 8, u & 0xffL ); in bsPutUInt32()
136 bsW( s, 8, (UInt32)c ); in bsPutUChar()
546 if (inUse16[i]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues()
551 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues()
560 bsW ( s, 3, nGroups ); in sendMTFValues()
561 bsW ( s, 15, nSelectors ); in sendMTFValues()
563 for (j = 0; j < s->selectorMtf[i]; j++) bsW(s,1,1); in sendMTFValues()
564 bsW(s,1,0); in sendMTFValues()
574 bsW ( s, 5, curr ); in sendMTFValues()
576 while (curr < s->len[t][i]) { bsW(s,2,2); curr++; /* 10 */ }; in sendMTFValues()
577 while (curr > s->len[t][i]) { bsW(s,2,3); curr--; /* 11 */ }; in sendMTFValues()
578 bsW ( s, 1, 0 ); in sendMTFValues()
605 bsW ( s, \ in sendMTFValues()
625 bsW ( s, in sendMTFValues()
689 bsW(s,1,0); in BZ2_compressBlock()
691 bsW ( s, 24, s->origPtr ); in BZ2_compressBlock()