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

/external/bzip2/
H A Dbzip2recover.c180 static void bsPutBit ( BitStream* bs, Int32 bit ) function
246 bsPutBit ( bs, (((UInt32) c) >> i) & 0x1 );
256 bsPutBit ( bs, (c >> i) & 0x1 );
448 bsPutBit ( bsWr, b );

Completed in 53 milliseconds