Home
last modified time | relevance | path

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

123456

/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.td49 // Same as CSR_Interrupt, but including all 32-bit FP registers.
53 // Same as CSR_Interrupt, but including all 64-bit FP registers.
57 // Same as CSR_Interrupt, but excluding X16-X31.
61 // Same as CSR_XLEN_F32_Interrupt, but excluding X16-X31.
65 // Same as CSR_XLEN_F64_Interrupt, but excluding X16-X31.
/freebsd/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/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecx_sigalg.txt146 #Same as the verify operation above but with the order added to s
346 #Same as the verify operation above but with the order added to s
495 # Same as the Sign-Message above, but with a pre-hashed input. Input was
504 # Same as the Sign above, but using the plain ED25519 with an instance set
513 # Same as the Sign above, but forgetting to set an instance, should lead to
661 # Same as the Sign-Message above, but with a pre-hashed input. Input was
670 # Same as the Sign above, but using the plain ED25519 with an instance set
679 # Same as the Sign above, but forgetting to set an instance, should lead to
701 # Same as the Sign-Message above, but with a pre-hashed input. Input was
710 # Same as the Sign above, but using the plain ED25519 with an instance set
[all …]
H A Devpciph_aes_wrap.txt49 # Same as previous example but with invalid unwrap key: should be rejected
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.cpp57 constexpr int64_t Same = 0; in printSDelayAluImm() local
78 if (Skip == Same && Id1 == None) in printSDelayAluImm()
/freebsd/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()
1686 bool FromDefault, bool ToDefault, bool Same) { in PrintTypeNames() argument
1690 if (Same) { in PrintTypeNames()
1754 bool ToDefault, bool Same) { in PrintExpr() argument
1757 if (Same) { in PrintExpr()
1789 bool FromDefault, bool ToDefault, bool Same) { in PrintTemplateTemplate() argument
1800 if (Same) { in PrintTemplateTemplate()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp95 bool Same = true; in LookForIdenticalPHI() local
100 Same = false; in LookForIdenticalPHI()
104 if (Same) in LookForIdenticalPHI()
/freebsd/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/contrib/libpcap/testprogs/
H A DCMakeLists.txt44 # Same as in configure.ac.
/freebsd/contrib/arm-optimized-routines/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/contrib/arm-optimized-routines/string/arm/
H A Dmemset.S67 orr r1, r1, r1, lsl#8 @ Same character into all bytes
/freebsd/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/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/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h45 Same, enumerator
150 case ComparisonResult::Same: in widen()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1323 TLI_DEFINE_SIG_INTERNAL(Floating, Same, Same)
1328 TLI_DEFINE_SIG_INTERNAL(Floating, Same, Same)
1333 TLI_DEFINE_SIG_INTERNAL(Floating, Same, Same)
1338 TLI_DEFINE_SIG_INTERNAL(Floating, Same, Same)
1343 TLI_DEFINE_SIG_INTERNAL(Floating, Same, Same)
1348 TLI_DEFINE_SIG_INTERNAL(Floating, Same, Same)
1593 TLI_DEFINE_SIG_INTERNAL(Long, Same)
/freebsd/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/sys/contrib/device-tree/Bindings/input/
H A Dpxa27x-keypad.txt31 - marvell,rotary1 : Same as marvell,rotary0. It is for rotary 1.
/freebsd/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/contrib/libxo/doc/
H A Dintro.rst60 Same code path, same format strings, same information, but it's
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-dbx5x0.dtsi861 /* Same clock wired to kernel and pclk */
878 /* Same clock wired to kernel and pclk */
895 /* Same clock wired to kernel and pclk */
912 /* Same clock wired to kernel and pclk */
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td193 // Same as cc_out except it defaults to setting CPSR.
597 // Same as I except it can optionally modify CPSR. Note it's modeled as an input
1120 // ARMPat - Same as Pat<>, but requires that the compiler be in ARM mode.
1130 // ARMV5MOPat - Same as ARMV5TEPat with UseMulOps.
1358 // Same as Thumb2I except it can optionally modify CPSR. Note it's modeled as an
1551 // T1Pat - Same as Pat<>, but requires that the compiler be in Thumb1 mode.
1556 // T2v6Pat - Same as Pat<>, but requires V6T2 Thumb2 mode.
1561 // T2Pat - Same as Pat<>, but requires that the compiler be in Thumb2 mode.
1957 // Single precision unary, if no NEON. Same as ASuI except not available if
2021 // Single precision binary, if no NEON. Same as ASbI except not available if
[all …]

123456