Home
last modified time | relevance | path

Searched refs:aim (Results 1 – 25 of 67) sorted by relevance

123

/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68k.h160 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \ argument
163 if (aim == 0 && this_type->rlx_forward == 127) \
164 aim = 128; \
H A Dtc-msp430.c2272 offsetT aim = 0; in msp430_relax_frag() local
2292 aim = S_GET_VALUE (symbolP) - fragP->fr_address - fragP->fr_fix; in msp430_relax_frag()
2299 aim = 0x7fff; in msp430_relax_frag()
2305 if (aim < 0) in msp430_relax_frag()
2309 if (aim >= this_type->rlx_backward || !this_type->rlx_backward) in msp430_relax_frag()
2323 if (aim <= this_type->rlx_forward || !this_type->rlx_forward) in msp430_relax_frag()
H A Dtc-m32c.c504 m32c_prepare_relax_scan (fragS *fragP, offsetT *aim, relax_substateT this_state) in m32c_prepare_relax_scan() argument
508 *aim = 0; in m32c_prepare_relax_scan()
510 *aim += subtype_mappings[this_state].pcrel_aim_offset; in m32c_prepare_relax_scan()
H A Dtc-cris.c521 offsetT aim = 0; in cris_relax_frag() local
553 aim = S_GET_VALUE (symbolP); in cris_relax_frag()
572 if (aim < 0) in cris_relax_frag()
576 if (aim >= this_type->rlx_backward) in cris_relax_frag()
590 if (aim <= this_type->rlx_forward) in cris_relax_frag()
H A Dtc-m68hc11.c2770 offsetT aim = 0; in m68hc11_relax_frag() local
2800 aim = S_GET_VALUE (symbolP); in m68hc11_relax_frag()
2815 if (aim < 0) in m68hc11_relax_frag()
2819 if (aim >= this_type->rlx_backward) in m68hc11_relax_frag()
2833 if (aim <= this_type->rlx_forward) in m68hc11_relax_frag()
H A Dtc-mmix.c3366 offsetT aim; in mmix_md_relax_frag() local
3394 aim = target - address - fragP->fr_fix; in mmix_md_relax_frag()
3395 if (aim >= PUSHJ_0B && aim <= PUSHJ_0F) in mmix_md_relax_frag()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68k.h217 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \ argument
220 if (aim == 0 && this_type->rlx_forward == 127) \
221 aim = 128; \
H A Dtc-m32r.h62 #define md_prepare_relax_scan(fragP, address, aim, this_state, this_type) \
63 m32r_prepare_relax_scan (fragP, address, aim, this_state, this_type)
H A Dtc-cris.c384 offsetT aim = 0; local
412 aim = S_GET_VALUE (symbolP);
431 if (aim < 0)
435 if (aim >= this_type->rlx_backward)
449 if (aim <= this_type->rlx_forward)
H A Dtc-m68hc11.c2769 offsetT aim = 0; in m68hc11_relax_frag() local
2799 aim = S_GET_VALUE (symbolP); in m68hc11_relax_frag()
2814 if (aim < 0) in m68hc11_relax_frag()
2818 if (aim >= this_type->rlx_backward) in m68hc11_relax_frag()
2832 if (aim <= this_type->rlx_forward) in m68hc11_relax_frag()
H A Dtc-mmix.c3426 offsetT aim; local
3454 aim = target - address - fragP->fr_fix;
3455 if (aim >= PUSHJ_0B && aim <= PUSHJ_0F)
/openbsd/usr.bin/rcs/
H A Ddiff.c734 struct line *ai, *aim, w; in sort() local
745 aim = &ai[m]; in sort()
746 if (aim < ai) in sort()
748 if (aim->value > ai[0].value || in sort()
749 (aim->value == ai[0].value && in sort()
750 aim->serial > ai[0].serial)) in sort()
753 ai[0].value = aim->value; in sort()
754 aim->value = w.value; in sort()
756 ai[0].serial = aim->serial; in sort()
757 aim->serial = w.serial; in sort()
/openbsd/usr.bin/diff/
H A Ddiffreg.c805 struct line *ai, *aim, w; in sort() local
816 aim = &ai[m]; in sort()
817 if (aim < ai) in sort()
819 if (aim->value > ai[0].value || in sort()
820 (aim->value == ai[0].value && in sort()
821 aim->serial > ai[0].serial)) in sort()
824 ai[0].value = aim->value; in sort()
825 aim->value = w.value; in sort()
827 ai[0].serial = aim->serial; in sort()
828 aim->serial = w.serial; in sort()
/openbsd/usr.bin/cvs/
H A Ddiff_internals.c752 struct line *ai, *aim, w; in sort() local
763 aim = &ai[m]; in sort()
764 if (aim < ai) in sort()
766 if (aim->value > ai[0].value || in sort()
767 (aim->value == ai[0].value && in sort()
768 aim->serial > ai[0].serial)) in sort()
771 ai[0].value = aim->value; in sort()
772 aim->value = w.value; in sort()
774 ai[0].serial = aim->serial; in sort()
775 aim->serial = w.serial; in sort()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dwrite.c1600 offsetT aim; in relax_frag() local
1639 aim = target - address - fragP->fr_fix; in relax_frag()
1642 aim += TC_PCREL_ADJUST (fragP); in relax_frag()
1647 md_prepare_relax_scan (fragP, address, aim, this_state, this_type); in relax_frag()
1650 if (aim < 0) in relax_frag()
1654 if (aim >= this_type->rlx_backward) in relax_frag()
1668 if (aim <= this_type->rlx_forward) in relax_frag()
/openbsd/gnu/usr.bin/binutils/gas/
H A Dwrite.c2036 offsetT aim; in relax_frag() local
2081 aim = target - address - fragP->fr_fix; in relax_frag()
2084 aim += TC_PCREL_ADJUST (fragP); in relax_frag()
2093 md_prepare_relax_scan (fragP, address, aim, this_state, this_type); in relax_frag()
2096 if (aim < 0) in relax_frag()
2100 if (aim >= this_type->rlx_backward) in relax_frag()
2114 if (aim <= this_type->rlx_forward) in relax_frag()
/openbsd/gnu/llvm/lldb/docs/status/
H A Dgoals.rst11 works". We aim to solve these long-standing problems where debuggers get
/openbsd/gnu/llvm/llvm/docs/
H A DBugLifeCycle.rst13 We aim to achieve a basic level of consistency in how reported bugs evolve from
19 At the same time, we aim to not over-specify the life cycle of bugs in
H A DResponseGuide.rst145 The committee will aim to have a resolution agreed upon within two weeks of
229 to the individual(s). The committee will aim to evaluate appeals within two weeks of receipt. In th…
280 resolve incidents. The CoC committee should aim to publish transparency
/openbsd/gnu/llvm/libcxx/docs/
H A DAddingNewCIJobs.rst62 To keep the libc++ CI useful for everyone, we aim for a quick turnaround time
H A DUsingLibcxx.rst147 library, usually caused by precondition violations. Those assertions do not aim to be
148 exhaustive -- instead they aim to provide a good balance between safety and performance.
H A Dindex.rst131 Library, especially when it comes to correctness. As such, we aim to have test coverage
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc55 "Resident memory limit in MB to aim at."
/openbsd/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/
H A DCookbook.pod144 because they could not aim to do everything
/openbsd/gnu/llvm/clang/docs/analyzer/developer-docs/
H A DInitializerLists.rst95 I think if we aim for maximum freedom, we do not need to worry about the
118 * To me it seems obvious that we need to aim for a checker API that is both

123