Searched refs:bsPutBit (Results 1 – 3 of 3) sorted by relevance
/third_party/bzip2/ |
D | bzip2recover.c | 180 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() 449 bsPutBit ( bsWr, b ); in main()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | bzip2recover.c | 180 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() 449 bsPutBit ( bsWr, b ); in main()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | bzip2recover.c | 180 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()
|