/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-m68k.h | 160 #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 D | tc-msp430.c | 2272 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 D | tc-m32c.c | 504 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 D | tc-cris.c | 521 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 D | tc-m68hc11.c | 2770 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 D | tc-mmix.c | 3366 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 D | tc-m68k.h | 217 #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 D | tc-m32r.h | 62 #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 D | tc-cris.c | 384 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 D | tc-m68hc11.c | 2769 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 D | tc-mmix.c | 3426 offsetT aim; local 3454 aim = target - address - fragP->fr_fix; 3455 if (aim >= PUSHJ_0B && aim <= PUSHJ_0F)
|
/openbsd/usr.bin/rcs/ |
H A D | diff.c | 734 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 D | diffreg.c | 805 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 D | diff_internals.c | 752 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 D | write.c | 1600 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 D | write.c | 2036 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 D | goals.rst | 11 works". We aim to solve these long-standing problems where debuggers get
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | BugLifeCycle.rst | 13 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 D | ResponseGuide.rst | 145 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 D | AddingNewCIJobs.rst | 62 To keep the libc++ CI useful for everyone, we aim for a quick turnaround time
|
H A D | UsingLibcxx.rst | 147 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 D | index.rst | 131 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 D | tsan_flags.inc | 55 "Resident memory limit in MB to aim at."
|
/openbsd/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/ |
H A D | Cookbook.pod | 144 because they could not aim to do everything
|
/openbsd/gnu/llvm/clang/docs/analyzer/developer-docs/ |
H A D | InitializerLists.rst | 95 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
|