Home | History | Annotate | Download | only in tests

Lines Matching defs:bit

629       /* the buffer for bit stream creation */
750 /* the buffer for bit stream reading */
896 it is 32 bits on a 32-bit host and 64 bits on a 64-bit host, and so
3454 do a bit better on small files
3460 /*--- Bit stream I/O ---*/
4067 Now a single bit indicating (non-)randomisation.
4070 the randomised bit to 'no'. Of course, the decoder
4290 Ethernet & FDDI 32-bit CRC standard. Vaguely derived
5942 and then repeatedly decompress it, each time with a different bit of
5943 the compressed data inverted, so as to test all possible one-bit errors.
5988 void flip_bit ( int bit )
5990 int byteno = bit / 8;
5991 int bitno = bit % 8;
5993 //fprintf ( stderr, "(byte %d bit %d mask %d)",
6470 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 );