Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/bzip2/dist/
Dbzip2recover.c90 static void bsPutBit ( BitStream* bs, Int32 bit );
195 static void bsPutBit ( BitStream* bs, Int32 bit ) in bsPutBit() function
261 bsPutBit ( bs, (((UInt32) c) >> i) & 0x1 ); in bsPutUChar()
271 bsPutBit ( bs, (c >> i) & 0x1 ); in bsPutUInt32()
464 bsPutBit ( bsWr, b ); in main()