Searched refs:getZeroBucketValue (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLogDistribution.java140 getZeroBucketValue() method in class:LogDistribution
161 long z1 = getZeroBucketValue();
162 long z2 = d.getZeroBucketValue();
H A DLinearDistribution.java214 getZeroBucketValue() method in class:LinearDistribution
239 long z1 = getZeroBucketValue();
240 long z2 = d.getZeroBucketValue();
H A DLogLinearDistribution.java192 private long getZeroBucketValue() { method in class:LogLinearDistribution
214 long z1 = getZeroBucketValue();
215 long z2 = d.getZeroBucketValue();

Completed in 109 milliseconds