| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | hwloop-nested.s | 1 # Blackfin testcase for overlapping nested hwloops (LB)
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | SPELLING.en | 14 overlapping overlaping
|
| /netbsd-src/sys/lib/libkern/arch/vax/ |
| H A D | blkcpy.S | 40 blss 3f # overlapping, must do backwards
|
| /netbsd-src/lib/libc/arch/vax/string/ |
| H A D | bcopy.S | 47 blss 3f # overlapping, must do backwards
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86/p6/ |
| H A D | copyd.asm | 47 C overlapping, since it might be possible to use an incrementing rep movsl
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86/pentium/ |
| H A D | lshift.asm | 157 C function is documented to work for overlapping source and destination.
|
| H A D | rshift.asm | 154 C function is documented to work for overlapping source and destination.
|
| /netbsd-src/external/gpl2/rcs/dist/ |
| H A D | rcs_func.ms | 43 RCS can alert programmers about overlapping changes.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/ |
| H A D | gr5.md | 47 ;; since we must keep the reservation sets non-overlapping.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/ |
| H A D | gr5.md | 47 ;; since we must keep the reservation sets non-overlapping.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/ |
| H A D | mul_1.asm | 250 C overlapping anyway, since the difficulties are mostly with pairing, not
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| H A D | ppc64elf.em | 751 { "non-overlapping-opd", no_argument, NULL, OPTION_NON_OVERLAPPING_OPD }, 852 --non-overlapping-opd Canonicalize .opd, so that there are no\n\ 853 overlapping .opd entries\n"
|
| /netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
| H A D | ppc64elf.em | 751 { "non-overlapping-opd", no_argument, NULL, OPTION_NON_OVERLAPPING_OPD }, 852 --non-overlapping-opd Canonicalize .opd, so that there are no\n\ 853 overlapping .opd entries\n"
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-legg-ldap-admin-xx.txt | 121 The DIT may be partitioned into one or more non-overlapping subtrees 157 non-overlapping specific administrative areas.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
| H A D | sync.md | 22 ;; and place them in overlapping branch shadows to ensure interrupts
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
| H A D | sync.md | 22 ;; and place them in overlapping branch shadows to ensure interrupts
|
| /netbsd-src/sys/external/isc/libsodium/dist/ |
| H A D | ChangeLog | 325 - crypto_secretbox_detached() now supports overlapping input and output 334 - crypto_sign() properly works with overlapping regions again. Thanks 422 - Salsa20 and ed25519 implementations now support overlapping
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/po/ |
| H A D | id.po | 489 msgid "%s: overlapping histogram records\n" 490 msgstr "%s: overlapping catatan histogram\n"
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/po/ |
| H A D | id.po | 489 msgid "%s: overlapping histogram records\n" 490 msgstr "%s: overlapping catatan histogram\n"
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | InAlloca.rst | 128 restore, we can have multiple overlapping active call frames.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | expr.cc | 4688 int overlapping = 0; in emit_push_insn() local 4844 overlapping = memory_load_overlap (XEXP (x, 0), temp, partial); in emit_push_insn() 4845 if (overlapping > 0) in emit_push_insn() 4847 gcc_assert (overlapping % UNITS_PER_WORD == 0); in emit_push_insn() 4848 overlapping /= UNITS_PER_WORD; in emit_push_insn() 4850 tmp_regs = XALLOCAVEC (rtx, overlapping); in emit_push_insn() 4852 for (int i = 0; i < overlapping; i++) in emit_push_insn() 4855 for (int i = 0; i < overlapping; i++) in emit_push_insn() 4859 else if (overlapping == -1) in emit_push_insn() 4860 overlapping = 0; in emit_push_insn() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | expr.c | 4418 int overlapping = 0; in emit_push_insn() local 4566 overlapping = memory_load_overlap (XEXP (x, 0), temp, partial); in emit_push_insn() 4567 if (overlapping > 0) in emit_push_insn() 4569 gcc_assert (overlapping % UNITS_PER_WORD == 0); in emit_push_insn() 4570 overlapping /= UNITS_PER_WORD; in emit_push_insn() 4572 tmp_regs = XALLOCAVEC (rtx, overlapping); in emit_push_insn() 4574 for (int i = 0; i < overlapping; i++) in emit_push_insn() 4577 for (int i = 0; i < overlapping; i++) in emit_push_insn() 4581 else if (overlapping == -1) in emit_push_insn() 4582 overlapping = 0; in emit_push_insn() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/ |
| H A D | CHANGES | 201 Remove spurious note about non-overlapping flags (ITS#7665)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | FileCheck.rst | 182 discarded overlapping ``CHECK-DAG:`` matches, implicit EOF pattern matches, 189 Enable overlapping among matches in a group of consecutive ``CHECK-DAG:`` 191 as old tests are migrated to the new non-overlapping ``CHECK-DAG:`` 592 is this non-overlapping behavior consistent with other directives, but it's
|
| /netbsd-src/external/gpl2/diffutils/dist/po/ |
| H A D | diffutils.pot | 690 msgid "-x --overlap-only Output overlapping changes." 694 msgid "-X Output overlapping changes, bracketing them."
|