| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameLowering.cpp | 101 int &Adjusted, int FrameSize, bool emitFrameMoves) { in IfNeededExtSP() argument 102 while (OffsetFromTop > Adjusted) { in IfNeededExtSP() 103 assert(Adjusted < FrameSize && "OffsetFromTop is beyond FrameSize"); in IfNeededExtSP() 104 int remaining = FrameSize - Adjusted; in IfNeededExtSP() 108 Adjusted += OpImm; in IfNeededExtSP() 110 EmitDefCfaOffset(MBB, MBBI, dl, TII, Adjusted*4); in IfNeededExtSP() 249 int Adjusted = 0; in emitPrologue() local 261 Adjusted = (FrameSize > MaxImmU16) ? MaxImmU16 : FrameSize; in emitPrologue() 262 int Opcode = isImmU6(Adjusted) ? XCore::ENTSP_u6 : XCore::ENTSP_lu6; in emitPrologue() 265 MIB.addImm(Adjusted); in emitPrologue() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 53 TYPE_BIT_CODE(Adjusted, ADJUSTED, 42)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ODRHash.cpp | 763 QualType Adjusted = T->getAdjustedType(); in VisitAdjustedType() local 768 SplitQualType split = Adjusted.split(); in VisitAdjustedType() 784 AddQualType(Adjusted); in VisitAdjustedType()
|
| H A D | JSONNodeDumper.cpp | 1280 QualType Adjusted = CTE->getTypeOperand(Ctx); in VisitCXXTypeidExpr() local 1283 if (Adjusted != Unadjusted) in VisitCXXTypeidExpr() 1284 JOS.attribute("adjustedTypeArg", createQualType(Adjusted)); in VisitCXXTypeidExpr()
|
| /netbsd-src/sys/arch/acorn32/conf/monitors/ |
| H A D | AKF60 | 8 # 1.01: TMD 22-Nov-93 Adjusted centering of high band modes based on assumption that
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | ScaledNumber.h | 704 auto Adjusted = ScaledNumbers::getAdjusted<DigitsT>(N, Shift); in adjustToWidth() local 705 return Adjusted; in adjustToWidth()
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
| H A D | ChangeLog-2010 | 759 * elf.c (bfd_section_from_shdr): Adjusted to match changes in 769 (assign_section_numbers): Adjusted to match changes in 773 * elfcode.h (elf_write_relocs): Adjusted to match changes in 780 (_bfd_elf_link_output_relocs): Adjusted to match changes in 786 (elf_reloc_link_order): Adjusted to match changes in 795 (elf32_tic6x_rel_relocation_p): Adjusted to match changes in 803 * elf64-mips.c (mips_elf64_slurp_reloc_table): Adjusted to match 808 (get_relocs): Adjusted to match changes in data structures. 811 * elf64-sparc.c (elf64_sparc_slurp_reloc_table): Adjusted to match 815 (mips_elf_rel_relocation_p): Adjusted to match changes in data [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ChangeLog-2010 | 759 * elf.c (bfd_section_from_shdr): Adjusted to match changes in 769 (assign_section_numbers): Adjusted to match changes in 773 * elfcode.h (elf_write_relocs): Adjusted to match changes in 780 (_bfd_elf_link_output_relocs): Adjusted to match changes in 786 (elf_reloc_link_order): Adjusted to match changes in 795 (elf32_tic6x_rel_relocation_p): Adjusted to match changes in 803 * elf64-mips.c (mips_elf64_slurp_reloc_table): Adjusted to match 808 (get_relocs): Adjusted to match changes in data structures. 811 * elf64-sparc.c (elf64_sparc_slurp_reloc_table): Adjusted to match 815 (mips_elf_rel_relocation_p): Adjusted to match changes in data [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ChangeLog-2010 | 759 * elf.c (bfd_section_from_shdr): Adjusted to match changes in 769 (assign_section_numbers): Adjusted to match changes in 773 * elfcode.h (elf_write_relocs): Adjusted to match changes in 780 (_bfd_elf_link_output_relocs): Adjusted to match changes in 786 (elf_reloc_link_order): Adjusted to match changes in 795 (elf32_tic6x_rel_relocation_p): Adjusted to match changes in 803 * elf64-mips.c (mips_elf64_slurp_reloc_table): Adjusted to match 808 (get_relocs): Adjusted to match changes in data structures. 811 * elf64-sparc.c (elf64_sparc_slurp_reloc_table): Adjusted to match 815 (mips_elf_rel_relocation_p): Adjusted to match changes in data [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/bfd/ |
| H A D | ChangeLog-2010 | 759 * elf.c (bfd_section_from_shdr): Adjusted to match changes in 769 (assign_section_numbers): Adjusted to match changes in 773 * elfcode.h (elf_write_relocs): Adjusted to match changes in 780 (_bfd_elf_link_output_relocs): Adjusted to match changes in 786 (elf_reloc_link_order): Adjusted to match changes in 795 (elf32_tic6x_rel_relocation_p): Adjusted to match changes in 803 * elf64-mips.c (mips_elf64_slurp_reloc_table): Adjusted to match 808 (get_relocs): Adjusted to match changes in data structures. 811 * elf64-sparc.c (elf64_sparc_slurp_reloc_table): Adjusted to match 815 (mips_elf_rel_relocation_p): Adjusted to match changes in data [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/include/aout/ |
| H A D | ChangeLog-9115 | 223 (_N_BADMAG): Adjusted.
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/aout/ |
| H A D | ChangeLog-9115 | 223 (_N_BADMAG): Adjusted.
|
| /netbsd-src/external/gpl3/gdb/dist/include/aout/ |
| H A D | ChangeLog-9115 | 223 (_N_BADMAG): Adjusted.
|
| /netbsd-src/external/gpl3/gdb.old/dist/include/aout/ |
| H A D | ChangeLog-9115 | 223 (_N_BADMAG): Adjusted.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2006 | 57 (eof_token): Adjusted due to the change in struct cp_token. 91 (cp_parser_template_declaration_after_export): Adjusted the call to 97 (cp_parser_simple_declaration): Adjusted the call to 99 (cp_parser_explicit_specialization): Adjusted the call to 336 * init.c (build_offset_ref): Adjusted the call to 348 perform_or_defer_access_check): Adjusted the call to enforce_access. 351 (build_op_delete_call): Adjusted the call to
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Type.h | 2692 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed; 7244 QualType Adjusted = getAdjustedType(); 7245 (void)AttributedType::stripOuterNullability(Adjusted); 7246 assert(isa<PointerType>(Adjusted));
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | ChangeLog-2020 | 83 (Output_data_plt_x86_64_ibt::do_fill_tlsdesc_entry): Adjusted.
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | ChangeLog-2020 | 83 (Output_data_plt_x86_64_ibt::do_fill_tlsdesc_entry): Adjusted.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 9207 QualType Adjusted = Function->getType(); in CheckMemberSpecialization() local 9208 if (!hasExplicitCallingConv(Adjusted)) in CheckMemberSpecialization() 9209 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType()); in CheckMemberSpecialization() 9212 if (Context.hasSameType(Adjusted, Method->getType())) { in CheckMemberSpecialization() 10163 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType(), in ActOnExplicitInstantiation() local 10165 if (Context.hasSameUnqualifiedType(Method->getType(), Adjusted)) { in ActOnExplicitInstantiation()
|
| /netbsd-src/external/public-domain/xz/dist/po/ |
| H A D | de.po | 108 msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB" 113 msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit o…
|
| H A D | it.po | 112 msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB" 117 msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit o…
|
| H A D | cs.po | 110 msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB" 115 msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit o…
|
| H A D | fr.po | 108 msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB" 113 msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit o…
|
| H A D | pl.po | 108 msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB" 113 msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit o…
|
| /netbsd-src/external/gpl2/groff/dist/contrib/mom/ |
| H A D | NEWS | 122 Adjusted vertical placement of hyphens around page numbering when
|