Lines Matching refs:bsW
3491 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW() function
3503 bsW ( s, 8, (u >> 24) & 0xffL ); in bsPutUInt32()
3504 bsW ( s, 8, (u >> 16) & 0xffL ); in bsPutUInt32()
3505 bsW ( s, 8, (u >> 8) & 0xffL ); in bsPutUInt32()
3506 bsW ( s, 8, u & 0xffL ); in bsPutUInt32()
3514 bsW( s, 8, (UInt32)c ); in bsPutUChar()
3923 if (inUse16[i]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues()
3928 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues()
3937 bsW ( s, 3, nGroups ); in sendMTFValues()
3938 bsW ( s, 15, nSelectors ); in sendMTFValues()
3940 for (j = 0; j < s->selectorMtf[i]; j++) bsW(s,1,1); in sendMTFValues()
3941 bsW(s,1,0); in sendMTFValues()
3951 bsW ( s, 5, curr ); in sendMTFValues()
3953 while (curr < s->len[t][i]) { bsW(s,2,2); curr++; /* 10 */ }; in sendMTFValues()
3954 while (curr > s->len[t][i]) { bsW(s,2,3); curr--; /* 11 */ }; in sendMTFValues()
3955 bsW ( s, 1, 0 ); in sendMTFValues()
3982 bsW ( s, \ in sendMTFValues()
4002 bsW ( s, in sendMTFValues()
4066 bsW(s,1,0); in BZ2_compressBlock()
4068 bsW ( s, 24, s->origPtr ); in BZ2_compressBlock()