Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/
Dflonum-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()
/toolchain/binutils/binutils-2.27/zlib/
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;
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-vax.c326 int out_length /* in sizeof(littlenum)s */) in bignum_copy() argument
330 if (out_length < in_length) in bignum_copy()
336 (unsigned int) out_length << LITTLENUM_SHIFT); in bignum_copy()
352 if (out_length > in_length) in bignum_copy()
354 (unsigned int) (out_length - in_length) << LITTLENUM_SHIFT); in bignum_copy()