Searched defs:was (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dmuldi3.c5 * This software was developed by the Computer Systems Engineering group
191 ulong_t prodh, prodl, was; local
224 was = prodl;
226 prodh -= HHALF(mid) + (prodl > was);
228 was = prodl;
230 prodh += HHALF(mid) + (prodl < was);
234 was = prodl;
236 prodh += HHALF(low) + (prodl < was);
/illumos-gate/usr/src/cmd/refer/
H A Dhunt1.c63 static int was = 0; local
144 if (was == 0 || strcmp(oldname, nma) != 0) {
153 if (was) {
168 was = 1;
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h121 unsigned was; /* initial length of match */ member in struct:inflate_state
/illumos-gate/usr/src/cmd/vi/port/
H A Dexrecover.c290 * at which the file was saved.
457 long besttime = 0; /* Time at which the best file was saved */
613 int bno, cnt, bad, was; local
626 * if last line was split across blocks, then it is lost
658 was = bad = 0;
664 if (was == 0)
665 was = ip - zero;
667 } else if (was) {
670 fprintf(stderr, " %d", was);
671 if ((ip - 1) - zero > was)
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c386 * was used.
681 s->noheader = 0; /* was set to -1 by deflate(..., Z_FINISH); */
805 /* If a flush was requested, we have a little more to output now. */
1168 /* If there was no sliding:
1177 * If there was sliding, more >= WSIZE. So in all cases, more >= 2.
1221 * processing was terminated prematurely (no more input or output space).
1377 /* If there was a match at the previous step and the current
1408 /* If there was no match at the previous position, output a
1409 * single literal. If there was a match but the current match
2252 * code for the previous block was code
2755 uLong was; /* computed check value */ member in struct:internal_state::__anon133::__anon134
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c1015 /* was set to -1 by deflate(..., Z_FINISH); */
1796 * If there was no sliding:
1808 * If there was sliding, more >= WSIZE. So in all cases,
2134 * If there was a match at the previous step and the
2173 * If there was no match at the previous
2175 * was a match but the current match is
3138 * (before the EOB of the previous block) was thus at least
3618 uLong was; /* computed check value */ member in struct:internal_state::__anon6449::__anon6450
3836 &z->state->sub.check.was);
3863 if (z->state->sub.check.was !
[all...]

Completed in 95 milliseconds