Searched refs:stretch (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.h38 #define md_relax_frag(segment, fragp, stretch) score_relax_frag (segment, fragp, stretch)
H A Dtc-mips.h49 #define md_relax_frag(segment, fragp, stretch) \
50 mips_relax_frag(segment, fragp, stretch)
H A Dtc-arm.h84 #define md_relax_frag(segment, fragp, stretch) \
85 arm_relax_frag(segment, fragp, stretch)
H A Dtc-mips.c13683 mips16_extended_frag (fragS *fragp, asection *sec, long stretch)
13772 if (stretch != 0
13777 /* Adjust stretch for any alignment frag. Note that if have
13787 if (stretch < 0)
13788 stretch = - ((- stretch)
13791 stretch &= ~ ((1 << (int) f->fr_offset) - 1);
13792 if (stretch == 0)
13797 val += stretch;
14129 mips_relax_frag (asection *sec, fragS *fragp, long stretch)
13672 mips16_extended_frag(fragS *fragp, asection *sec, long stretch) argument
14118 mips_relax_frag(asection *sec, fragS *fragp, long stretch) argument
[all...]
H A Dtc-arm.c16875 relaxed_symbol_addr(fragS *fragp, long stretch)
16892 if (stretch != 0
16894 addr += stretch;
16902 relax_adr (fragS *fragp, asection *sec, long stretch)
16912 val = relaxed_symbol_addr(fragp, stretch);
16944 relax_branch (fragS *fragp, asection *sec, int bits, long stretch)
16955 val = relaxed_symbol_addr(fragp, stretch);
16971 arm_relax_frag (asection *sec, fragS *fragp, long stretch)
16980 newsize = relax_adr(fragp, sec, stretch);
17000 newsize = relax_adr(fragp, sec, stretch);
16862 relaxed_symbol_addr(fragS *fragp, long stretch) argument
16889 relax_adr(fragS *fragp, asection *sec, long stretch) argument
16931 relax_branch(fragS *fragp, asection *sec, int bits, long stretch) argument
16958 arm_relax_frag(asection *sec, fragS *fragp, long stretch) argument
[all...]
H A Dtc-score.c4933 score_relax_frag (asection * sec ATTRIBUTE_UNUSED, fragS * fragp, long stretch ATTRIBUTE_UNUSED)
/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.c1864 relax_frag (segT segment, fragS *fragP, long stretch) argument
1902 if (stretch != 0
1906 target += stretch;
2083 offsetT stretch; local
2086 stretch because one piece of code may have grown and another
2131 stretch = 0;
2143 address = fragP->fr_address += stretch;
2271 newf->fr_address = newoff - stretch - growth;
2337 growth -= stretch;
2379 growth = md_relax_frag (segment, fragP, stretch);
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_queue.c682 boolean_t stretch; local
770 stretch = B_FALSE;
778 stretch = B_TRUE;
784 if (stretch) {
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2025 % Computer Modern typewriter fonts have zero interword stretch (and
3571 % sufficient for this purpose, as it ignores stretch and shrink parts
3717 % to column. It still won't often be perfect, because of the stretch
3770 % A bit of stretch before each entry for the benefit of balancing
4535 % Don't allow stretch, though.
6874 % stretch added to depend on the line length, hence the dependence on
7095 % interword stretch (and shrink), and it is reasonable to expect all
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1924 % Computer Modern typewriter fonts have zero interword stretch (and
3469 % sufficient for this purpose, as it ignores stretch and shrink parts
3615 % to column. It still won't often be perfect, because of the stretch
3668 % A bit of stretch before each entry for the benefit of balancing
4433 % Don't allow stretch, though.
6745 % stretch added to depend on the line length, hence the dependence on
6948 % interword stretch (and shrink), and it is reasonable to expect all
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c6631 const size_t stretch = sizeof(XML_Char); /* can be 4 bytes */ local
6636 if (blockSize > (int)(INT_MAX / stretch))
6640 const int stretchedBlockSize = blockSize * (int)stretch;
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-df.S427 mov xh, r2, asr #3 @ stretch exponent
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex2213 % Computer Modern typewriter fonts have zero interword stretch (and
2632 % we put a little stretch before and after the breakable chars, to help
4798 % sufficient for this purpose, as it ignores stretch and shrink parts
4949 % to column. It still won't often be perfect, because of the stretch
5001 % A bit of stretch before each entry for the benefit of balancing
5933 % Don't allow stretch, though.
9684 % stretch added to depend on the line length, hence the dependence on
9905 % interword stretch (and shrink), and it is reasonable to expect all

Completed in 655 milliseconds