| /freebsd-14-stable/usr.bin/mail/misc/ |
| HD | mail.tildehelp | 14 ~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-stable/crypto/openssl/test/ssl-tests/ |
| HD | 03-custom_verify.cnf.in | 25 # 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-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVCallingConv.td | 49 // 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-14-stable/sys/contrib/dev/acpica/components/disassembler/ |
| HD | dmcstyle.c | 1089 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-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUMIRFormatter.cpp | 57 constexpr int64_t Same = 0; in printSDelayAluImm() local 78 if (Skip == Same && Id1 == None) in printSDelayAluImm()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ASTDiagnostic.cpp | 620 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-14-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | MachineSSAUpdater.cpp | 95 bool Same = true; in LookForIdenticalPHI() local 100 Same = false; in LookForIdenticalPHI() 104 if (Same) in LookForIdenticalPHI()
|
| /freebsd-14-stable/contrib/libpcap/testprogs/ |
| HD | CMakeLists.txt | 44 # Same as in configure.ac.
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | MemorySSAUpdater.cpp | 215 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-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| HD | TargetCallingConv.td | 116 /// 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-stable/contrib/llvm-project/compiler-rt/lib/memprof/ |
| HD | memprof_flags.inc | 35 "realloc(p, 0) is equivalent to free(p) by default (Same as the "
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| HD | DataflowEnvironment.h | 45 Same, enumerator 150 case ComparisonResult::Same: in widen()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | TargetLibraryInfo.def | 1323 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-14-stable/sys/contrib/device-tree/Bindings/mtd/ |
| HD | fsmc-nand.txt | 18 byte 1 TAR : ALE to RE delay, 4 bits are valid. Same format as TCLR.
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/input/ |
| HD | pxa27x-keypad.txt | 31 - marvell,rotary1 : Same as marvell,rotary0. It is for rotary 1.
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm/ |
| HD | ste-dbx5x0.dtsi | 792 /* 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-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| HD | XCoreInstrFormats.td | 174 // Same as 2R with last two operands swapped 213 // Same as L2R with last two operands swapped
|
| /freebsd-14-stable/crypto/openssl/test/recipes/30-test_evp_data/ |
| HD | evpkdf_krb5.txt | 126 #Same as the first but with no "fixup"
|
| HD | evpciph_aes_wrap.txt | 49 # Same as previous example but with invalid unwrap key: should be rejected
|
| HD | evppkey_ecx.txt | 308 #Same as the verify operation above but with the order added to s 524 #Same as the verify operation above but with the order added to s
|
| /freebsd-14-stable/contrib/libxo/doc/ |
| HD | intro.rst | 60 Same code path, same format strings, same information, but it's
|
| /freebsd-14-stable/crypto/openssl/crypto/perlasm/ |
| HD | README.md | 39 &function_begin_B(name,extra) Same as normal function_begin but no
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMInstrFormats.td | 193 // 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 …]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFDebugFrame.cpp | 47 UnwindLocation UnwindLocation::createSame() { return {Same}; } in createSame() 91 case Same: in dump() 137 case Same: in operator ==()
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/net/ |
| HD | xilinx_axienet.txt | 41 - xlnx,rxcsum : Same values as xlnx,txcsum but for RX checksum offload
|