| /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 | 35 int64_t Fixed = 0; variable 38 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset() argument 39 : Fixed(Fixed), Scalable(Scalable) {} in StackOffset() 43 static StackOffset getFixed(int64_t Fixed) { return {Fixed, 0}; } in getFixed() argument 45 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() argument 46 return {Fixed, Scalable}; in get() 50 int64_t getFixed() const { return Fixed; } in getFixed() 57 return {Fixed + RHS.Fixed, Scalable + RHS.Scalable}; 60 return {Fixed - RHS.Fixed, Scalable - RHS.Scalable}; 63 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 | 413 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID. in AddSourceLocationAbbrev() 414 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line. in AddSourceLocationAbbrev() 415 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column. in AddSourceLocationAbbrev() 416 Abbrev.Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset; in AddSourceLocationAbbrev() 440 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in EmitBlockInfoBlock() 458 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 3)); // Diag level. in EmitBlockInfoBlock() 460 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Category. in EmitBlockInfoBlock() 461 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Mapped Diag ID. in EmitBlockInfoBlock() 469 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Category ID. in EmitBlockInfoBlock() 470 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); // Text size. in EmitBlockInfoBlock() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterferenceCache.cpp | 114 RegUnits.back().Fixed = &LIS->getRegUnit(Unit); in reset() 140 RUI.FixedI = RUI.Fixed->find(Start); in update() 145 if (RUI.FixedI != RUI.Fixed->end()) in update() 146 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); in update() 176 LiveInterval::const_iterator E = RUI.Fixed->end(); in update() 231 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/crypto/openssl/ |
| H A D | NEWS.md | 33 * Fixed incorrect failure handling in RSA KEM RSASVE encapsulation. 36 * Fixed loss of key agreement group tuple structure when the `DEFAULT` keyword 40 * Fixed potential use-after-free in DANE client code. 43 * Fixed NULL pointer dereference when processing a delta CRL. 46 * Fixed possible NULL dereference when processing CMS KeyAgreeRecipientInfo. 49 * Fixed possible NULL dereference when processing CMS 53 * Fixed heap buffer overflow in hexadecimal conversion. 63 * Fixed Improper validation of PBMAC1 parameters in PKCS#12 MAC verification. 66 * Fixed Stack buffer overflow in CMS `AuthEnvelopedData` parsing. 69 * Fixed NULL dereference in `SSL_CIPHER_find()` function on unknown cipher ID. [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 2392 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in getFunctionDeclAbbrev() 2398 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in getFunctionDeclAbbrev() 2404 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // Is Defaulted in getFunctionDeclAbbrev() 2419 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in getFunctionDeclAbbrev() 2441 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 11)); // IDNS in getFunctionDeclAbbrev() 2443 BitCodeAbbrevOp::Fixed, in getFunctionDeclAbbrev() 2452 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // ODRHash in getFunctionDeclAbbrev() 2481 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteDeclAbbrevs() 2502 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isMutable in WriteDeclAbbrevs() 2513 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteDeclAbbrevs() [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/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | EVLIndVarSimplify.cpp | 84 if (const APInt *Fixed = CR.getSingleElement()) { in getVFFromIndVar() local 85 V = V.zextOrTrunc(Fixed->getBitWidth()); in getVFFromIndVar() 86 uint64_t VF = V.udiv(*Fixed).getLimitedValue(); in getVFFromIndVar() 89 V.urem(*Fixed).isZero()) in getVFFromIndVar()
|
| /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 | 70 if (A.Fixed) in merge() 71 Fixed = true; in merge() 127 add(AS, BS, A.Fixed, false); in addsub() 133 add(BS, AE, A.Fixed, false); in addsub() 135 add(BE, AE, A.Fixed, false); in addsub() 504 if (IR.Fixed) in operator <<()
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 16 Fixed multiple critical issues, including heap-buffer-overflows, use-after-free, NULL pointer deref… 22 Fixed a syntax error caused by a stray character, corrected spelling issues, improved comment align… 52 Fixed non-NUL terminated string implementations - Ahmed Salem 54 Fixed CCEL and CDAT templates - Ahmed Salem 56 Fixed a major Linux kernel bug (UAF) that was triggered by unequal number 192 Fixed a problem with the ASL/AML Timer() operator. Discovered by UBSAN: 209 Fixed misspelled CDAT DSMAS define: ACPI_CEDT_DSMAS_NON_VOLATILE -> 301 Added support for FFH Operation Region special context data. FFH(Fixed 339 iASL: NHLT table: Fixed compilation of optional undocumented fields 400 Data Table Compiler: Fixed a problem with support for the SDEV table, [all …]
|
| /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/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitCodes.h | 37 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator 76 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/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 968 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 975 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg in writeTypeTable() 977 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 983 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in writeTypeTable() 985 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 998 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in writeTypeTable() 1000 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 1007 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/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1104 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg in writeTypeTable() 1106 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 1112 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in writeTypeTable() 1114 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 1127 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked in writeTypeTable() 1129 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 1136 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits)); in writeTypeTable() 1440 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); in writeValueSymbolTableForwardDecl() 1546 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in writeModuleInfo() 1552 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 5)); // Linkage. in writeModuleInfo() [all …]
|
| /freebsd/lib/libc/softfloat/ |
| H A D | softfloat-history.txt | 15 -- Fixed a bug in all 64-bit-version square root functions except 32 -- Fixed a small error that caused `float64_round_to_int' often to round the
|
| /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 */
|