| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | axm5516-cpus.dtsi | 77 cpu-release-addr = <0>; // Fixed by the boot loader 85 cpu-release-addr = <0>; // Fixed by the boot loader 93 cpu-release-addr = <0>; // Fixed by the boot loader 101 cpu-release-addr = <0>; // Fixed by the boot loader 109 cpu-release-addr = <0>; // Fixed by the boot loader 117 cpu-release-addr = <0>; // Fixed by the boot loader 125 cpu-release-addr = <0>; // Fixed by the boot loader 133 cpu-release-addr = <0>; // Fixed by the boot loader 141 cpu-release-addr = <0>; // Fixed by the boot loader 149 cpu-release-addr = <0>; // Fixed by the boot loader [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 2071 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteDeclAbbrevs() 2073 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteDeclAbbrevs() 2075 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteDeclAbbrevs() 2077 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteDeclAbbrevs() 2079 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteDeclAbbrevs() 2081 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteDeclAbbrevs() 2083 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in WriteDeclAbbrevs() 2085 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); in WriteDeclAbbrevs() 2232 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Used in WriteDeclAbbrevs() 2249 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 11)); // IDNS in WriteDeclAbbrevs() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 659 return TypeSize::Fixed(getPointerSizeInBits(0)); in getTypeSizeInBits() 661 return TypeSize::Fixed(getPointerSizeInBits(Ty->getPointerAddressSpace())); in getTypeSizeInBits() 669 return TypeSize::Fixed( in getTypeSizeInBits() 672 return TypeSize::Fixed(Ty->getIntegerBitWidth()); in getTypeSizeInBits() 675 return TypeSize::Fixed(16); in getTypeSizeInBits() 677 return TypeSize::Fixed(32); in getTypeSizeInBits() 680 return TypeSize::Fixed(64); in getTypeSizeInBits() 683 return TypeSize::Fixed(128); in getTypeSizeInBits() 685 return TypeSize::Fixed(8192); in getTypeSizeInBits() 689 return TypeSize::Fixed(80); in getTypeSizeInBits()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | MachineValueType.h | 880 case v1i1: return TypeSize::Fixed(1); in getSizeInBits() 882 case v2i1: return TypeSize::Fixed(2); in getSizeInBits() 884 case v4i1: return TypeSize::Fixed(4); in getSizeInBits() 888 case v8i1: return TypeSize::Fixed(8); in getSizeInBits() 897 case v1f16: return TypeSize::Fixed(16); in getSizeInBits() 911 case v1i32: return TypeSize::Fixed(32); in getSizeInBits() 921 case v3bf16: return TypeSize::Fixed(48); in getSizeInBits() 933 case v1f64: return TypeSize::Fixed(64); in getSizeInBits() 943 case f80 : return TypeSize::Fixed(80); in getSizeInBits() 945 case v3f32: return TypeSize::Fixed(96); in getSizeInBits() [all …]
|
| H A D | TypeSize.h | 136 StackOffset(ScalarTy Fixed, ScalarTy Scalable) 137 : LinearPolyBase<StackOffset>({Fixed, Scalable}) {} 143 static StackOffset getFixed(ScalarTy Fixed) { return {Fixed, 0}; } 145 static StackOffset get(ScalarTy Fixed, ScalarTy Scalable) { 146 return {Fixed, Scalable}; 423 static TypeSize Fixed(ScalarTy MinVal) { return TypeSize(MinVal, false); }
|
| /freebsd-13.1/contrib/serf/ |
| H A D | CHANGES | 82 Fixed bugs with authentication (r2057,2115,2118) 108 Fixed bugs the response parser (r2032,r2036) 132 Fixed most of issue 89: Support REAL SPNEGO authentication 152 Fixed issue 74: test_all goes in an endless loop 177 Fixed issue 38: enable builds using non-GNU make 178 Fixed issue 49: support SSL tunnels for HTTPS via a proxy 179 Fixed issue 56: allow Subject Alternative Name, and enable SNI 180 Fixed issue 61: include order dependencies 182 Fixed issue 71: handle ECONNREFUSED on Windows 183 Fixed issue 79: destroy the APR allocator, if we create one [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 417 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID. in AddSourceLocationAbbrev() 418 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line. in AddSourceLocationAbbrev() 419 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column. in AddSourceLocationAbbrev() 420 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset; in AddSourceLocationAbbrev() 444 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in EmitBlockInfoBlock() 464 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Category. in EmitBlockInfoBlock() 474 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); // Text size. in EmitBlockInfoBlock() 489 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Text size. in EmitBlockInfoBlock() 498 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Size. in EmitBlockInfoBlock() 500 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Text size. in EmitBlockInfoBlock() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkSerializer.cpp | 56 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. in setupMetaBlockInfo() 57 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // Type. in setupMetaBlockInfo() 68 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. in setupMetaRemarkVersion() 133 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Type in setupRemarkBlockInfo() 148 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line in setupRemarkBlockInfo() 149 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column in setupRemarkBlockInfo() 175 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line in setupRemarkBlockInfo() 176 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column in setupRemarkBlockInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterferenceCache.cpp | 115 RegUnits.back().Fixed = &LIS->getRegUnit(*Units); in reset() 141 RUI.FixedI = RUI.Fixed->find(Start); in update() 147 if (RUI.FixedI != RUI.Fixed->end()) in update() 148 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); in update() 178 LiveInterval::const_iterator E = RegUnits[i].Fixed->end(); in update() 233 LiveRange *LR = RegUnits[i].Fixed; in update()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 130 case Type::HalfTyID: return TypeSize::Fixed(16); in getPrimitiveSizeInBits() 131 case Type::BFloatTyID: return TypeSize::Fixed(16); in getPrimitiveSizeInBits() 132 case Type::FloatTyID: return TypeSize::Fixed(32); in getPrimitiveSizeInBits() 133 case Type::DoubleTyID: return TypeSize::Fixed(64); in getPrimitiveSizeInBits() 134 case Type::X86_FP80TyID: return TypeSize::Fixed(80); in getPrimitiveSizeInBits() 135 case Type::FP128TyID: return TypeSize::Fixed(128); in getPrimitiveSizeInBits() 136 case Type::PPC_FP128TyID: return TypeSize::Fixed(128); in getPrimitiveSizeInBits() 137 case Type::X86_MMXTyID: return TypeSize::Fixed(64); in getPrimitiveSizeInBits() 138 case Type::X86_AMXTyID: return TypeSize::Fixed(8192); in getPrimitiveSizeInBits() 140 return TypeSize::Fixed(cast<IntegerType>(this)->getBitWidth()); in getPrimitiveSizeInBits() [all …]
|
| /freebsd-13.1/sys/contrib/zstd/ |
| H A D | CHANGELOG | 423 Fixed : CLI correctly detects console on Mac OS-X 424 Fixed : CLI supports recursive mode `-r` on Mac OS-X 428 Fixed : zstd-pgo, reported by octoploid (#329) 444 Fixed : speed regression on specific patterns (#272) 445 Fixed : support for Z_SYNC_FLUSH, by Dmitry Krot (#291) 446 Fixed : ICC compilation, by Przemyslaw Skibinski 455 Fixed : checksum correctly checked in single-pass mode 512 Fixed : Decoder corruption error (#173) 513 Fixed : null-string roundtrip (#176) 551 Fixed : high compression modes for Windows 32 bits [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.h | 85 : std::pair<IndexType,IndexType>(Start, End), Fixed(F), TiedEnd(T) {} 98 bool Fixed = false; // Can be renamed? "Fixed" means "no". member 110 void add(IndexType Start, IndexType End, bool Fixed, bool TiedEnd) { in add() 111 push_back(IndexRange(Start, End, Fixed, TiedEnd)); in add()
|
| H A D | HexagonBlockRanges.cpp | 71 if (A.Fixed) in merge() 72 Fixed = true; in merge() 128 add(AS, BS, A.Fixed, false); in addsub() 134 add(BS, AE, A.Fixed, false); in addsub() 136 add(BE, AE, A.Fixed, false); in addsub() 508 if (IR.Fixed) in operator <<()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixBrTableDefaults.cpp | 167 auto *Fixed = fixBrTableDefault(MI, MBB, MF); in runOnMachineFunction() local 168 if (Fixed != nullptr) { in runOnMachineFunction() 169 MBBSet.erase(Fixed); in runOnMachineFunction()
|
| /freebsd-13.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 3773 1) Fixed a build error/issue 3774 2) Fixed a cast warning 6393 Fixed 6583 Fixed Events 7482 Fixed 8981 Fixed a problem with Mutex Sync Levels. Fixed a problem where if multiple 11424 Fixed problem reports: 11551 Fixed problem reports integrated: 14514 - Fixed a Linux generation error. 15300 Fixed a problem with ACPI Fixed Events where an RT Clock handler [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | fixed-factor-clock.yaml | 26 description: Fixed divider 31 description: Fixed multiplier
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | Fixes | 1111 21. Fixed new bindings bug. 1353 63. Fixed Imakefile for alpha 1385 47. Fixed bug with -S 1392 40. Fixed 'unset home; dirs' bug 1623 74. Fixed magic-space ! expand bug: 1631 68. Fixed Gnmatch. 1918 22. Fixed horrible bug in gmatch() 2077 24. Fixed SIGWINCH on the iris 2092 11. Fixed refresh bug. Repeat by: 2174 13. Fixed coredump caused by ``. [all …]
|
| /freebsd-13.1/contrib/ldns/ |
| H A D | Changelog | 514 * Fixed quote parsing withing strings 597 * Fixed memory leaks in ldnsd 727 * Fixed manpages (thanks to Ondrej Sury) 728 * Fixed Makefile for -j <x> 730 * Fixed another off-by-one error 733 * Fixed an offset error in rr comparison 734 * Fixed ldns-read-zone exit code 736 * Fixed ldns-key2ds -2 argument 737 * Fixed $ORIGIN bug in .key files 773 * Fixed bugs: [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitCodes.h | 102 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator 129 case Fixed: in hasEncodingData()
|
| /freebsd-13.1/contrib/libucl/ |
| H A D | ChangeLog.md | 9 - Fixed number of bugs and memory leaks 34 - Fixed serious bugs in schema and arrays iteration 38 - Fixed a bug with macros that come after an empty object 39 - Fixed a bug in include processing when an incorrect variable has been destroyed (use-after-free)
|
| /freebsd-13.1/libexec/bootpd/ |
| H A D | Announce | 33 Fixed references to free host structures. 39 Fixed several more NULL references in readfile. 41 Fixed bootptest IP address printing.
|
| /freebsd-13.1/contrib/flex/ |
| H A D | ONEWS | 3 - Fixed a bug introduced in 2.5.3 that blew it when a call 6 - Fixed scanner skeleton so the example in the man page of 536 - Fixed serious bug in reading multiple files. 538 - Fixed bug in scanning NUL's. 540 - Fixed bug in input() returning 8-bit characters. 542 - Fixed bug in matching text with embedded NUL's when 574 - Fixed fairly benign memory leak. 589 - Fixed two serious bugs in scanning 8-bit characters. 873 - Fixed bug in using yymore() at the end of a file. 875 - Fixed bug compiling flex on Suns using gcc 2. [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitstream/Reader/ |
| H A D | BitstreamReader.cpp | 75 case BitCodeAbbrevOp::Fixed: in readAbbreviatedField() 156 case BitCodeAbbrevOp::Fixed: in skipRecord() 281 case BitCodeAbbrevOp::Fixed: in readRecord() 380 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) && in ReadAbbrevRecord() 386 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) && in ReadAbbrevRecord()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MinidumpYAML.cpp | 180 static void output(const FixedSizeHex<N> &Fixed, void *, raw_ostream &OS) { in output() 181 OS << toHex(makeArrayRef(Fixed.Storage)); in output() 184 static StringRef input(StringRef Scalar, void *, FixedSizeHex<N> &Fixed) { in input() 191 copy(fromHex(Scalar), Fixed.Storage); in input() 217 static void output(const FixedSizeString<N> &Fixed, void *, raw_ostream &OS) { in output() 218 OS << StringRef(Fixed.Storage, N); in output() 221 static StringRef input(StringRef Scalar, void *, FixedSizeString<N> &Fixed) { in input() 226 copy(Scalar, Fixed.Storage); in input()
|
| /freebsd-13.1/lib/libc/softfloat/ |
| H A D | softfloat-history.txt | 16 -- Fixed a bug in all 64-bit-version square root functions except 33 -- Fixed a small error that caused `float64_round_to_int' often to round the
|