| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPeepholeSDWA.cpp | 95 MachineOperand *Replaced; // Operand that would be replace by Target member in __anon5b8513100111::SDWAOperand 104 : Target(TargetOp), Replaced(ReplacedOp) { in SDWAOperand() 106 assert(Replaced->isReg()); in SDWAOperand() 117 MachineOperand *getReplacedOperand() const { return Replaced; } in getReplacedOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 1869 bool Replaced = false; in replaceInstr() local 1871 Replaced = replaceInstrExact(ED, ExtR); in replaceInstr() 1873 Replaced = replaceInstrExpr(ED, ExtI, ExtR, Diff); in replaceInstr() 1875 if (Diff != 0 && Replaced && ED.IsDef) { in replaceInstr() 1894 return Replaced; in replaceInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 1381 if (auto Replaced = in optimizeLoopExitWithUnknownExitCount() local 1385 auto *NewCond = *Replaced; in optimizeLoopExitWithUnknownExitCount()
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | README | 248 7. Replaced ucisunknown() with ucisdefined() and ucisundefined().
|
| /freebsd/crypto/krb5/src/include/krb5/ |
| H A D | krb5.hin | 1533 /** @deprecated Replaced by krb5_c_* API family.*/ 1539 /** @deprecated Replaced by krb5_c_* API family. */ 1545 /** @deprecated Replaced by krb5_c_* API family. */ 1550 /** @deprecated Replaced by krb5_c_* API family. */ 1560 /** @deprecated Replaced by krb5_c_* API family. */ 1565 /** @deprecated Replaced by krb5_c_* API family. */ 1570 /** @deprecated Replaced by krb5_c_* API family. */ 1575 /** @deprecated Replaced by krb5_c_* API family. */ 1579 /** @deprecated Replaced by krb5_c_* API family. */ 1584 /** @deprecated Replaced by krb5_c_* API family. */ [all …]
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | eap_testing.txt | 8 - Replaced wpa_supplicant.c and wpa.c with test code that trigger
|
| /freebsd/sys/dev/mps/mpi/ |
| H A D | mpi2_history.txt | 273 * Replaced the MinReplyQueueDepth field of the IOCFacts
|
| /freebsd/sys/dev/mpr/mpi/ |
| H A D | mpi2_history.txt | 435 * Replaced the MinReplyQueueDepth field of the IOCFacts
|
| /freebsd/contrib/flex/ |
| H A D | ChangeLog | 107 used should not do this. Replaced Rules-getpo by extra script to manually update and rebuild 1444 …Replaced FLEX_STD macro with std::. The std:: construct exists as of C++98, so we can simply assu… 1494 src/scanopt.c, src/sym.c, src/tblcmp.c: Replaced CHAR macro with 3741 Replaced sprintf with snprintf everywhere. 4347 * flex.skl, main.c, scan.l: Replaced YY_ALWAYS_INTERACTIVE with m4. 4348 Replaced YY_NEVER_INTERACTIVE with m4. 4374 scan.l: Replaced many CPP macros with m4 equivalents. 6247 * configure.in, flexdef.h, tests/create-test: Replaced obsolete 6556 * main.c, misc.c: Replaced exit(2) calls with longjmps (in the form
|
| /freebsd/contrib/tcsh/ |
| H A D | Fixes | 1190 Replaced 'p' with 'F' and added D,T,C. 1632 67. Removed ignore_symlinks and chase_symlinks. Replaced by symlinks variable.
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 1115 HelpText<"Obsolete. Replaced by more general -order_file option">,
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 3149 * ntpd/refclock_conf.c: Replaced macro SHM with CLOCK_SHM. 3441 Replaced the 'sco5_oldclock' variable with 'systime_10ms_ticks'. 5519 * ports/winnt/: Replaced with new code (no SHM or PALISADE)
|
| H A D | NEWS | 3211 Replaced some constant numbers by defines from ntp_calendar.h 6977 Replaced some constant numbers by defines from ntp_calendar.h
|
| H A D | ChangeLog | 1237 Replaced some constant numbers by defines from ntp_calendar.h
|
| H A D | CommitLog | [all...] |
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 25684 # * Replaced Wyse entries with updated entries supplied by vendor. 25715 # adm36, mime314, ergo4000, ca22851. Replaced att7300, esprit, dd5500. 25716 # * Replaced the Perkin-Elmer entries with vendor's official ones. 25727 # * Replaced the translated BBN BitGraph entries with purpose-built 25729 # * Replaced the AT&T entries with AT&T's official terminfos. 25739 # * Replaced sol entry with sol1 and sol2. 25740 # * Replaced Qume QVT and Freedom-series entries with purpose-built 25756 # * Replaced HP entries up to hpsub with purpose-built ones. 25760 # * Replaced the Ann Arbor entries with SCO's, the init strings are 25957 # * Replaced pcvt with the 3.31 pcvt entries. [all …]
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 199 Replaced a magic number with a define. The Linux kernel code will utilize 889 Replaced one-element arrays with flexible-arrays, which were introduced 5586 Replaced __FUNCTION_ with __func__ in the gcc-specific header. 8773 Replaced all instances of %d in printf format specifiers with %u since 12333 Replaced the AcpiOsQueueForExecution interface with a new interface named 12932 the non-debug version of ACPICA. Replaced all instances of the 14036 Replaced "InterruptLevel" with "InterruptNumber" in all GPE interfaces 18156 Replaced AE_ERRORs in acpi_osl.c with more specific error codes. 18286 for a separate interface. Replaced with a common calloc procedure
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 19384 bool Replaced = false; in optimizeGatherSequence() local 19394 Replaced = true; in optimizeGatherSequence() 19408 Replaced = true; in optimizeGatherSequence() 19412 if (!Replaced) { in optimizeGatherSequence()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 4604 if (const SCEV *Replaced = MatchMinMaxNegation(MME)) in getNotSCEV() local 4605 return Replaced; in getNotSCEV()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 3955 let ASTNode = 0; // Replaced by Capability
|
| /freebsd/contrib/xz/ |
| H A D | ChangeLog | 19277 liblzma: Replaced hardcoded 0x0 index indicator byte with macro
|