Home
last modified time | relevance | path

Searched refs:Same (Results 1 – 25 of 111) sorted by relevance

12345

/freebsd-13.1/usr.bin/mail/misc/
H A Dmail.tildehelp14 ~F messages Same as ~f, but keep all header lines
18 ~M messages Same as ~m, but keep all header lines
23 ~< file Same as ~r
24 ~< !command Same as ~r
33 ~^ command Same as ~|
35 ~: mail-cmd Same as ~_
/freebsd-13.1/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c1089 BOOLEAN Same; in AcpiDmIsTargetAnOperand() local
1113 Same = AcpiDmIsTargetAnOperand (Target->Common.Value.Arg, in AcpiDmIsTargetAnOperand()
1115 if (!Same) in AcpiDmIsTargetAnOperand()
1126 Same = AcpiDmIsTargetAnOperand (Target->Common.Next, in AcpiDmIsTargetAnOperand()
1128 if (!Same) in AcpiDmIsTargetAnOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.td39 // Same as CSR_Interrupt, but including all 32-bit FP registers.
53 // Same as CSR_Interrupt, but including all 64-bit FP registers.
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp588 bool Same = false; member
728 void SetSame(bool Same) { in SetSame() argument
729 FlatTree[CurrentNode].Same = Same; in SetSame()
881 return FlatTree[ReadNode].Same; in NodeIsSame()
1633 if (Same) { in PrintTypeNames()
1681 bool ToDefault, bool Same) { in PrintExpr() argument
1684 if (Same) { in PrintExpr()
1727 if (Same) { in PrintTemplateTemplate()
1752 bool FromDefault, bool ToDefault, bool Same) { in PrintAPSInt() argument
1756 if (Same) { in PrintAPSInt()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp99 bool Same = true; in LookForIdenticalPHI() local
104 Same = false; in LookForIdenticalPHI()
108 if (Same) in LookForIdenticalPHI()
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dedt-ft5x06.yaml75 description: Same as offset, but applies only to the horizontal position.
82 description: Same as offset, but applies only to the vertical position.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp222 MemoryAccess *Same = nullptr; in tryRemoveTrivialPhi() local
225 if (Op == Phi || Op == Same) in tryRemoveTrivialPhi()
228 if (Same) in tryRemoveTrivialPhi()
230 Same = cast<MemoryAccess>(&*Op); in tryRemoveTrivialPhi()
233 if (Same == nullptr) in tryRemoveTrivialPhi()
236 Phi->replaceAllUsesWith(Same); in tryRemoveTrivialPhi()
242 return recursePhi(Same); in tryRemoveTrivialPhi()
/freebsd-13.1/contrib/cortex-strings/src/arm/
H A Dmemset.S92 orr r1, r1, r1, lsl#8 @ Same character into all bytes
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_flags.inc35 "realloc(p, 0) is equivalent to free(p) by default (Same as the "
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-simple.yaml115 # Same as ETM0700G0DH6 but with inverted pixel clock.
118 # Same display as the ETM0700G0BDH6, but with changed hardware for the
122 # Same timings as the ETM0700G0DH6, but with resistive touch.
/freebsd-13.1/sys/contrib/device-tree/Bindings/mtd/
H A Dfsmc-nand.txt18 byte 1 TAR : ALE to RE delay, 4 bits are valid. Same format as TCLR.
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Dpxa27x-keypad.txt31 - marvell,rotary1 : Same as marvell,rotary0. It is for rotary 1.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td116 /// CCAssignToRegWithShadow - Same as CCAssignToReg, but with list of registers
133 /// CCAssignToStackWithShadow - Same as CCAssignToStack, but with a list of
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dste-dbx5x0.dtsi779 /* Same clock wired to kernel and pclk */
796 /* Same clock wired to kernel and pclk */
813 /* Same clock wired to kernel and pclk */
830 /* Same clock wired to kernel and pclk */
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td174 // Same as 2R with last two operands swapped
213 // Same as L2R with last two operands swapped
/freebsd-13.1/contrib/libxo/doc/
H A Dintro.rst60 Same code path, same format strings, same information, but it's
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td183 // Same as cc_out except it defaults to setting CPSR.
1103 // ARMPat - Same as Pat<>, but requires that the compiler be in ARM mode.
1113 // ARMV5MOPat - Same as ARMV5TEPat with UseMulOps.
1531 // T1Pat - Same as Pat<>, but requires that the compiler be in Thumb1 mode.
1536 // T2v6Pat - Same as Pat<>, but requires V6T2 Thumb2 mode.
2185 // Same as NeonI except it does not have a "data type" specifier.
2198 // Same as NeonI except it is not predicated
2332 // Same as N2V but not predicated.
2361 // Same as N2V except it doesn't have a datatype suffix.
2510 // Same as N3V except it doesn't have a data type suffix.
[all …]
/freebsd-13.1/crypto/openssl/crypto/perlasm/
H A DREADME35 &function_begin_B(name,extra) Same as normal function_begin but no pushing.
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dxilinx_axienet.txt40 - xlnx,rxcsum : Same values as xlnx,txcsum but for RX checksum offload
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp48 UnwindLocation UnwindLocation::createSame() { return {Same}; } in createSame()
93 case Same: in dump()
137 case Same: in operator ==()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DOptions.td12 // Same as P<> above, but without help texts, for private undocumented
24 // Same as B<> above, but without help texts, for private undocumented
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def27 /// Same as LANGSTANDARD_ALIAS, but for a deprecated alias.
/freebsd-13.1/contrib/less/
H A Dless.hlp78 ^X^X Same as '.
90 ^X^V Same as :e.
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DOptionsBase.td44 // - `OptionalEnumArg`: Same as EnumArg but marks it as optional.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFP.td412 // Same idea for ceil, where mode 6 is round towards +inf.
417 // Same idea for trunc, where mode 5 is round towards zero.
422 // Same idea for round, where mode 1 is round towards nearest with

12345