HomeSort by relevance Sort by last modified time
    Searched full:lastbit (Results 1 - 4 of 4) sorted by null

  /external/grub/netboot/
otulip.c 120 unsigned lastbit, data, bits, bit, csr; local
126 lastbit = 0;
131 if (thisbit != lastbit) {
137 lastbit = thisbit;
  /external/zlib/examples/
gzappend.c 259 int ret, lastbit, left, full; local
288 lastbit = 0;
328 lastbit = strm->data_type & 0x1f;
353 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET);
355 *gz.buf = (unsigned char)(*gz.buf ^ (1 << ((8 - lastbit) & 7)));
  /external/elfutils/src/
readelf.c 5527 unsigned int lastbit = 0; local
    [all...]
  /external/zxing/core/
core.jar 

Completed in 220 milliseconds