Home
last modified time | relevance | path

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

12345678

/freebsd-14.2/sys/contrib/device-tree/src/arm/
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 …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h34 int64_t Fixed = 0; variable
38 : Fixed(Fixed), Scalable(Scalable) {} in StackOffset()
42 static StackOffset getFixed(int64_t Fixed) { return {Fixed, 0}; } in getFixed() 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;
67 Fixed -= RHS.Fixed;
75 return Fixed == RHS.Fixed && Scalable == RHS.Scalable;
[all …]
/freebsd-14.2/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()
461 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // Category. in EmitBlockInfoBlock()
471 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); // Text size. in EmitBlockInfoBlock()
486 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Text size. in EmitBlockInfoBlock()
495 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Size. in EmitBlockInfoBlock()
497 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 16)); // Text size. in EmitBlockInfoBlock()
[all …]
/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.cpp115 RegUnits.back().Fixed = &LIS->getRegUnit(Unit); in reset()
142 RUI.FixedI = RUI.Fixed->find(Start); in update()
148 if (RUI.FixedI != RUI.Fixed->end()) in update()
149 RUI.FixedI = RUI.Fixed->advanceTo(RUI.FixedI, Start); in update()
179 LiveInterval::const_iterator E = RegUnits[i].Fixed->end(); in update()
234 LiveRange *LR = RegUnits[i].Fixed; in update()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP10InstrResources.td463 // 20 Cycles Scalar Fixed-Point Divide operations, 2 input operands
483 // 25 Cycles Scalar Fixed-Point Divide 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
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
558 // 60 Cycles Scalar Fixed-Point Divide operations, 2 input operands
579 // 5 Cycles Fixed-Point and BCD operations, 1 input operands
594 // 5 Cycles Fixed-Point and BCD operations, 2 input operands
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2119 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in getFunctionDeclAbbrev()
2143 BitCodeAbbrevOp::Fixed, in getFunctionDeclAbbrev()
2181 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteDeclAbbrevs()
2213 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteDeclAbbrevs()
2247 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteDeclAbbrevs()
2267 BitCodeAbbrevOp::Fixed, in WriteDeclAbbrevs()
2311 BitCodeAbbrevOp::Fixed, in WriteDeclAbbrevs()
2319 BitCodeAbbrevOp::Fixed, in WriteDeclAbbrevs()
2362 BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteDeclAbbrevs()
2369 BitCodeAbbrevOp::Fixed, in WriteDeclAbbrevs()
[all …]
/freebsd-14.2/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 <<()
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt273 Fixed by Hans de Goede.
4129 1) Fixed a build error/issue
4130 2) Fixed a cast warning
6749 Fixed
6939 Fixed Events
7838 Fixed
9337 Fixed a problem with Mutex Sync Levels. Fixed a problem where if multiple
11780 Fixed problem reports:
11907 Fixed problem reports integrated:
15656 Fixed a problem with ACPI Fixed Events where an RT Clock handler
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixBrTableDefaults.cpp172 auto *Fixed = fixBrTableDefault(MI, MBB, MF); in runOnMachineFunction() local
173 if (Fixed != nullptr) { in runOnMachineFunction()
174 MBBSet.erase(Fixed); in runOnMachineFunction()
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Dfixed-factor-clock.yaml25 description: Fixed divider
30 description: Fixed multiplier
/freebsd-14.2/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()
/freebsd-14.2/contrib/tcsh/
H A DFixes1111 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-14.2/crypto/openssl/
H A DNEWS.md28 * Fixed timing side-channel in ECDSA signature computation.
42 * Fixed possible denial of service in X.509 name checks
45 * Fixed possible buffer overread in SSL_select_next_proto()
62 * Fixed PKCS12 Decoding crashes
107 * Fixed Timing Oracle in RSA Decryption ([CVE-2022-4304])
114 * Fixed regressions introduced in 3.0.6 version.
286 * Fixed a fork protection issue ([CVE-2019-1549])
887 won't resume sessions. Fixed in 1.0.0n-dev
889 `<limits.h>` include. Fixed in 1.0.0n-dev
1477 * Fixed a security hole related to session resumption
[all …]
/freebsd-14.2/sys/contrib/zstd/
H A DCHANGELOG528 Fixed : CLI correctly detects console on Mac OS-X
529 Fixed : CLI supports recursive mode `-r` on Mac OS-X
533 Fixed : zstd-pgo, reported by octoploid (#329)
549 Fixed : speed regression on specific patterns (#272)
550 Fixed : support for Z_SYNC_FLUSH, by Dmitry Krot (#291)
551 Fixed : ICC compilation, by Przemyslaw Skibinski
560 Fixed : checksum correctly checked in single-pass mode
617 Fixed : Decoder corruption error (#173)
618 Fixed : null-string roundtrip (#176)
656 Fixed : high compression modes for Windows 32 bits
[all …]
/freebsd-14.2/contrib/libucl/
H A DChangeLog.md9 - 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-14.2/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.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1234 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in writeModuleInfo()
1245 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in writeModuleInfo()
1251 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in writeModuleInfo()
1705 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in createDILocationAbbrev()
1720 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in createGenericDINodeAbbrev()
1722 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); in createGenericDINodeAbbrev()
1768 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); in createMetadataStringsAbbrev()
1811 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); in writeModuleMetadata()
1941 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 8)); in writeConstants()
1947 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7)); in writeConstants()
[all …]
/freebsd-14.2/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
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-14.2/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()
/freebsd-14.2/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
/freebsd-14.2/sys/contrib/device-tree/src/powerpc/
H A DkuroboxHD.dts42 clock-frequency = <200000000>; /* Fixed by bootloader */
43 timebase-frequency = <24391680>; /* Fixed by bootloader */
44 bus-frequency = <0>; /* Fixed by bootloader */
H A DkuroboxHG.dts42 clock-frequency = <266000000>; /* Fixed by bootloader */
43 timebase-frequency = <32522240>; /* Fixed by bootloader */
44 bus-frequency = <0>; /* Fixed by bootloader */
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp80 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()

12345678