Home | History | Annotate | Download | only in tests

Lines Matching defs:bit

622       /* the buffer for bit stream creation */
743 /* the buffer for bit stream reading */
889 it is 32 bits on a 32-bit host and 64 bits on a 64-bit host, and so
3445 do a bit better on small files
3451 /*--- Bit stream I/O ---*/
4058 Now a single bit indicating (non-)randomisation.
4061 the randomised bit to 'no'. Of course, the decoder
4281 Ethernet & FDDI 32-bit CRC standard. Vaguely derived
5934 and then repeatedly decompress it, each time with a different bit of
5935 the compressed data inverted, so as to test all possible one-bit errors.
5980 void flip_bit ( int bit )
5982 int byteno = bit / 8;
5983 int bitno = bit % 8;
5985 //fprintf ( stderr, "(byte %d bit %d mask %d)",
6465 int bit;
6493 for (bit = 0; bit < nZ*8; bit += (bit < 35 ? 1 : (regtest?2377:137))) {
6495 vex_printf( "bit %d ", bit );
6496 flip_bit ( bit );
6520 flip_bit ( bit );