HomeSort by: relevance | last modified time | path
    Searched defs:was (Results 1 - 7 of 7) sorted by relevancy

  /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 in function:__lmulq
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/common/dist/zlib/examples/
gun.c 519 struct stat was; local in function:copymeta
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/
inflate.h 125 unsigned was; /* initial length of match */ member in struct:inflate_state
crc32.c 262 int was; local in function:test_and_set
264 was = *flag;
266 return was;
  /src/sys/arch/sparc/dev/
ts102.c 1023 int was = (sc->sc_active != 0), is; local in function:tslot_update_lcd
1032 if (was != is) {
  /src/sys/arch/arc/dev/
pccons.c 980 u_short was; local in function:sput
984 was = *dp;
993 *dp = was;
  /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::__anon0201f153050a::__anon0201f1530608
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...]

Completed in 20 milliseconds