Searched refs:bsW (Results 1 – 1 of 1) sorted by relevance
/external/bzip2/ |
D | compress.c | 73 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW() function 85 bsW ( s, 8, (u >> 24) & 0xffL ); in bsPutUInt32() 86 bsW ( s, 8, (u >> 16) & 0xffL ); in bsPutUInt32() 87 bsW ( s, 8, (u >> 8) & 0xffL ); in bsPutUInt32() 88 bsW ( s, 8, u & 0xffL ); in bsPutUInt32() 96 bsW( s, 8, (UInt32)c ); in bsPutUChar() 505 if (inUse16[i]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues() 510 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(s,1,0); in sendMTFValues() 519 bsW ( s, 3, nGroups ); in sendMTFValues() 520 bsW ( s, 15, nSelectors ); in sendMTFValues() [all …]
|