Lines Matching +defs:bit +defs:offset
123 unsigned offset;
125 for (offset = 0; offset < size; ++offset) {
126 if (!(offset % 16)) printf("\n0x%4.4x: ", base + offset);
127 else if (!(offset % 8)) printf(" ");
128 printf("%2.2x ", (unsigned char)buf[offset]);
248 get_tcb_bit(unsigned char *A, int bit)
253 ix = 127 - (bit>>3);
254 shift=bit&0x7;
336 /* assume no compression and 32-bit value for now */