| /freebsd/sys/contrib/device-tree/src/arm/intel/axm/ |
| 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/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TypeSize.h | 34 int64_t Fixed = 0; variable 37 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset() argument 38 : Fixed(Fixed), Scalable(Scalable) {} in StackOffset() 42 static StackOffset getFixed(int64_t Fixed) { return {Fixed, 0}; } in getFixed() argument 44 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() argument 45 return {Fixed, Scalable}; in get() 49 int64_t getFixed() const { return Fixed; } in getFixed() 56 return {Fixed + RHS.Fixed, Scalable + RHS.Scalable}; 59 return {Fixed - RHS.Fixed, Scalable - RHS.Scalable}; 62 Fixed += RHS.Fixed; [all …]
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | README | 100 2. Fixed a code mixup that produced a non-working version. 104 1. Fixed a misspelling in the ucpgba.h header file. 106 2. Fixed a bug which caused trailing weak non-digit sequences to be left out of 109 3. Fixed a problem with weak sequences containing non-spacing marks in the 112 4. Fixed a problem with text runs of the opposite direction of the string 126 1. Fixed a problem with the bidi algorithm locating directional section 129 2. Fixed a problem with the bidi algorithm starting the reordering correctly. 131 3. Fixed a problem with the bidi algorithm determining end boundaries for LTR 134 4. Fixed a problem with the bidi algorithm reordering weak (digits and number 152 2. Fixed some problems with testing against signed values in the UCData.java [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 414 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID. in AddSourceLocationAbbrev() 415 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line. in AddSourceLocationAbbrev() 416 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column. in AddSourceLocationAbbrev() 417 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset; in AddSourceLocationAbbrev() 441 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in EmitBlockInfoBlock() 459 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Diag level. in EmitBlockInfoBlock() 461 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Category. in EmitBlockInfoBlock() 462 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Mapped Diag ID. in EmitBlockInfoBlock() 470 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Category ID. in EmitBlockInfoBlock() 471 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); // Text size. in EmitBlockInfoBlock() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterferenceCache.cpp | 115 RegUnits.back().Fixed = &LIS->getRegUnit(Unit); in reset() 141 RUI.FixedI = RUI.Fixed->find(Start); in update() 146 if (RUI.FixedI != RUI.Fixed->end()) in update() 147 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); in update() 177 LiveInterval::const_iterator E = RUI.Fixed->end(); in update() 232 LiveRange *LR = RUI.Fixed; in update()
|
| /freebsd/contrib/one-true-awk/ |
| H A D | FIXES | 47 Fixed openfile to not try to read from a directory. 51 Fixed readcsvrec resize segfault when reading csv records longer 64 Fixed a use-after-free bug with ARGV for "delete ARGV". 72 Fixed regex engine gototab reallocation issue that was 74 Fixed a scan bug in split in the case the separator is a single 78 Fixed use-after-free bug in fnematch due to adjbuf invalidating 128 Fixed a bad char * cast that causes incorrect results on big-endian 130 Fixed a buffer overflow in substr with utf-8 strings. 139 Fixed a length error in u8_byte2char that set RSTART to
|
| /freebsd/contrib/libyaml/ |
| H A D | Changes | 39 Fixed typo. 72 Fixed missing token in example 229 Fixed most compiler warnings -Wall -Wextra 257 - Fixed segfault in yaml_string_write_handler. 259 - Fixed invalid simple key assertion. 261 - Fixed error handling in some examples (thank to Mathias Svensson). 268 Fixed heap overflow in yaml_parser_scan_uri_escapes (Thanks 298 Fixed invalid size_t->int cast (Thank to Florian Weimer). 308 - Fixed a bug that prevented an empty mapping being used as a simple key 311 - Fixed pointer overflow when calculating the position of a potential [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkSerializer.cpp | 58 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. in setupMetaBlockInfo() 59 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 2)); // Type. in setupMetaBlockInfo() 70 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Version. in setupMetaRemarkVersion() 135 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Type in setupRemarkBlockInfo() 150 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line in setupRemarkBlockInfo() 151 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column in setupRemarkBlockInfo() 177 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line in setupRemarkBlockInfo() 178 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column in setupRemarkBlockInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | P10InstrResources.td | 463 // 20 Cycles Scalar Fixed-Point Divide operations, 2 input operands 474 // 20 Cycles Scalar Fixed-Point Divide operations, and 3 Cycles ALU operations, 2 input operands 483 // 25 Cycles Scalar Fixed-Point Divide operations, 2 input operands 497 // 25 Cycles Scalar Fixed-Point Divide operations, and 3 Cycles ALU operations, 2 input operands 510 // 27 Cycles Scalar Fixed-Point Divide operations, 2 input operands 518 // 41 Cycles Scalar Fixed-Point Divide operations, 2 input operands 528 // 41 Cycles Scalar Fixed-Point Divide operations, and 3 Cycles ALU operations, 2 input operands 537 // 43 Cycles Scalar Fixed-Point Divide operations, 2 input operands 544 // 47 Cycles Scalar Fixed-Point Divide operations, 2 input operands 551 // 54 Cycles Scalar Fixed-Point Divide operations, 2 input operands [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 2175 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in getFunctionDeclAbbrev() 2181 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in getFunctionDeclAbbrev() 2187 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Is Defaulted in getFunctionDeclAbbrev() 2202 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in getFunctionDeclAbbrev() 2224 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 11)); // IDNS in getFunctionDeclAbbrev() 2226 BitCodeAbbrevOp::Fixed, in getFunctionDeclAbbrev() 2235 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // ODRHash in getFunctionDeclAbbrev() 2264 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteDeclAbbrevs() 2285 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable in WriteDeclAbbrevs() 2296 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteDeclAbbrevs() [all …]
|
| /freebsd/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() 505 if (IR.Fixed) in operator <<()
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 28 Fixed non-NUL terminated string implementations - Ahmed Salem 30 Fixed CCEL and CDAT templates - Ahmed Salem 32 Fixed a major Linux kernel bug (UAF) that was triggered by unequal number 168 Fixed a problem with the ASL/AML Timer() operator. Discovered by UBSAN: 185 Fixed misspelled CDAT DSMAS define: ACPI_CEDT_DSMAS_NON_VOLATILE -> 277 Added support for FFH Operation Region special context data. FFH(Fixed 315 iASL: NHLT table: Fixed compilation of optional undocumented fields 376 Data Table Compiler: Fixed a problem with support for the SDEV table, 429 iASL/NHLT table: Fixed a reported problem where a fault would occur 549 Fixed a memory leak caused by the _CID repair function. [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixBrTableDefaults.cpp | 174 auto *Fixed = fixBrTableDefault(MI, MBB, MF); in runOnMachineFunction() local 175 if (Fixed != nullptr) { in runOnMachineFunction() 176 MBBSet.remove(Fixed); in runOnMachineFunction()
|
| /freebsd/contrib/tcsh/ |
| H A D | Fixes | 7 9. Fixed reversed test that broke history merging (Brett Frankenberger) 590 54. Fixed for Darwin/Rhapsody (Mark Peek) 1094 31. Fixed csh bug: [Reported by Jaap] 1099 30. Fixed the lossage in setting the looking mode in tw.parse.c before 1111 21. Fixed new bindings bug. 1112 20. Fixed bug in newgrp code; execv was called incorrectly. 1116 16. Fixed portability problems in the new counted-strings codes (From Kaveh) 1117 15. Fixed binding problem with the new counted-strings code [all key bindings 1145 2. Fixed '\' in sysv echo (from Mika) 1244 43. Fixed rechist and recdirs not to depend on savehist and savedirs [all …]
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CHANGELOG | 65 build: Fixed Meson build (#2548, @SupervisedThinking @kloczek) 519 Fixed : zstd-small, zstd-compress and zstd-decompress compilation targets 527 Fixed : CLI -d output to stdout by default when input is stdin (#322) 528 Fixed : CLI correctly detects console on Mac OS-X 529 Fixed : CLI supports recursive mode `-r` on Mac OS-X 530 Fixed : Legacy decoders use unified error codes, reported by benrg (#341), fixed by Przemyslaw Skib… 531 Fixed : compatibility with OpenBSD, reported by Juan Francisco Cantero Hurtado (#319) 532 Fixed : compatibility with Hurd, by Przemyslaw Skibinski (#365) 533 Fixed : zstd-pgo, reported by octoploid (#329) 541 Fixed : compression fails on certain huge files, reported by Jesse McGrew [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 965 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 972 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg in writeTypeTable() 974 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 980 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in writeTypeTable() 982 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 995 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in writeTypeTable() 997 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 1004 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 1233 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in writeModuleInfo() 1239 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 5)); // Linkage. in writeModuleInfo() [all …]
|
| /freebsd/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 545 - Fixed multiple invocations of YY_USER_ACTION when using '|' 562 - Fixed bug breaking C++ scanners that use REJECT or variable 565 - Fixed serious input problem for interactive scanners on 568 - Fixed bug in incorrectly treating '$' operator as variable [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitCodes.h | 39 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator 70 case Fixed: in hasEncodingData()
|
| /freebsd/libexec/bootpd/ |
| H A D | Announce | 32 Fixed references to free host structures. 38 Fixed several more NULL references in readfile. 40 Fixed bootptest IP address printing.
|
| /freebsd/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(ArrayRef(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/crypto/openssl/ |
| H A D | NEWS.md | 54 * Fixed the synthesised `OPENSSL_VERSION_NUMBER`. 139 * Fixed RFC7250 handshakes with unauthenticated servers don't abort as expected. 142 * Fixed timing side-channel in ECDSA signature computation. 217 * Fixed possible OOB memory access with invalid low-level GF(2^m) elliptic 228 * Fixed possible denial of service in X.509 name checks 231 * Fixed possible buffer overread in SSL_select_next_proto() 241 * Fixed potential use after free after SSL_free_buffers() is called 244 * Fixed an issue where checking excessively long DSA keys or parameters may 376 * Fixed unbounded memory growth with session handling in TLSv1.3 386 * Fixed PKCS12 Decoding crashes [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/ |
| H A D | BitstreamReader.cpp | 80 case BitCodeAbbrevOp::Fixed: in readAbbreviatedField() 165 case BitCodeAbbrevOp::Fixed: in skipRecord() 301 case BitCodeAbbrevOp::Fixed: in readRecord() 399 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) && in ReadAbbrevRecord() 405 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) && in ReadAbbrevRecord()
|
| /freebsd/sys/contrib/device-tree/src/powerpc/ |
| H A D | kuroboxHD.dts | 42 clock-frequency = <200000000>; /* Fixed by bootloader */ 43 timebase-frequency = <24391680>; /* Fixed by bootloader */ 44 bus-frequency = <0>; /* Fixed by bootloader */
|
| H A D | kuroboxHG.dts | 42 clock-frequency = <266000000>; /* Fixed by bootloader */ 43 timebase-frequency = <32522240>; /* Fixed by bootloader */ 44 bus-frequency = <0>; /* Fixed by bootloader */
|