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

/osnet-11/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);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_ctl.c2497 --match; /* was fractional--truncate other way */
2720 *db_seqp with the cop sequence number at the point that the DB:: code was
3334 I32 gimme = GIMME_V, was = PL_sub_generation; local
3414 if (PERLDB_INTER && was != (I32)PL_sub_generation /* Some subs defined here. */
3759 assert (fpc <= fops + maxops); /* ensure our buffer estimate was valid */
3815 /* I was having segfault trouble under Linux 2.2.5 after a
H A Dregcomp.c130 I32 orig_utf8; /* whether the pattern was originally in utf8 */
134 char *starttry; /* -Dr: where regtry was called. */
1132 if (!scan) /* It was not CURLYX, but CURLY. */
1179 OP(nxt1) = NOTHING; /* was OPEN. */
1181 OP(nxt1 + 1) = OPTIMIZED; /* was count. */
1184 OP(nxt) = OPTIMIZED; /* was CLOSE. */
1185 OP(nxt + 1) = OPTIMIZED; /* was count. */
1214 OP(nxt1) = OPTIMIZED; /* was OPEN. */
1215 OP(nxt) = OPTIMIZED; /* was CLOSE. */
1217 OP(nxt1 + 1) = OPTIMIZED; /* was coun
1618 int was = (data->start_class->flags & ANYOF_EOS); local
[all...]
/osnet-11/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::__anon10::__anon11
[all...]

Completed in 74 milliseconds