Home
last modified time | relevance | path

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

123456

/freebsd-src/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%
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 …]
/freebsd-src/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c260 dictItem solution; in ZDICT_analyzePos() local
263 memset(&solution, 0, sizeof(solution)); in ZDICT_analyzePos()
277 return solution; in ZDICT_analyzePos()
301 return solution; in ZDICT_analyzePos()
384 if (maxLength < MINMATCHLENGTH) return solution; /* skip : no long-enough solution */ in ZDICT_analyzePos()
394 solution.pos = (U32)pos; in ZDICT_analyzePos()
395 solution.length = (U32)maxLength; in ZDICT_analyzePos()
396 solution.savings = savings[maxLength]; in ZDICT_analyzePos()
404 length = solution.length; in ZDICT_analyzePos()
407 if (length > solution.length) length = solution.length; in ZDICT_analyzePos()
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/marvell/
H A Dac5x-rd-carrier.dtsi17 * the AC5X RD becomes part of the carrier solution.
18 * This is a development/reference solution, not a full commercial solution,
H A Dac5x-rd-carrier-cn9131.dts17 * the AC5X RD becomes part of the carrier solution.
/freebsd-src/contrib/file/magic/Magdir/
H A Dpuzzle16 >0x1e leshort 0x0000 plain text solution
17 >0x1e leshort !0x0000 scrambled solution
/freebsd-src/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-src/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-src/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-src/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-src/sys/contrib/openzfs/config/
H A Dkernel-automount.m44 dnl # solution to handling automounts. Prior to this cifs/nfs clients
/freebsd-src/contrib/libpcap/
H A DCONTRIBUTING.md24 Please note that if you know exactly how to solve the problem and the solution
/freebsd-src/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-src/sys/contrib/device-tree/Bindings/leds/
H A Dleds-ktd2692.txt3 KTD2692 is the ideal power solution for high-power flash LEDs.
/freebsd-src/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-src/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-xp-crs328-4c-20s-4s.dtsi17 * solution) or the below Device Tree should be adjusted.
H A Darmada-xp-crs326-24g-2s.dtsi17 * solution) or the below Device Tree should be adjusted.
H A Darmada-xp-crs305-1g-4s.dtsi17 * solution) or the below Device Tree should be adjusted.
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.
/freebsd-src/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-src/sys/kern/
H A DMake.tags.inc9 # better solution would be for ctags to generate "struct vmmeter" tags.
/freebsd-src/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-src/crypto/heimdal/doc/
H A Dmisc.texi56 A working solution would be to hook up a machine with a real operating
/freebsd-src/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-src/etc/mail/
H A DREADME15 just the localhost interface). If this is not a desirable solution, it

123456