Home
last modified time | relevance | path

Searched refs:MIN_VALUE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/speaker/
H A Dspkr.c138 #define MIN_VALUE 64 /* the most we can divide a note by */ macro
282 if (timeval <= 0 || timeval > MIN_VALUE) in playstring()
347 if (value <= 0 || value > MIN_VALUE) in playstring()
354 if (timeval <= 0 || timeval > MIN_VALUE) in playstring()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java254 bucket = new Distribution.Bucket(Long.MIN_VALUE, (base - 1), 0); in getLinearDistribution()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java341 if (b == Long.MIN_VALUE) { in printDistribution()