/freebsd/sys/compat/linux/ |
H A D | linux_ipc64.h | 64 * - 64-bit time_t to solve y2038 problem 97 * - 64-bit time_t to solve y2038 problem 122 * - 64-bit time_t to solve y2038 problem
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SCCPSolver.h | 107 /// Solve - Solve for constants and executable blocks. 108 void solve(); 112 /// However, this is not a safe assumption. After we solve dataflow, this
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 76 // Solve for constants. in runSCCP() 79 Solver.solve(); in runSCCP()
|
/freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
H A D | feature_request.md | 26 What problem does this feature solve?
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | SparsePropagation.h | 144 /// Solve - Solve for constants and executable blocks. 145 void Solve(); 470 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::Solve() { in Solve() function
|
/freebsd/contrib/libpcap/ |
H A D | CONTRIBUTING.md | 24 Please note that if you know exactly how to solve the problem and the solution
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 579 # This function helps solve this issue by taking two sets of sequential 679 # This function helps solve this issue by taking two sets of sequential 740 # This function helps solve this issue by taking two sets of sequential 805 # This function helps solve this issue by taking two sets of sequential 883 # This function helps solve this issue by taking three sets of sequential 976 # This function helps solve this issue by taking three sets of sequential 1081 # This function helps solve this issue by taking three sets of sequential 1177 # This function helps solve this issue by taking three sets of sequential 1202 # This function helps solve this issue by taking three sets of sequential 1318 # This function helps solve this issue by taking three sets of sequential [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | WatchedLiteralsSolver.cpp | 146 std::pair<Solver::Result, std::int64_t> solve(std::int64_t MaxIterations) && { in solve() function in clang::dataflow::__anondce44e890111::WatchedLiteralsSolverImpl 409 WatchedLiteralsSolver::solve(llvm::ArrayRef<const Formula *> Vals) { in solve() function in clang::dataflow::WatchedLiteralsSolver 412 auto [Res, Iterations] = WatchedLiteralsSolverImpl(Vals).solve(MaxIterations); in solve()
|
/freebsd/contrib/libdiff/include/ |
H A D | diff_main.h | 192 * needs a fallback algo to solve chunks that don't have common-unique atoms. */ 236 * solve the divided chunks. */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegAllocPBQP.h | 292 Solution solve() { in solve() function 520 inline Solution solve(PBQPRAGraph& G) { in solve() function 524 return RegAllocSolver.solve(); in solve()
|
/freebsd/contrib/ncurses/man/ |
H A D | menu_post.3x | 73 You should consider using \fBset_menu_format\fP to solve the problem.
|
H A D | curs_add_wch.3x | 358 \fI\%ncurses\fP 5.3 (2002) provided a table of Unicode values to solve 369 Having Unicode available does not solve all of the problems with
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_mx4200.c | 429 /* dynamic: solve for pos, alt, time, while moving */ in mx4200_config() 432 /* static: solve for pos, alt, time, while stationary */ in mx4200_config() 532 * Get UTC time from a stationary receiver. Solve for time only. in mx4200_ref() 537 'K', /* known position: solve for time only */ in mx4200_ref() 1425 * D = Dynamic; solve for position and time while moving 1426 * S = Static; solve for position and time while stationary 1427 * K = Known position input, solve for time only
|
/freebsd/contrib/tcp_wrappers/ |
H A D | README.IRIX | 20 restarting inetd does not solve all problems.
|
/freebsd/share/man/man4/ |
H A D | snd_es137x.4 | 60 Increasing this value will solve most popping and crackling issues
|
/freebsd/crypto/heimdal/doc/ |
H A D | misc.texi | 50 (available only in the U.S) it doesn't really solve any problems. Sure
|
H A D | apps.texi | 88 Digital's @samp{ENHANCED} (C2) security, and Kerberos solve two 123 Also, kerberised ftp will not work with C2 passwords. You can solve this
|
/freebsd/sys/contrib/openzfs/.github/ |
H A D | PULL_REQUEST_TEMPLATE.md | 11 <!--- Why is this change required? What problem does it solve? -->
|
H A D | CONTRIBUTING.md | 123 feature needed? What problem does it solve? 224 attempting to solve.
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 292 // possible to solve now. We do NOT try to proactively update these values. in threadEdgeImpl() 348 // While analyzing which blocks we can solve values for, we need the dominator 439 void solve(); 515 void LazyValueInfoImpl::solve() { in solve() function in LazyValueInfoImpl 1518 // this function is generally cached when called from the solve* functions in getEdgeValue() 1520 // context instruction), because when this function is called from the solve* in getEdgeValue() 1537 solve(); in getValueInBlock() 1574 // we may have to call solve() multiple times, as the edge value calculation in getValueOnEdge() 1576 solve(); in getValueOnEdge() 2024 // We can generate (solve) LVI values only for blocks that are dominated by in emitInstructionAnnot()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | WatchedLiteralsSolver.h | 50 Result solve(llvm::ArrayRef<const Formula *> Vals) override;
|
H A D | Solver.h | 89 virtual Result solve(llvm::ArrayRef<const Formula *> Vals) = 0;
|
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | remez.jl | 180 # I had hoped that Julia's type-genericity would allow me to solve the 300 # differentiate and solve for zero. In this case, that works fine even 303 # turns out to be linear so we just solve it as a matrix. 325 # have enough information to construct our matrix and solve it 399 # Solve the matrix equation. 665 # we need to solve becomes nonlinear, because each equation 679 # a candidate value of e, solve all but one of the equations
|
/freebsd/contrib/sendmail/libsm/ |
H A D | rpool.c | 118 ** We could solve this by 214 ** We could solve this by
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | DynamicLibrary.inc | 76 // If this is darwin, it has some funky issues, try to solve them here. Some
|