Lines Matching refs:bsW
3489 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW() function
3501 bsW ( s, 8, (u >> 24) & 0xffL ); in bsPutUInt32()
3502 bsW ( s, 8, (u >> 16) & 0xffL ); in bsPutUInt32()
3503 bsW ( s, 8, (u >> 8) & 0xffL ); in bsPutUInt32()
3504 bsW ( s, 8, u & 0xffL ); in bsPutUInt32()
3512 bsW( s, 8, (UInt32)c ); in bsPutUChar()
3921 if (inUse16[i]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues()
3926 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues()
3935 bsW ( s, 3, nGroups ); in sendMTFValues()
3936 bsW ( s, 15, nSelectors ); in sendMTFValues()
3938 for (j = 0; j < s->selectorMtf[i]; j++) bsW(s,1,1); in sendMTFValues()
3939 bsW(s,1,0); in sendMTFValues()
3949 bsW ( s, 5, curr ); in sendMTFValues()
3951 while (curr < s->len[t][i]) { bsW(s,2,2); curr++; /* 10 */ }; in sendMTFValues()
3952 while (curr > s->len[t][i]) { bsW(s,2,3); curr--; /* 11 */ }; in sendMTFValues()
3953 bsW ( s, 1, 0 ); in sendMTFValues()
3980 bsW ( s, \ in sendMTFValues()
4000 bsW ( s, in sendMTFValues()
4064 bsW(s,1,0); in BZ2_compressBlock()
4066 bsW ( s, 24, s->origPtr ); in BZ2_compressBlock()