Home
last modified time | relevance | path

Searched refs:bsW (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/bzip2/
H A Dbzlib_compress.c113 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()
[all …]