Home
last modified time | relevance | path

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

1234567

/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20061579 Same.
1581 Same.
1585 Same.
1587 Same.
1591 Same.
1593 Same.
1596 Same.
1602 Same.
2798 Same.
2807 Same.
[all …]
H A DChangeLog-2002184 (CCOLLATE_CC): Same.
185 (CCTYPE_CC): Same.
187 (CMONEY_CC): Same.
188 (CNUMERIC_CC): Same.
189 (CTIME_CC): Same.
190 (CLOCALE_CC): Same.
622 (test13): Same.
3416 (numpunct): Same.
4520 (test02): Same.
4522 (test02): Same.
[all …]
H A DChangeLog-2005188 * config.h.in: Same.
229 * src/debug.cc: Same.
398 * src/ios.cc: Same.
401 * src/tree.cc: Same.
407 * src/list.cc: Same.
1728 (test02): Same.
3841 3983-1.cc: Same.
3843 3983-2.cc: Same.
3948 3983-1.cc: Same.
3950 9826.cc: Same.
[all …]
H A DChangeLog-2003361 * src/locale.cc: Same.
685 * acconfig.h: Same.
688 * configure: Same.
689 * aclocal.m4: Same.
3144 Same.
3653 * acconfig.h: Same.
3658 * aclocal.m4: Same.
3660 * testsuite: Same.
3662 * config: Same.
3663 * libsupc++: Same.
[all …]
H A DChangeLog-2004669 (operator>): Same.
670 (operator<=): Same.
671 (operator>=): Same.
673 (cref): Same.
1018 * src/ios.cc: Same.
1266 (operator<): Same.
1267 (operator>): Same.
1487 (__pool): Same.
3814 Same.
3817 Same.
[all …]
H A DChangeLog-20011631 (test02): Same.
1633 (test02): Same.
1637 (test02): Same.
1639 (test02): Same.
3246 (vscanf): Same.
3251 (_Exit): Same.
3252 (strtof): Same.
3685 (strstr): Same.
3687 (wcsbrk): Same.
3689 (wcsstr): Same.
[all …]
H A DChangeLog-200043 Same for _M_halfcount.
2962 * src/ios.cc: Same.
3850 * shadow/*: Same.
3986 (sinf): Same.
3987 (cosf): Same.
3988 (fabsf): Same.
5018 Same here.
5122 (readsome): Same.
5127 (xsputn): Same.
5389 * ltconfig: Same
[all …]
H A DChangeLog-199973 (underflow): Same here.
218 (tellg): Same.
409 (get): Same.
410 (putback): Same.
586 (seekpos): Same.
587 (seekoff): Same.
714 (xsgetn): Same.
717 (seekoff): Same.
785 (ws): Same.
843 (overflow): Same.
[all …]
H A DChangeLog42 (has_facet): Same.
62 (has_facet): Same.
168 * testsuite/util/testsuite_shared.cc: Same.
169 * testsuite/util/io/illegal_input_error.hpp: Same.
170 * testsuite/util/io/verified_cmd_line_input.cc: Same.
175 * libsupc++/new: Same.
/freebsd-12.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-12.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-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.td31 // Same as CSR_Interrupt, but including all 32-bit FP registers.
45 // Same as CSR_Interrupt, but including all 64-bit FP registers.
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp569 bool Same = false; member
710 void SetSame(bool Same) { in SetSame() argument
711 FlatTree[CurrentNode].Same = Same; in SetSame()
863 return FlatTree[ReadNode].Same; in NodeIsSame()
1615 if (Same) { in PrintTypeNames()
1663 bool ToDefault, bool Same) { in PrintExpr() argument
1666 if (Same) { in PrintExpr()
1708 if (Same) { in PrintTemplateTemplate()
1733 bool FromDefault, bool ToDefault, bool Same) { in PrintAPSInt() argument
1737 if (Same) { in PrintAPSInt()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp97 bool Same = true; in LookForIdenticalPHI() local
102 Same = false; in LookForIdenticalPHI()
106 if (Same) in LookForIdenticalPHI()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp194 MemoryAccess *Same = nullptr; in tryRemoveTrivialPhi() local
197 if (Op == Phi || Op == Same) in tryRemoveTrivialPhi()
200 if (Same) in tryRemoveTrivialPhi()
202 Same = cast<MemoryAccess>(&*Op); in tryRemoveTrivialPhi()
205 if (Same == nullptr) in tryRemoveTrivialPhi()
208 Phi->replaceAllUsesWith(Same); in tryRemoveTrivialPhi()
214 return recursePhi(Same); in tryRemoveTrivialPhi()
/freebsd-12.1/contrib/binutils/include/coff/
H A DChangeLog83 (IMAGE_WEAK_EXTERN_SEARCH_LIBRARY): Same.
84 (IMAGE_WEAK_EXTERN_SEARCH_ALIAS): Same.
/freebsd-12.1/contrib/cortex-strings/src/arm/
H A Dmemset.S92 orr r1, r1, r1, lsl#8 @ Same character into all bytes
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetCallingConv.td93 /// CCAssignToRegWithShadow - Same as CCAssignToReg, but with list of registers
110 /// CCAssignToStackWithShadow - Same as CCAssignToStack, but with a list of
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrFormats.td175 // Same as 2R with last two operands swapped
214 // Same as L2R with last two operands swapped
/freebsd-12.1/contrib/gcc/
H A DChangeLog-2002596 ("absv4si2"): Same.
597 ("absv4sf2"): Same.
3354 (regclass): Same.
12268 (smaxsi3): Same.
12269 (uminsi3): Same.
12270 (umaxsi3): Same.
12272 (*ne0): Same.
14203 (fctiwz): Same.
23508 (nabsdi2): Same.
25318 (vec_lde): Same.
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrFormats.td180 // Same as cc_out except it defaults to setting CPSR.
999 // ARMPat - Same as Pat<>, but requires that the compiler be in ARM mode.
1009 // ARMV5MOPat - Same as ARMV5TEPat with UseMulOps.
1424 // T1Pat - Same as Pat<>, but requires that the compiler be in Thumb1 mode.
1429 // T2v6Pat - Same as Pat<>, but requires V6T2 Thumb2 mode.
2068 // Same as NeonI except it does not have a "data type" specifier.
2081 // Same as NeonI except it is not predicated
2215 // Same as N2V but not predicated.
2244 // Same as N2V except it doesn't have a datatype suffix.
2393 // Same as N3V except it doesn't have a data type suffix.
[all …]
/freebsd-12.1/contrib/libxo/doc/
H A Dintro.rst60 Same code path, same format strings, same information, but it's
/freebsd-12.1/sys/gnu/dts/arm/
H A Dste-dbx5x0.dtsi921 /* Same clock wired to kernel and pclk */
936 /* Same clock wired to kernel and pclk */
951 /* Same clock wired to kernel and pclk */
966 /* Same clock wired to kernel and pclk */
/freebsd-12.1/crypto/openssl/crypto/perlasm/
H A DREADME35 &function_begin_B(name,extra) Same as normal function_begin but no pushing.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DLangStandards.def28 /// Same as LANGSTANDARD_ALIAS, but for a deprecated alias.

1234567