Home | History | Annotate | Download | only in perf

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
5933 and then repeatedly decompress it, each time with a different bit of
5934 the compressed data inverted, so as to test all possible one-bit errors.
5979 void flip_bit ( int bit )
5981 int byteno = bit / 8;
5982 int bitno = bit % 8;
5984 //fprintf ( stderr, "(byte %d bit %d mask %d)",
6462 int bit;
6485 for (bit = 0; bit < nZ*8; bit += (bit < 35 ? 1 : (regtest?2377:137))) {
6487 vex_printf( "bit %d ", bit );
6488 flip_bit ( bit );
6512 flip_bit ( bit );