Searched refs:lastbit (Results 1 – 6 of 6) sorted by relevance
128 if [ "$lastbit" = "$bit" ]; then131 result="$result$lastopt:$lastbit;$n"135 lastbit="$bit"138 if [ "$bit" = "$lastbit" ]; then145 echo "$n%{$result$lastopt:$lastbit;$n:$bit}"
172 int lastbit, sh; in mpfr_round_nearest_away_end() local175 lastbit = (MPFR_MANT(tmp)[0] >> sh) & 1; in mpfr_round_nearest_away_end()177 if (lastbit == 0) in mpfr_round_nearest_away_end()
261 int ret, lastbit, left, full; in gzscan() local290 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()
265 int lastbit; /* last code element */ member861 } else if (bit == BITP && up->lastbit == BITP) { in irig_decode()875 up->lastbit = bit; in irig_decode()
4239 not use bittype source type for firstbit and lastbit operations.
21511 second "else") and fixed the case lastbit == 1 && inex < 0.