Home
last modified time | relevance | path

Searched refs:lastbit (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/libz-sys/src/zlib/examples/
Dgzappend.c261 int ret, lastbit, left, full; in gzscan() local
290 lastbit = 0; in gzscan()
330 lastbit = strm->data_type & 0x1f; in gzscan()
355 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET); in gzscan()
357 *gz.buf = (unsigned char)(*gz.buf ^ (1 << ((8 - lastbit) & 7))); in gzscan()
/external/elfutils/src/
Dreadelf.c11668 unsigned int lastbit = 0; in handle_core_item() local
11689 if (lastbit != 0 && lastbit + 1 == bit) in handle_core_item()
11693 if (lastbit == 0) in handle_core_item()
11698 p += sprintf (p, "-%u,%u", lastbit - bias, bit - bias); in handle_core_item()
11702 lastbit = bit; in handle_core_item()
11705 if (lastbit > 0 && run > 0 && lastbit + 1 != nbits) in handle_core_item()
11706 p += sprintf (p, "-%u", lastbit - bias); in handle_core_item()