HomeSort by: relevance | last modified time | path
    Searched refs:solution (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/builds/msvc/build/
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...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppevvmath.h 119 fInt solution = fPositiveOne; /*Starting off with baseline of 1 */ local in function:fExponential
134 solution = fMultiply(solution, GetScaledFraction(expk_array[i], 10000));
141 solution = fMultiply(solution, error_term);
144 solution = fDivide(fPositiveOne, solution);
146 return solution;
154 fInt solution = ConvertToFraction(0); /*Starting off with baseline of 0 */ local in function:fNaturalLog
164 solution = fAdd(solution, GetScaledFraction(logk_array[i], 10000))
544 fInt solution; local in function:fRoundUpByStepSize
    [all...]
  /src/share/mk/
bsd.kmodule.mk 47 # The real solution to this involves generating trampolines for those
147 # The solution to limited branch space involves generating trampolines for
bsd.lib.mk 52 # Perhaps a more correct solution is to always generate _pic.a
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-370-db.dts 19 * solution) or the below Device Tree should be adjusted.
armada-370-rd.dts 17 * solution) or the below Device Tree should be adjusted.
armada-xp-db.dts 20 * solution) or the below Device Tree should be adjusted.
armada-xp-gp.dts 19 * solution) or the below Device Tree should be adjusted.
armada-370-synology-ds213j.dts 15 * that case, the preferred solution is to update your bootloader (e.g.
armada-xp-synology-ds414.dts 15 * that case, the preferred solution is to update your bootloader (e.g.
tegra20-acer-a500-picasso.dts 1039 * but it's a much more complex solution. The "skin"
1040 * zone is a simpler solution which prevents A500 from
tegra30-asus-nexus7-grouper-common.dtsi 1265 * but it's a much more complex solution. The "skin"
1266 * zone is a simpler solution which prevents Nexus 7
rk3288.dtsi 165 * probably a better solution available somewhere, we
169 * this area for the time being until the real solution
  /src/sys/external/isc/libsodium/dist/
aclocal.m4 121 # Another solution, used here, is to always expand $ac_aux_dir to an

Completed in 21 milliseconds