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

/macosx-10.10.1/bzip2-36/bzip2/
H A Dcompress.c73 void bsW ( EState* s, Int32 n, UInt32 v ) function
85 bsW ( s, 8, (u >> 24) & 0xffL );
86 bsW ( s, 8, (u >> 16) & 0xffL );
87 bsW ( s, 8, (u >> 8) & 0xffL );
88 bsW ( s, 8, u & 0xffL );
96 bsW( s, 8, (UInt32)c );
505 if (inUse16[i]) bsW(s,1,1); else bsW(s,1,0);
510 if (s->inUse[i * 16 + j]) bsW(s,1,1); else bsW(
[all...]

Completed in 78 milliseconds