| /dragonfly/contrib/binutils-2.34/gas/ |
| HD | flonum-copy.c | 27 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/ |
| HD | flonum-copy.c | 27 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/ |
| HD | asn1_lib.c | 81 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()
|
| HD | asn1_locl.h | 200 size_t *out_length); 203 size_t *out_length);
|
| /dragonfly/sbin/hammer2/zlib/ |
| HD | hammer2_zlib_trees.c | 1042 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/ |
| HD | hammer2_zlib_trees.c | 1042 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/ |
| HD | trees.c | 1040 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/ |
| HD | hammer2_zlib_trees.c | 1042 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/ |
| HD | x509_addr.c | 442 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/ |
| HD | zlib.c | 2835 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/ |
| HD | if_sbsh.c | 87 u_int8_t out_length; member
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | genautomata.c | 1323 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/ |
| HD | genautomata.c | 1312 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()
|