| /netbsd-src/sys/external/isc/libsodium/dist/builds/msvc/build/ |
| H A D | buildbase.bat | 4 SET solution=%1 13 ECHO Building: %solution% 19 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=Win32 %solution% >> %log% 22 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=Win32 %solution% >> %log% 25 msbuild /m /v:n /p:Configuration=LtcgDebug /p:Platform=Win32 %solution% >> %log% 28 msbuild /m /v:n /p:Configuration=LtcgRelease /p:Platform=Win32 %solution% >> %log% 31 msbuild /m /v:n /p:Configuration=StaticDebug /p:Platform=Win32 %solution% >> %log% 34 msbuild /m /v:n /p:Configuration=StaticRelease /p:Platform=Win32 %solution% >> %log% 41 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=x64 %solution% >> %log% 44 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=x64 %solution% >> %log% [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| H A D | ppevvmath.h | 119 fInt solution = fPositiveOne; /*Starting off with baseline of 1 */ in fExponential() local 134 solution = fMultiply(solution, GetScaledFraction(expk_array[i], 10000)); in fExponential() 141 solution = fMultiply(solution, error_term); in fExponential() 144 solution = fDivide(fPositiveOne, solution); in fExponential() 146 return solution; in fExponential() 154 fInt solution = ConvertToFraction(0); /*Starting off with baseline of 0 */ in fNaturalLog() local 164 solution = fAdd(solution, GetScaledFraction(logk_array[i], 10000)); in fNaturalLog() 171 return (fAdd(solution, error_term)); in fNaturalLog() 544 fInt solution; in fRoundUpByStepSize() local 546 solution = fDivide(A, fStepSize); in fRoundUpByStepSize() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
| H A D | CapturingConfigInfo.rst | 21 * The solution should not INSTALL any additional headers. We don't want an extra 24 * The solution should not unduly affect libc++ developers. The problem is limited 25 to installed versions of libc++ and the solution should be as well. 27 * The solution should not modify any existing headers EXCEPT during installation. 31 * The solution should not make any of the libc++ headers dependent on 35 * The solution should not have ANY effect on users who don't need special
|
| /netbsd-src/external/gpl2/send-pr/dist/send-pr/ |
| H A D | states.texi | 35 acknowledges that the solution works. 43 has confirmed the solution. 49 solution is not possible or is not cost-effective at the present time. 50 The PR continues to exist, though a solution is not being actively
|
| H A D | fields.texi | 290 (@sc{Enumerated}) How soon the originator requires a solution. Accepted 296 A solution is needed as soon as possible. 386 arbitrary or obvious information can point the way toward a solution. 392 (@sc{MultiText}) A description of a solution to the problem, or a patch 445 originator has confirmed that the solution works.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
| H A D | 2001-04-16-DynamicCompilation.txt | 7 providing a solution to these two goals will yield an excellent solution 30 On a social level, static compilation is a very shortsighted solution to 44 solution to these problems. Its design allows the large body of platform
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | puzzle | 16 >0x1e leshort 0x0000 plain text solution 17 >0x1e leshort !0x0000 scrambled solution
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-structalias.c | 314 bitmap solution; member 402 ret->solution = BITMAP_ALLOC (&pta_obstack); in new_var_info() 1366 bitmap_set_bit (get_varinfo (lhsvar)->solution, rhsvar); in build_succ_graph() 1531 if (fromvi->solution) in unify_nodes() 1536 if (bitmap_ior_into (tovi->solution, fromvi->solution)) in unify_nodes() 1542 BITMAP_FREE (fromvi->solution); in unify_nodes() 1621 bitmap sol = get_varinfo (lhs)->solution; in do_sd_constraint() 1675 flag |= bitmap_ior_into (sol, get_varinfo (t)->solution); in do_sd_constraint() 1682 flag |= bitmap_ior_into (sol, get_varinfo (t)->solution); in do_sd_constraint() 1697 get_varinfo (lhs)->solution = sol; in do_sd_constraint() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-structalias.cc | 321 bitmap solution; member 410 ret->solution = BITMAP_ALLOC (&pta_obstack); in new_var_info() 1215 && bitmap_bit_p (get_varinfo (find (to))->solution, escaped_id)) in add_graph_edge() 1396 bitmap_set_bit (get_varinfo (lhsvar)->solution, rhsvar); in build_succ_graph() 1561 if (fromvi->solution) in unify_nodes() 1566 if (bitmap_ior_into (tovi->solution, fromvi->solution)) in unify_nodes() 1572 BITMAP_FREE (fromvi->solution); in unify_nodes() 1593 bitmap sol = get_varinfo (lhs)->solution; in do_sd_constraint() 1647 flag |= bitmap_ior_into (sol, get_varinfo (t)->solution); in do_sd_constraint() 1654 flag |= bitmap_ior_into (sol, get_varinfo (t)->solution); in do_sd_constraint() [all …]
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/ |
| H A D | rfc3715.txt | 144 account in a NA(P)T traversal solution. 153 traversal solution. 429 The goal of an IPsec-NAT compatibility solution is to expand the 431 NAT-compatible IPsec tunnel mode solution described in Section 2.3. 433 In evaluating a solution to IPsec-NAT incompatibility, the following 442 Therefore, to be useful, an IPsec-NAT compatibility solution MUST 456 hosts, a potential IPsec-NAT compatibility solution, which 459 compatibility solution SHOULD require changes only to hosts, and 464 compatibility solution, since that would require changes to the 467 it is necessary for the solution to work with existing router and [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ |
| H A D | README.txt | 26 CMake once, it can be built manually from the ClangFormat.sln solution in Visual 49 instance, open or create a C++ solution, and you should now see the Clang Format
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/ |
| H A D | top.txi | 7 @c The solution is to use @ifnottex instead.
|
| /netbsd-src/sys/arch/pmax/stand/smallnet/ |
| H A D | README | 3 The smallnet network loader is meant to be a short term solution for
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Notes/ |
| H A D | ALLfbt_notes.txt | 37 in a very unstable way, as a temporary solution while stable providers 48 and bug fixes). The only practical solution is the development and
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/ |
| H A D | ALLfbt_notes.txt | 37 in a very unstable way, as a temporary solution while stable providers 48 and bug fixes). The only practical solution is the development and
|
| /netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/ |
| H A D | CHANGELOG.md | 21 * Microsoft Visual Studio solution
|
| /netbsd-src/external/bsd/unbound/dist/pythonmod/doc/ |
| H A D | index.rst | 4 Python module for **Unbound** provides easy-to-use flexible solution,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | CMakeLists.txt | 28 # LLVM_ENABLE_MODULES=On. Eventually we should come up with a better solution to 29 # this, but there is no easy solution.
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | TODO | 23 think. The easier solution is to recommend people only do
|
| /netbsd-src/sys/kern/ |
| H A D | Make.tags.inc | 10 # solution would probably be for ctags to generate "struct vmmeter" tags.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | TODO | 23 think. The easier solution is to recommend people only do
|
| /netbsd-src/external/ibm-public/postfix/dist/mantools/ |
| H A D | make_soho_readme | 31 need a solution such as "fetchmail", which is outside the scope of
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | PORTING | 21 source files. While this may look like the quickest solution, it
|
| /netbsd-src/external/bsd/libpcap/dist/ |
| H A D | CONTRIBUTING.md | 24 Please note that if you know exactly how to solve the problem and the solution
|
| /netbsd-src/external/bsd/ntp/dist/ntpsnmpd/ |
| H A D | README | 22 I will try to do this earlier in order to be able to have a working solution at the end of this pro…
|