Home
last modified time | relevance | path

Searched refs:Baseline (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAInfo.cpp729 char Baseline = Arch[4]; in parseArchString() local
732 switch (Baseline) { in parseArchString()
767 if (Baseline == 'g') { in parseArchString()
783 StringRef(&Baseline, 1), Exts, Major, Minor, ConsumeLength, in parseArchString()
790 auto Version = findDefaultVersion(StringRef(&Baseline, 1)); in parseArchString()
795 ISAInfo->addExtension(StringRef(&Baseline, 1), {Major, Minor}); in parseArchString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1917 Tristate Baseline = Unknown; in getPredicateAt() local
1927 Baseline = (i == 0) ? Result /* First iteration */ in getPredicateAt()
1928 : (Baseline == Result ? Baseline in getPredicateAt()
1930 if (Baseline == Unknown) in getPredicateAt()
1933 if (Baseline != Unknown) in getPredicateAt()
1934 return Baseline; in getPredicateAt()
1944 Tristate Baseline = getPredicateOnEdge(Pred, V, C, *PI, BB, CxtI); in getPredicateAt() local
1945 if (Baseline != Unknown) { in getPredicateAt()
1949 if (Ret != Baseline) in getPredicateAt()
1954 return Baseline; in getPredicateAt()
/freebsd-14.2/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md681 which specifies `Baseline` and `Number_of_Bits` to add.
689 The literals length is equal to the decoded `Baseline` plus
710 | `Baseline` | 8192 |16384 |32768 |65536 |
718 The match length is equal to the decoded `Baseline` plus
739 | `Baseline` | 4099 | 8195 |16387 |32771 |65539 |
1025 `Symbol`, `Num_Bits`, and `Baseline`.
1117 and instructions to get the next state (`Number_of_Bits` and `Baseline`).
1143 To add the `Number_of_Bits` and `Baseline` required to retrieve next state,
1161 Baseline is assigned starting from the higher states using fewer bits,
1163 each state takes its allocated width from Baseline.
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Dnxp,imx8-jpeg.yaml14 ISO/IEC 10918-1 JPEG standard compliant decoder/encoder, for Baseline
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Damd-xgbe.txt43 - amd,serdes-blwc: Baseline wandering correction enablement
/freebsd-14.2/contrib/tzdata/
H A Dleap-seconds.list10 # It is now mainly derived from Very Long Baseline Interferometry (VLBI). The various
/freebsd-14.2/usr.sbin/ntp/ntpd/
H A Dleap-seconds10 # It is now mainly derived from Very Long Baseline Interferometry (VLBI). The various
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParser.def163 ARM_ARCH("armv8-m.base", ARMV8MBaseline, "8-M.Baseline", "+v8m.base",
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td1 //==--- PropertiesBase.td - Baseline definitions for AST properties -------===//
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARM.td626 "Support ARM v8M Baseline instructions",
H A DARMInstrThumb2.td3964 // available in both v8-M.Baseline and Thumb2 targets