/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 285 changeset_ty Extended(Required); in GetTestResult() local 286 Extended.insert(Changes.begin(), Changes.end()); in GetTestResult() 288 Extended.insert(pred_closure_begin(Change), pred_closure_end(Change)); in GetTestResult() 290 if (FailedTestsCache.count(Extended)) in GetTestResult() 293 bool Result = ExecuteOneTest(Extended); in GetTestResult() 295 FailedTestsCache.insert(Extended); in GetTestResult()
|
/freebsd/sys/ufs/ufs/ |
H A D | README.extattr | 2 UFS Extended Attributes Copyright 4 The UFS Extended Attributes implementation is copyright Robert Watson, and 7 About UFS Extended Attributes 9 Extended attributes allow the association of additional arbitrary 10 meta-data with files and directories. Extended attributes are defined in 24 Using UFS Extended Attributes
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | IntegralAP.h | 42 APInt Extended; in truncateCast() local 44 Extended = V.sext(BitSize); in truncateCast() 46 Extended = V.zext(BitSize); in truncateCast() 47 return std::is_signed_v<T> ? Extended.getSExtValue() in truncateCast() 48 : Extended.getZExtValue(); in truncateCast()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16InstrInfo.td | 526 // Purpose: Add Immediate Unsigned Word (2-Operand, Extended) 547 // Purpose: Add Immediate Unsigned Word (3-Operand, PC-Relative, Extended) 554 // Purpose: Add Immediate Unsigned Word (2-Operand, SP-Relative, Extended) 596 // Purpose: Branch on Equal to Zero (Extended) 603 // Purpose: Unconditional Branch (Extended) 624 // Purpose: Branch on Not Equal to Zero (Extended) 638 // Purpose: Branch on T Equal to Zero (Extended) 665 // Purpose: Branch on T Not Equal to Zero (Extended) 710 // Purpose: Compare Immediate (Extended) 787 // Purpose: Load Byte (Extended) [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.cpp | 376 State.Extended = false; in encodeInstruction() 385 State.Extended = HexagonMCInstrInfo::isImmext(HMI); in encodeInstruction() 586 // sub-instruction #0, it is not extended even if Extended is true in getExprOpValue() 589 if (State.Extended && InstExtendable && !IsSub0) { in getExprOpValue() 633 if (FixupWidth == 16 && !State.Extended) { in getExprOpValue() 664 FixupKind = State.Extended ? Hexagon::fixup_Hexagon_B9_PCREL_X in getExprOpValue() 669 if (State.Extended && VarKind == MCSymbolRefExpr::VK_GOT) in getExprOpValue() 674 FixupKind = State.Extended ? Hexagon::fixup_Hexagon_B7_PCREL_X in getExprOpValue() 684 const auto &FixupTable = State.Extended ? ExtFixups : StdFixups; in getExprOpValue()
|
H A D | HexagonMCCodeEmitter.h | 41 bool Extended = false; member
|
H A D | HexagonMCTargetDesc.cpp | 697 auto const &Extended(HexagonMCInstrInfo::getExtendableOperand(*Info, Inst)); in evaluateBranch() local 698 assert(Extended.isExpr()); in evaluateBranch() 700 if (!Extended.getExpr()->evaluateAsAbsolute(Value)) in evaluateBranch()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | edid | 6 0 quad 0x00ffffffffffff00 Extended display identification data dump
|
H A D | dataone | 20 # onedcx (DataONE Dublin Core Extended v1.0)
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6sx-udoo-neo-extended.dts | 11 model = "UDOO Neo Extended";
|
/freebsd/secure/caroot/trusted/ |
H A D | UCA_Extended_Validation_Root.pem | 2 ## UCA Extended Validation Root 20 Issuer: C = CN, O = UniTrust, CN = UCA Extended Validation Root 24 Subject: C = CN, O = UniTrust, CN = UCA Extended Validation Root
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Schedule.td | 26 def WriteIEReg : SchedWrite; // ALU of Extended-Reg 29 def ReadIEReg : SchedRead; // ALU of Extended-Reg
|
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/ |
H A D | imx-cpufreq-dt.txt | 16 1: Extended Consumer
|
/freebsd/contrib/dialog/samples/install/ |
H A D | FDISK.TEST | 25 /dev/sdb4 604 604 4106 3587072 5 Extended
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/ |
H A D | firmware.txt | 13 - extended-modes: The Extended Modes bitfield, taken from the
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 89 int64_t Extended = SignExtend64<32>(FullValue); in signedDecoder() local 90 HexagonMCInstrInfo::addConstant(MI, Extended, Disassembler.getContext()); in signedDecoder() 772 uint32_t Extended = FullValue + Address; in brtargetDecoder() 773 if (!Disassembler.tryAddingSymbolicOperand(MI, Extended, Address, true, 0, 0, in brtargetDecoder() 775 HexagonMCInstrInfo::addConstant(MI, Extended, Disassembler.getContext()); in brtargetDecoder() 770 uint32_t Extended = FullValue + Address; brtargetDecoder() local
|
/freebsd/share/i18n/csmapper/KOI/ |
H A D | KOI8-CyrillicOld%UCS.src | 18 # Extended Cyrillic Character Set
|
H A D | UCS%KOI8-CyrillicOld.src | 18 # Extended Cyrillic Character Set
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am335x-sancloud-bbe-extended-wifi.dts | 15 model = "SanCloud BeagleBone Enhanced Extended WiFi";
|
/freebsd/lib/libfetch/ |
H A D | ftp.errors | 21 229 OK Entering Extended Passive Mode
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | max6697.txt | 25 Extended temperature will be disabled if not specified.
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 203 Expr.Extended = false; in readInitExpr() 226 Expr.Extended = true; in readInitExpr() 229 if (!Expr.Extended) { in readInitExpr() 232 Expr.Extended = true; in readInitExpr() 235 if (Expr.Extended) { in readInitExpr() 1467 if (!Global.InitExpr.Extended) { in parseExportSection() 1675 Segment.Offset.Extended = false; in parseElemSection() 1746 Segment.Data.Offset.Extended = false; in parseDataSection() 1858 if (Segment.Offset.Extended) { in getWasmSymbolValue()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_apei.c | 113 uint8_t Extended; member 229 (uint32_t)(p->Extended & 0x3) << 16 | p->Row); in apei_mem_handler() 235 printf(" Chip Identification: %u\n", (p->Extended >> 5) & 0x7); in apei_mem_handler()
|
/freebsd/share/misc/ |
H A D | scsi_modes | 81 {Extended Self-Test Completion Time} i2 109 0x15 "Extended"; 111 0x16 "Extended Device-Type Specific";
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | e500mc_power_isa.dtsi | 56 fsl,eref-deo; // Data Cache Extended Operations
|