Lines Matching refs:bsW
3500 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW() function
3512 bsW ( s, 8, (u >> 24) & 0xffL ); in bsPutUInt32()
3513 bsW ( s, 8, (u >> 16) & 0xffL ); in bsPutUInt32()
3514 bsW ( s, 8, (u >> 8) & 0xffL ); in bsPutUInt32()
3515 bsW ( s, 8, u & 0xffL ); in bsPutUInt32()
3523 bsW( s, 8, (UInt32)c ); in bsPutUChar()
3932 if (inUse16[i]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues()
3937 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues()
3946 bsW ( s, 3, nGroups ); in sendMTFValues()
3947 bsW ( s, 15, nSelectors ); in sendMTFValues()
3949 for (j = 0; j < s->selectorMtf[i]; j++) bsW(s,1,1); in sendMTFValues()
3950 bsW(s,1,0); in sendMTFValues()
3960 bsW ( s, 5, curr ); in sendMTFValues()
3962 while (curr < s->len[t][i]) { bsW(s,2,2); curr++; /* 10 */ }; in sendMTFValues()
3963 while (curr > s->len[t][i]) { bsW(s,2,3); curr--; /* 11 */ }; in sendMTFValues()
3964 bsW ( s, 1, 0 ); in sendMTFValues()
3991 bsW ( s, \ in sendMTFValues()
4011 bsW ( s, in sendMTFValues()
4075 bsW(s,1,0); in BZ2_compressBlock()
4077 bsW ( s, 24, s->origPtr ); in BZ2_compressBlock()