Searched refs:minimum (Results 1 - 25 of 156) sorted by path

1234567

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDSet.cpp511 UInt64 minimum = MAXBSIZE; // currently 1MB local
523 if (newMinimum) minimum = min(minimum, newMinimum);
530 if (newMinimum) minimum = min(minimum, newMinimum);
536 return minimum;
541 UInt64 minimum = UINT64_MAX; local
549 if (newMinimum) minimum = min(minimum, newMinimum);
554 if (minimum < UINT64_MA
[all...]
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm1395 magic side-effects are kept to a minimum. WYSIWYG.
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/
H A DParser.pm158 numbers, please keep the number of numbers to a minimum.
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/
H A DBuilder.pm339 If doing so, please keep the number of lengths to a minimum.
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/
H A DParser.pm460 numbers, please keep the number of numbers to a minimum.
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DTransitiveClosure.pm113 closure graph of a graph and optionally also the minimum paths
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/TransitiveClosure/
H A DMatrix.pm365 transitive closure matrix of a graph and optionally also the minimum
372 the transitive closure and minimum paths may become invalid.
433 Return the minimum path length from the vertex $u to the vertex $v,
438 Return the minimum path (as a list of vertices) from the vertex $u to
475 for the minimum paths, which is O(V**3) in time, and the returned
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Heap071/
H A DFibonacci.pm183 *minimum = \&top;
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DTransitiveClosure.pm113 closure graph of a graph and optionally also the minimum paths
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/TransitiveClosure/
H A DMatrix.pm365 transitive closure matrix of a graph and optionally also the minimum
372 the transitive closure and minimum paths may become invalid.
433 Return the minimum path length from the vertex $u to the vertex $v,
438 Return the minimum path (as a list of vertices) from the vertex $u to
475 for the minimum paths, which is O(V**3) in time, and the returned
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Heap071/
H A DFibonacci.pm183 *minimum = \&top;
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm822 the default, bare minimum behaviour.
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/
H A DProxy.pm822 the default, bare minimum behaviour.
/macosx-10.10/CPANInternal-159.1/Heap-0.80/lib/Heap/
H A DBinary.pm128 *minimum = \&top;
H A DBinomial.pm158 *minimum = \&top;
H A DFibonacci.pm171 *minimum = \&top;
/macosx-10.10/CPANInternal-159.1/Heap-0.80/t/
H A Dbinary.t22 minimum
H A Dbinomial.t23 minimum
H A Dfibonacci.t27 minimum
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm2196 C<encode> or C<decode> to their minimum size possible.
2290 (and can be implemented with a minimum of method calls).
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm608 C<encode> or C<decode> to their minimum size possible. This can save
705 is much more efficient (and can be implemented with a minimum of method
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm519 The minimum L<logging level|LOG LEVELS> this object will accept. Required.
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DOutput.pm242 pass the arguments in @_ to it. It sets the object's name and minimum
252 Returns the object's minimum log level.
260 Returns a list of the object's accepted levels (by name) from minimum
266 minimum level. This method applies any message formatting callbacks
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm723 minimum level the system will require of any logging events in order for them
1071 minimum threshold, only messages of this priority or higher are going
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm633 (Number): the minimum number of digits. Shorter numbers are

Completed in 361 milliseconds

1234567