Home
last modified time | relevance | path

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

123456

/freebsd-14.2/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-14.2/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()
394 solution.pos = (U32)pos; in ZDICT_analyzePos()
395 solution.length = (U32)maxLength; in ZDICT_analyzePos()
404 length = solution.length; in ZDICT_analyzePos()
407 if (length > solution.length) length = solution.length; in ZDICT_analyzePos()
414 return solution; in ZDICT_analyzePos()
599 dictItem solution; in ZDICT_trainBuffer_legacy() local
[all …]
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dpuzzle16 >0x1e leshort 0x0000 plain text solution
17 >0x1e leshort !0x0000 scrambled solution
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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
H A Dpwm-regulator.yaml30 solution when compared with voltage-table mode above. This solution does
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dkernel-automount.m44 dnl # solution to handling automounts. Prior to this cifs/nfs clients
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/dac/
H A Dadi,ad7293.yaml16 and temperature, integrated into a single chip solution with an
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/leds/
H A Dleds-ktd2692.txt3 KTD2692 is the ideal power solution for high-power flash LEDs.
H A Dkinetic,ktd2692.yaml13 KTD2692 is the ideal power solution for high-power flash LEDs.
/freebsd-14.2/contrib/libpcap/
H A DCONTRIBUTING.md24 Please note that if you know exactly how to solve the problem and the solution
/freebsd-14.2/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-14.2/sys/contrib/device-tree/src/arm/
H A Darmada-xp-crs326-24g-2s.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-crs328-4c-20s-4s.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-dxbc2.dts16 * solution) or the below Device Tree should be adjusted.
/freebsd-14.2/sys/kern/
H A DMake.tags.inc10 # better solution would be for ctags to generate "struct vmmeter" tags.
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/gpio/
H A Dnxp,pcf8575.yaml19 since the chip came out of reset (if any). The only reliable solution for
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/proximity/
H A Dsemtech,sx9310.yaml13 Semtech's SX9310/SX9311 capacitive proximity/button solution.
/freebsd-14.2/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

123456