Home
last modified time | relevance | path

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

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