Searched refs:solution (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/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
[all...]
/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c213 dictItem solution; local
216 memset(&solution, 0, sizeof(solution));
230 return solution;
254 return solution;
337 if (maxLength < MINMATCHLENGTH) return solution; /* skip : no long-enough solution */
347 solution.pos = (U32)pos;
348 solution.length = (U32)maxLength;
349 solution
551 dictItem solution; local
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dtree-ssa-structalias.c118 1. Each constraint variable x has a solution set associated with it,
138 6. The graph is then walked, and solution sets are
144 appropriate variables to the solution set.
146 8. The process of walking the graph is iterated until no solution
241 /* True if this is a special variable whose solution set should not be
255 bitmap solution; member in struct:variable_info
381 ret->solution = BITMAP_ALLOC (&pta_obstack);
606 For each outgoing edge from n, propagate the solution from n to
702 /* Take a solution set SET, add OFFSET to each member of the set, and
755 /* Union solution set
1548 bitmap solution; local
2087 bitmap solution; local
[all...]
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex273 % of a page, or that at the bottom of a page. The solution is
4969 % The right solution is to prevent \entry from swallowing the whole text.
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3738 % The right solution is to prevent \entry from swallowing the whole text.

Completed in 211 milliseconds