| /src/external/lgpl3/mpfr/dist/src/ |
| rndna.c | 172 int lastbit, sh; local 175 lastbit = (MPFR_MANT(tmp)[0] >> sh) & 1; 177 if (lastbit == 0) 181 else /* lastbit == 1, inex != 0: double rounding */
|
| /src/common/dist/zlib/examples/ |
| gzappend.c | 261 int ret, lastbit, left, full; local 290 lastbit = 0; 330 lastbit = strm->data_type & 0x1f; 355 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET); 357 *gz.buf = (unsigned char)(*gz.buf ^ (1 << ((8 - lastbit) & 7)));
|
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| gzappend.c | 261 int ret, lastbit, left, full; local 290 lastbit = 0; 330 lastbit = strm->data_type & 0x1f; 355 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET); 357 *gz.buf = (unsigned char)(*gz.buf ^ (1 << ((8 - lastbit) & 7)));
|
| /src/external/gpl3/binutils.old/dist/zlib/examples/ |
| gzappend.c | 261 int ret, lastbit, left, full; local 290 lastbit = 0; 330 lastbit = strm->data_type & 0x1f; 355 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET); 357 *gz.buf = (unsigned char)(*gz.buf ^ (1 << ((8 - lastbit) & 7)));
|
| /src/external/gpl3/gdb.old/dist/zlib/examples/ |
| gzappend.c | 261 int ret, lastbit, left, full; local 290 lastbit = 0; 330 lastbit = strm->data_type & 0x1f; 355 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET); 357 *gz.buf = (unsigned char)(*gz.buf ^ (1 << ((8 - lastbit) & 7)));
|
| /src/external/gpl3/gdb/dist/zlib/examples/ |
| gzappend.c | 261 int ret, lastbit, left, full; local 290 lastbit = 0; 330 lastbit = strm->data_type & 0x1f; 355 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET); 357 *gz.buf = (unsigned char)(*gz.buf ^ (1 << ((8 - lastbit) & 7)));
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_irig.c | 265 int lastbit; /* last code element */ member in struct:irigunit 861 } else if (bit == BITP && up->lastbit == BITP) { 875 up->lastbit = bit;
|