Home
last modified time | relevance | path

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

123456

/freebsd-14.2/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-14.2/crypto/openssl/test/ssl-tests/
H A D03-custom_verify.cnf.in25 # Same test as above but with a custom callback that always fails.
40 # Same test as above but with a custom callback that always succeeds.
54 # Same test as above but with a custom callback that requests retry once.
80 # Same test as above but with a custom callback that always fails.
97 # Same test as above but with a custom callback that always succeeds.
129 # Same test as above but with a custom callback that always succeeds.
144 # Same test as above but with a custom callback that always fails.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.td36 // Same as CSR_Interrupt, but including all 32-bit FP registers.
40 // Same as CSR_Interrupt, but including all 64-bit FP registers.
44 // Same as CSR_Interrupt, but excluding X16-X31.
48 // Same as CSR_XLEN_F32_Interrupt, but excluding X16-X31.
52 // Same as CSR_XLEN_F64_Interrupt, but excluding X16-X31.
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/iio/proximity/
H A Dsemtech,sx9324.yaml56 description: Same as ph0-pin for phase 1.
64 description: Same as ph0-pin for phase 2.
72 description: Same as ph0-pin for phase 3.
118 Same as proxraw-strength01, for phase 2 and 3.
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp620 bool Same = false; member
760 void SetSame(bool Same) { in SetSame() argument
761 FlatTree[CurrentNode].Same = Same; in SetSame()
913 return FlatTree[ReadNode].Same; in NodeIsSame()
1668 if (Same) { in PrintTypeNames()
1732 bool ToDefault, bool Same) { in PrintExpr() argument
1735 if (Same) { in PrintExpr()
1778 if (Same) { in PrintTemplateTemplate()
1803 bool FromDefault, bool ToDefault, bool Same) { in PrintAPSInt() argument
1807 if (Same) { in PrintAPSInt()
[all …]
/freebsd-14.2/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-14.2/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-14.2/contrib/libpcap/testprogs/
H A DCMakeLists.txt44 # Same as in configure.ac.
/freebsd-14.2/contrib/arm-optimized-routines/pl/math/test/testcases/directed/
H A Dasinhf.tst15 ; Same issue encountered with other function similar to x close to 0
H A Datan2.tst73 ; Same issue encountered with other function similar to x close to 0
87 ; Same issue encountered with other function similar to x close to 0
H A Datan2f.tst77 ; Same issue encountered with other function similar to x close to 0
92 ; Same issue encountered with other function similar to x close to 0
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp215 MemoryAccess *Same = nullptr; in tryRemoveTrivialPhi() local
218 if (Op == Phi || Op == Same) in tryRemoveTrivialPhi()
221 if (Same) in tryRemoveTrivialPhi()
223 Same = cast<MemoryAccess>(&*Op); in tryRemoveTrivialPhi()
226 if (Same == nullptr) in tryRemoveTrivialPhi()
229 Phi->replaceAllUsesWith(Same); in tryRemoveTrivialPhi()
235 return recursePhi(Same); in tryRemoveTrivialPhi()
/freebsd-14.2/contrib/arm-optimized-routines/string/arm/
H A Dmemset.S67 orr r1, r1, r1, lsl#8 @ Same character into all bytes
/freebsd-14.2/contrib/cortex-strings/src/arm/
H A Dmemset.S92 orr r1, r1, r1, lsl#8 @ Same character into all bytes
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h43 Same, enumerator
138 case ComparisonResult::Same: in widen()
/freebsd-14.2/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
144 /// CCAssignToRegAndStack - Same as CCAssignToReg, but also allocates a stack
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1303 TLI_DEFINE_SIG_INTERNAL(Floating, Same, Same)
1308 TLI_DEFINE_SIG_INTERNAL(Floating, Same, Same)
1313 TLI_DEFINE_SIG_INTERNAL(Floating, Same, Same)
1318 TLI_DEFINE_SIG_INTERNAL(Floating, Same, Same)
1323 TLI_DEFINE_SIG_INTERNAL(Floating, Same, Same)
1328 TLI_DEFINE_SIG_INTERNAL(Floating, Same, Same)
1573 TLI_DEFINE_SIG_INTERNAL(Long, Same)
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Dpxa27x-keypad.txt31 - marvell,rotary1 : Same as marvell,rotary0. It is for rotary 1.
/freebsd-14.2/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-14.2/sys/contrib/device-tree/src/arm/
H A Dste-dbx5x0.dtsi792 /* Same clock wired to kernel and pclk */
809 /* Same clock wired to kernel and pclk */
826 /* Same clock wired to kernel and pclk */
843 /* Same clock wired to kernel and pclk */
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-simple.yaml131 # Same as ETM0700G0DH6 but with inverted pixel clock.
134 # Same timings as the ETM0700G0DH6, but with resistive touch.
137 # Same display as the ETM0700G0BDH6, but with changed hardware for the
/freebsd-14.2/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-14.2/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_wrap.txt49 # Same as previous example but with invalid unwrap key: should be rejected

123456