| /src/common/lib/libc/quad/ |
| muldi3.c | 7 * This software was developed by the Computer Systems Engineering group 196 u_int prodh, prodl, was; local 229 was = prodl; 231 prodh -= HHALF(mid) + (prodl > was); 233 was = prodl; 235 prodh += HHALF(mid) + (prodl < was); 239 was = prodl; 241 prodh += HHALF(low) + (prodl < was);
|
| /src/external/bsd/iscsi/dist/src/lib/ |
| conffile.c | 98 char was; local 122 was = *to; 133 if (was == 0x0 || was == '\n') {
|
| /src/common/dist/zlib/examples/ |
| gun.c | 519 struct stat was; local 523 if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG) 527 (void)chmod(to, was.st_mode & 07777); 530 (void)chown(to, was.st_uid, was.st_gid); 533 when.actime = was.st_atime; 534 when.modtime = was.st_mtime;
|
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| gun.c | 519 struct stat was; local 523 if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG) 527 (void)chmod(to, was.st_mode & 07777); 530 (void)chown(to, was.st_uid, was.st_gid); 533 when.actime = was.st_atime; 534 when.modtime = was.st_mtime;
|
| /src/external/gpl3/binutils.old/dist/zlib/examples/ |
| gun.c | 519 struct stat was; local 523 if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG) 527 (void)chmod(to, was.st_mode & 07777); 530 (void)chown(to, was.st_uid, was.st_gid); 533 when.actime = was.st_atime; 534 when.modtime = was.st_mtime;
|
| /src/external/gpl3/gdb.old/dist/zlib/examples/ |
| gun.c | 519 struct stat was; local 523 if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG) 527 (void)chmod(to, was.st_mode & 07777); 530 (void)chown(to, was.st_uid, was.st_gid); 533 when.actime = was.st_atime; 534 when.modtime = was.st_mtime;
|
| /src/external/gpl3/gdb/dist/zlib/examples/ |
| gun.c | 519 struct stat was; local 523 if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG) 527 (void)chmod(to, was.st_mode & 07777); 530 (void)chown(to, was.st_uid, was.st_gid); 533 when.actime = was.st_atime; 534 when.modtime = was.st_mtime;
|
| /src/common/dist/zlib/ |
| crc32.c | 262 int was; local 264 was = *flag; 266 return was;
|
| inflate.h | 125 unsigned was; /* initial length of match */ member in struct:inflate_state
|
| /src/external/gpl3/binutils/dist/zlib/ |
| crc32.c | 260 int was; local 262 was = *flag; 264 return was;
|
| inflate.h | 125 unsigned was; /* initial length of match */ member in struct:inflate_state
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| crc32.c | 220 int was; local 222 was = *flag; 224 return was;
|
| inflate.h | 125 unsigned was; /* initial length of match */ member in struct:inflate_state
|
| /src/external/gpl3/gdb/dist/zlib/ |
| inflate.h | 125 unsigned was; /* initial length of match */ member in struct:inflate_state
|
| crc32.c | 260 int was; local 262 was = *flag; 264 return was;
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| crc32.c | 220 int was; local 222 was = *flag; 224 return was;
|
| inflate.h | 125 unsigned was; /* initial length of match */ member in struct:inflate_state
|
| /src/sys/arch/sparc/dev/ |
| ts102.c | 1023 int was = (sc->sc_active != 0), is; local 1032 if (was != is) {
|
| /src/sys/arch/arc/dev/ |
| pccons.c | 980 u_short was; local 984 was = *dp; 993 *dp = was;
|
| /src/external/zlib/pigz/dist/ |
| pigz.c | 455 char *prog; /* name by which pigz was invoked */ 576 size_t was; local 580 was = MALLOC_SIZE(ptr); 585 mem->size -= was; 1207 size_t was, top; local 1210 was = size; 1219 if (size <= was) 1928 true, instead free the memory that was allocated and retained for input, 2918 int ret, cont, was; local 3024 was = g.form [all...] |
| /src/sys/net/ |
| zlib.c | 957 s->noheader = 0; /* was set to -1 by deflate(..., Z_FINISH); */ 1642 /* If there was no sliding: 1651 * If there was sliding, more >= WSIZE. So in all cases, more >= 2. 1906 /* If there was a match at the previous step and the current 1937 /* If there was no match at the previous position, output a 1938 * single literal. If there was a match but the current match 2999 * the EOB of the previous block) was thus at least one plus the length 3397 uLong was; /* computed check value */ member in struct:internal_state::__anon7102::__anon7103 3592 inflate_blocks_reset(z->state->blocks, z, &z->state->sub.check.was); 3619 if (z->state->sub.check.was != z->state->sub.check.need [all...] |