Home | History | Annotate | Download | only in tests

Lines Matching defs:bit

660       /* the buffer for bit stream creation */
781 /* the buffer for bit stream reading */
927 it is 32 bits on a 32-bit host and 64 bits on a 64-bit host, and so
3483 do a bit better on small files
3489 /*--- Bit stream I/O ---*/
4096 Now a single bit indicating (non-)randomisation.
4099 the randomised bit to 'no'. Of course, the decoder
4319 Ethernet & FDDI 32-bit CRC standard. Vaguely derived
5971 and then repeatedly decompress it, each time with a different bit of
5972 the compressed data inverted, so as to test all possible one-bit errors.
6017 void flip_bit ( int bit )
6019 int byteno = bit / 8;
6020 int bitno = bit % 8;
6022 //fprintf ( stderr, "(byte %d bit %d mask %d)",
6500 int bit;
6526 for (bit = 0; bit < nZ*8; bit += (bit < 35 ? 3 : (regtest?2377:137))) {
6527 if (bit >= 11920) break;
6529 vex_printf( "bit %d ", bit );
6530 flip_bit ( bit );
6554 flip_bit ( bit );