Home
last modified time | relevance | path

Searched refs:Fixed (Results 1 – 25 of 193) sorted by relevance

12345678

/src/sys/contrib/device-tree/src/arm/intel/axm/
H A Daxm5516-cpus.dtsi77 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 …]
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h34 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 …]
/src/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A DREADME100 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 …]
/src/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp414 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 …]
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.cpp115 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()
H A DStackFrameLayoutAnalysisPass.cpp54 Fixed, // a Fixed slot (e.g. arguments passed on the stack) enumerator
78 SlotTy = SlotType::Fixed; in SlotData()
139 case SlotType::Fixed: in getTypeString()
/src/contrib/one-true-awk/
H A DFIXES47 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
/src/contrib/libyaml/
H A DChanges39 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 …]
/src/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp58 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()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP10InstrResources.td463 // 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 …]
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2175 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 …]
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h85 : 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 DHexagonBlockRanges.cpp71 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 <<()
/src/crypto/openssl/
H A DNEWS.md33 * Fixed Improper validation of PBMAC1 parameters in PKCS#12 MAC verification.
36 * Fixed Stack buffer overflow in CMS `AuthEnvelopedData` parsing.
39 * Fixed NULL dereference in `SSL_CIPHER_find()` function on unknown cipher ID.
42 * Fixed `openssl dgst` one-shot codepath silently truncates inputs >16 MiB.
45 * Fixed TLS 1.3 `CompressedCertificate` excessive memory allocation.
48 * Fixed Heap out-of-bounds write in `BIO_f_linebuffer` on short writes.
51 * Fixed Unauthenticated/unencrypted trailing bytes with low-level OCB
55 * Fixed Out of bounds write in `PKCS12_get_friendlyname()` UTF-8 conversion.
58 * Fixed Missing `ASN1_TYPE` validation in `TS_RESP_verify_response()`
62 * Fixed NULL Pointer Dereference in `PKCS12_item_decrypt_d2i_ex()` function.
[all …]
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp174 auto *Fixed = fixBrTableDefault(MI, MBB, MF); in runOnMachineFunction() local
175 if (Fixed != nullptr) { in runOnMachineFunction()
176 MBBSet.remove(Fixed); in runOnMachineFunction()
/src/sys/contrib/dev/acpica/
H A Dchanges.txt28 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 …]
/src/contrib/tcsh/
H A DFixes7 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 …]
/src/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h39 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator
70 case Fixed: in hasEncodingData()
/src/sys/contrib/zstd/
H A DCHANGELOG65 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 …]
/src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp965 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 …]
/src/libexec/bootpd/
H A DAnnounce32 Fixed references to free host structures.
38 Fixed several more NULL references in readfile.
40 Fixed bootptest IP address printing.
/src/contrib/flex/
H A DONEWS3 - 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 …]
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp180 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()
/src/lib/libc/softfloat/
H A Dsoftfloat-history.txt15 -- 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
/src/sys/contrib/device-tree/src/powerpc/
H A DkuroboxHG.dts42 clock-frequency = <266000000>; /* Fixed by bootloader */
43 timebase-frequency = <32522240>; /* Fixed by bootloader */
44 bus-frequency = <0>; /* Fixed by bootloader */

12345678