Home | History | Annotate | Download | only in switchback

Lines Matching defs:bit

606       /* the buffer for bit stream creation */
727 /* the buffer for bit stream reading */
873 it is 32 bits on a 32-bit host and 64 bits on a 64-bit host, and so
3430 do a bit better on small files
3436 /*--- Bit stream I/O ---*/
4043 Now a single bit indicating (non-)randomisation.
4046 the randomised bit to 'no'. Of course, the decoder
4266 Ethernet & FDDI 32-bit CRC standard. Vaguely derived
5918 and then repeatedly decompress it, each time with a different bit of
5919 the compressed data inverted, so as to test all possible one-bit errors.
5961 void flip_bit ( int bit )
5963 int byteno = bit / 8;
5964 int bitno = bit % 8;
5966 //fprintf ( stderr, "(byte %d bit %d mask %d)",
6059 int bit;
6078 for (bit = 0; bit < nZ*8; bit += (bit < 35 ? 1 : 377)) {
6079 vexxx_printf( "bit %d ", bit );
6080 flip_bit ( bit );
6102 flip_bit ( bit );