Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A 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()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A 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()
/netbsd-src/external/cddl/osnet/dist/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;
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-vax.c350 int out_length /* in sizeof(littlenum)s */) in bignum_copy() argument
354 if (out_length < in_length) in bignum_copy()
360 (unsigned int) out_length << LITTLENUM_SHIFT); in bignum_copy()
376 if (out_length > in_length) in bignum_copy()
378 (unsigned int) (out_length - in_length) << LITTLENUM_SHIFT); in bignum_copy()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-vax.c350 int out_length /* in sizeof(littlenum)s */) in bignum_copy() argument
354 if (out_length < in_length) in bignum_copy()
360 (unsigned int) out_length << LITTLENUM_SHIFT); in bignum_copy()
376 if (out_length > in_length) in bignum_copy()
378 (unsigned int) (out_length - in_length) << LITTLENUM_SHIFT); in bignum_copy()
/netbsd-src/sys/fs/hfs/
H A Dlibhfs.c379 uint16_t* out_length, in hfslib_path_to_cnid() argument
393 out_length == NULL) in hfslib_path_to_cnid()
398 *out_length = 0; in hfslib_path_to_cnid()
468 *out_length = total_path_length + 1 /* extra for forward slash */ ; in hfslib_path_to_cnid()
/netbsd-src/sys/net/
H A Dzlib.c3142 ulg out_length = (ulg)s->last_lit*8L; in _tr_flush_block()
3146 out_length += (ulg)s->dyn_dtree[dcode].Freq * in _tr_flush_block()
3149 out_length >>= 3; in _tr_flush_block()
3151 s->last_lit, in_length, out_length, in _tr_flush_block()
3152 100L - out_length*100L/in_length)); in _tr_flush_block()
3153 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1; in _tr_flush_block()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc1312 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.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()