Home
last modified time | relevance | path

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

12345

/freebsd-13.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-13.1/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c235 dictItem solution; in ZDICT_analyzePos() local
238 memset(&solution, 0, sizeof(solution)); in ZDICT_analyzePos()
252 return solution; in ZDICT_analyzePos()
276 return solution; in ZDICT_analyzePos()
369 solution.pos = (U32)pos; in ZDICT_analyzePos()
370 solution.length = (U32)maxLength; in ZDICT_analyzePos()
379 length = solution.length; in ZDICT_analyzePos()
382 if (length > solution.length) length = solution.length; in ZDICT_analyzePos()
389 return solution; in ZDICT_analyzePos()
574 dictItem solution; in ZDICT_trainBuffer_legacy() local
[all …]
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dpuzzle16 >0x1e leshort 0x0000 plain text solution
17 >0x1e leshort !0x0000 scrambled solution
/freebsd-13.1/sys/contrib/device-tree/Bindings/nds32/
H A Dandestech-boards21 processors to provide a cost-effective and high performance solution for
24 logics to complete a SoC solution for a specific application. With
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A Dmissingkeyfunction.rst51 The solution in this case is to implement the missing function.
73 The solution in this case is to add the missing ``= 0`` to the declaration of
83 The solution in this case is to check your dependencies to make sure that
/freebsd-13.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-13.1/sys/contrib/device-tree/Bindings/regulator/
H A Dpwm-regulator.txt20 more fine grained solution when compared with
21 voltage-table mode above. This solution does make an
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-automount.m44 dnl # solution to handling automounts. Prior to this cifs/nfs clients
/freebsd-13.1/contrib/libpcap/
H A DCONTRIBUTING.md24 Please note that if you know exactly how to solve the problem and the solution
/freebsd-13.1/sys/contrib/device-tree/Bindings/leds/
H A Dleds-ktd2692.txt3 KTD2692 is the ideal power solution for high-power flash LEDs.
/freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/
H A D88pm860x.txt13 - marvell,88pm860x-slave-addr: 88pm860x are two chips solution. <reg> stores the I2C address
/freebsd-13.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-13.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-13.1/sys/contrib/device-tree/src/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-370-db.dts19 * solution) or the below Device Tree should be adjusted.
H A Darmada-xp-gp.dts19 * solution) or the below Device Tree should be adjusted.
/freebsd-13.1/sys/kern/
H A DMake.tags.inc11 # better solution would be for ctags to generate "struct vmmeter" tags.
/freebsd-13.1/contrib/nvi/cl/
H A DREADME.signal79 Also, the second solution doesn't work for flow control characters, as
152 itself to sleep. There's a solution to all of this: when vi starts, it puts
171 The simplest solution is probably to twiddle the tty, install a handler for
/freebsd-13.1/crypto/heimdal/doc/
H A Dmisc.texi56 A working solution would be to hook up a machine with a real operating
/freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-pcf857x.txt9 of reset (if any). The only reliable solution for setting up line direction is
/freebsd-13.1/etc/mail/
H A DREADME16 just the localhost interface). If this is not a desirable solution, it
/freebsd-13.1/sbin/natd/samples/
H A Dnatd.cf.sample84 # The obvious solution is to use only a single address for the name, the

12345