Home
last modified time | relevance | path

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

/third_party/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()
449 bsPutBit ( bsWr, b ); in main()
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
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()
449 bsPutBit ( bsWr, b ); in main()
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
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()