Home
last modified time | relevance | path

Searched refs:out_length (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/binutils-2.34/gas/
HDflonum-copy.c27 unsigned int out_length; /* 0 origin */ in flonum_copy() local
38 out_length = out->high - out->low; in flonum_copy()
41 if (in_length <= out_length) in flonum_copy()
47 if (in_length < out_length) in flonum_copy()
50 out_length - in_length); in flonum_copy()
62 shorten = in_length - out_length; in flonum_copy()
65 ((out_length + 1) * sizeof (LITTLENUM_TYPE))); in flonum_copy()
/dragonfly/contrib/binutils-2.27/gas/
HDflonum-copy.c27 unsigned int out_length; /* 0 origin */ in flonum_copy() local
38 out_length = out->high - out->low; in flonum_copy()
41 if (in_length <= out_length) in flonum_copy()
47 if (in_length < out_length) in flonum_copy()
50 out_length - in_length); in flonum_copy()
62 shorten = in_length - out_length; in flonum_copy()
65 ((out_length + 1) * sizeof (LITTLENUM_TYPE))); in flonum_copy()
/dragonfly/crypto/libressl/crypto/asn1/
HDasn1_lib.c81 size_t *out_length) in asn1_get_length_cbs() argument
91 *out_length = 0; in asn1_get_length_cbs()
101 *out_length = val; in asn1_get_length_cbs()
135 *out_length = length; in asn1_get_length_cbs()
143 size_t *out_length) in asn1_get_object_cbs() argument
154 *out_length = 0; in asn1_get_object_cbs()
170 *out_length = length; in asn1_get_object_cbs()
HDasn1_locl.h200 size_t *out_length);
203 size_t *out_length);
/dragonfly/sbin/hammer2/zlib/
HDhammer2_zlib_trees.c1042 ulg out_length = (ulg)s->last_lit*8L; local
1046 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1049 out_length >>= 3;
1051 s->last_lit, in_length, out_length,
1052 100L - out_length*100L/in_length));
1053 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/dragonfly/sys/vfs/hammer2/zlib/
HDhammer2_zlib_trees.c1042 ulg out_length = (ulg)s->last_lit*8L; local
1046 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1049 out_length >>= 3;
1051 s->last_lit, in_length, out_length,
1052 100L - out_length*100L/in_length));
1053 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/dragonfly/contrib/zlib-1.2/
HDtrees.c1040 ulg out_length = (ulg)s->last_lit*8L; local
1044 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1047 out_length >>= 3;
1049 s->last_lit, in_length, out_length,
1050 100L - out_length*100L/in_length));
1051 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/dragonfly/usr.sbin/makefs/hammer2/zlib/
HDhammer2_zlib_trees.c1042 ulg out_length = (ulg)s->last_lit*8L; local
1046 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1049 out_length >>= 3;
1051 s->last_lit, in_length, out_length,
1052 100L - out_length*100L/in_length));
1053 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/dragonfly/crypto/libressl/crypto/x509/
HDx509_addr.c442 IPAddressFamily_afi_length(const IPAddressFamily *af, int *out_length) in IPAddressFamily_afi_length() argument
446 *out_length = 0; in IPAddressFamily_afi_length()
451 *out_length = length_from_afi(afi); in IPAddressFamily_afi_length()
/dragonfly/sys/net/
HDzlib.c2835 ulg out_length = (ulg)s->last_lit*8L; local
2839 out_length += (ulg)s->dyn_dtree[dcode].Freq *
2842 out_length >>= 3;
2844 s->last_lit, in_length, out_length,
2845 100L - out_length*100L/in_length));
2846 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/dragonfly/sys/dev/netif/sbsh/
HDif_sbsh.c87 u_int8_t out_length; member
/dragonfly/contrib/gcc-4.7/gcc/
HDgenautomata.c1323 int out_length; in gen_bypass() local
1328 out_patterns = get_str_vect (XSTR (def, 1), &out_length, ',', FALSE); in gen_bypass()
1334 for (i = 0; i < out_length; i++) in gen_bypass()
/dragonfly/contrib/gcc-8.0/gcc/
HDgenautomata.c1312 int out_length; in gen_bypass() local
1318 out_patterns = get_str_vect (XSTR (def, 1), &out_length, ',', FALSE); in gen_bypass()
1326 for (i = 0; i < out_length; i++) in gen_bypass()