Searched refs:lastbit (Results 1 – 3 of 3) sorted by relevance
/external/grub/netboot/ |
D | otulip.c | 120 unsigned lastbit, data, bits, bit, csr; in srom_read() local 126 lastbit = 0; in srom_read() 131 if (thisbit != lastbit) { in srom_read() 137 lastbit = thisbit; in srom_read()
|
/external/zlib/examples/ |
D | gzappend.c | 259 int ret, lastbit, left, full; in gzscan() local 288 lastbit = 0; in gzscan() 328 lastbit = strm->data_type & 0x1f; in gzscan() 353 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET); in gzscan() 355 *gz.buf = (unsigned char)(*gz.buf ^ (1 << ((8 - lastbit) & 7))); in gzscan()
|
/external/elfutils/src/ |
D | readelf.c | 5527 unsigned int lastbit = 0; in handle_core_item() local 5539 if (lastbit + 1 != bit) in handle_core_item() 5540 p += sprintf (p, "-%u,%u", lastbit - bias, bit - bias); in handle_core_item() 5541 else if (lastbit == 0) in handle_core_item() 5544 lastbit = bit; in handle_core_item() 5547 if (lastbit > 0 && lastbit + 1 != nbits) in handle_core_item()
|