| /src/external/gpl3/gcc/dist/gcc/config/ |
| print-sysroot-suffix.sh | 128 if [ "$lastbit" = "$bit" ]; then 131 result="$result$lastopt:$lastbit;$n" 135 lastbit="$bit" 138 if [ "$bit" = "$lastbit" ]; then 145 echo "$n%{$result$lastopt:$lastbit;$n:$bit}"
|
| /src/external/gpl3/gcc.old/dist/gcc/config/ |
| print-sysroot-suffix.sh | 128 if [ "$lastbit" = "$bit" ]; then 131 result="$result$lastopt:$lastbit;$n" 135 lastbit="$bit" 138 if [ "$bit" = "$lastbit" ]; then 145 echo "$n%{$result$lastopt:$lastbit;$n:$bit}"
|
| /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/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/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;
|