Lines Matching defs:byte
355 Added byte counters from <phil@tazenda.demon.co.uk>
757 /* Allows 512 byte alignment */
1952 int i, bit, byte;
1969 byte = hashcode >> 3; /* bit[3-8] -> byte in filter */
1970 bit = 1 << (hashcode & 0x07);/* bit[0-2] -> bit in byte */
1972 byte <<= 1; /* calc offset into setup frame */
1973 if (byte & 0x02) {
1974 byte -= 1;
1976 lp->setup_frame[byte] |= bit;
4085 ** each byte of the address.