Searched refs:out_length (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/binutils/gas/
H A Dflonum-copy.c28 unsigned int out_length; /* 0 origin */ local
39 out_length = out->high - out->low;
42 if (in_length <= out_length)
48 if (in_length < out_length)
51 out_length - in_length);
63 shorten = in_length - out_length;
64 /* Assume out_length >= 0 ! */
66 ((out_length + 1) * sizeof (LITTLENUM_TYPE)));
/freebsd-10.0-release/lib/libz/
H A Dtrees.c1036 ulg out_length = (ulg)s->last_lit*8L; local
1040 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1043 out_length >>= 3;
1045 s->last_lit, in_length, out_length,
1046 100L - out_length*100L/in_length));
1047 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dtrees.c1048 ulg out_length = (ulg)s->last_lit*8L; local
1052 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1055 out_length >>= 3;
1057 s->last_lit, in_length, out_length,
1058 100L - out_length*100L/in_length));
1059 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/freebsd-10.0-release/sys/net/
H A Dzlib.c2829 ulg out_length = (ulg)s->last_lit*8L; local
2833 out_length += (ulg)s->dyn_dtree[dcode].Freq *
2836 out_length >>= 3;
2838 s->last_lit, in_length, out_length,
2839 100L - out_length*100L/in_length));
2840 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/freebsd-10.0-release/contrib/gcc/
H A Dgenautomata.c1305 int out_length;
1310 out_insns = get_str_vect (XSTR (def, 1), &out_length, ',', FALSE);
1316 for (i = 0; i < out_length; i++)
1301 int out_length; local

Completed in 120 milliseconds