Home
last modified time | relevance | path

Searched refs:solution (Results 1 – 25 of 152) sorted by relevance

1234567

/freebsd-12.1/sys/contrib/libsodium/builds/msvc/build/
H A Dbuildbase.bat4 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%
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%
47 msbuild /m /v:n /p:Configuration=LtcgDebug /p:Platform=x64 %solution% >> %log%
50 msbuild /m /v:n /p:Configuration=LtcgRelease /p:Platform=x64 %solution% >> %log%
[all …]
/freebsd-12.1/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c213 dictItem solution; in ZDICT_analyzePos() local
216 memset(&solution, 0, sizeof(solution)); in ZDICT_analyzePos()
230 return solution; in ZDICT_analyzePos()
254 return solution; in ZDICT_analyzePos()
347 solution.pos = (U32)pos; in ZDICT_analyzePos()
348 solution.length = (U32)maxLength; in ZDICT_analyzePos()
357 length = solution.length; in ZDICT_analyzePos()
360 if (length > solution.length) length = solution.length; in ZDICT_analyzePos()
367 return solution; in ZDICT_analyzePos()
551 dictItem solution; in ZDICT_trainBuffer_legacy() local
[all …]
/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-structalias.c255 bitmap solution; member
1368 sol = get_varinfo (t)->solution; in do_da_constraint()
1501 tmp = get_varinfo (t)->solution; in do_ds_constraint()
1507 sol = get_varinfo (rhs)->solution; in do_ds_constraint()
1548 bitmap solution; in do_complex_constraint() local
1554 solution = get_varinfo (t)->solution; in do_complex_constraint()
1556 tmp = get_varinfo (t)->solution; in do_complex_constraint()
1562 get_varinfo (t)->solution = tmp; in do_complex_constraint()
2087 bitmap solution; in solve_graph() local
2103 solution = get_varinfo (i)->solution; in solve_graph()
[all …]
/freebsd-12.1/contrib/llvm/tools/lld/docs/
H A Dmissingkeyfunction.rst50 The solution in this case is to implement the missing method.
72 The solution in this case is to add the missing ``= 0`` to the declaration of
82 The solution in this case is to check your dependencies to make sure that
/freebsd-12.1/contrib/sendmail/cf/cf/
H A Dknecht.mc199 # The solution below catches any one of this three issues. This is not an ideal
200 # solution, but a temporary measure. A correct solution would be to check for
201 # the presence of ALL three header attributes. Also the solution is incomplete
/freebsd-12.1/release/picobsd/tinyware/sps/
H A DREADME4 is superior solution).
/freebsd-12.1/sys/dts/arm/
H A Dpandaboard-common.dtsi30 non-removable; /* XXX need real solution */
/freebsd-12.1/contrib/libpcap/
H A DCONTRIBUTING24 Please note that if you know exactly how to solve the problem and the solution
/freebsd-12.1/contrib/ntp/ntpsnmpd/
H A DREADME22 I will try to do this earlier in order to be able to have a working solution at the end of this pro…
/freebsd-12.1/sys/gnu/dts/arm/
H A Darmada-xp-db-xc3-24g4xg.dts16 * solution) or the below Device Tree should be adjusted.
H A Darmada-xp-db-dxbc2.dts16 * solution) or the below Device Tree should be adjusted.
H A Darmada-370-rd.dts17 * solution) or the below Device Tree should be adjusted.
H A Darmada-xp-db.dts20 * solution) or the below Device Tree should be adjusted.
H A Darmada-xp-gp.dts19 * solution) or the below Device Tree should be adjusted.
H A Darmada-370-db.dts19 * solution) or the below Device Tree should be adjusted.
/freebsd-12.1/contrib/unbound/doc/
H A DREADME.ipset.md4 …book, twitter, youtube and thousands web site for some reason. VPN is a solution. But the internet…
/freebsd-12.1/contrib/nvi/cl/
H A DREADME.signal81 Also, the second solution doesn't work for flow control characters, as
154 itself to sleep. There's a solution to all of this: when vi starts, it puts
173 The simplest solution is probably to twiddle the tty, install a handler for
/freebsd-12.1/sys/kern/
H A DMake.tags.inc11 # better solution would be for ctags to generate "struct vmmeter" tags.
/freebsd-12.1/contrib/amd/
H A DREADME.attrcache79 The near term solution is for every OS to support a true 'noac' flag, which
82 The long term solution is to implement Autofs support for all OSs and to
/freebsd-12.1/crypto/heimdal/doc/
H A Dmisc.texi56 A working solution would be to hook up a machine with a real operating
/freebsd-12.1/etc/mail/
H A DREADME16 just the localhost interface). If this is not a desirable solution, it
/freebsd-12.1/sbin/natd/samples/
H A Dnatd.cf.sample84 # The obvious solution is to use only a single address for the name, the
/freebsd-12.1/crypto/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod129 best solution to this problem is to set hash-E<gt>down_load=0 before
131 The best solution is probably to avoid deleting items from the hash
H A DX509_NAME_get_index_by_NID.pod59 For a more general solution X509_NAME_get_index_by_NID() or
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h.pump167 // Our solution is to combine the best part of the two approaches: a
265 // Our solution is to combine the best part of the two approaches: a

1234567