Searched refs:MIN_VALUE (Results 1 – 3 of 3) sorted by relevance
138 #define MIN_VALUE 64 /* the most we can divide a note by */ macro282 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()
254 bucket = new Distribution.Bucket(Long.MIN_VALUE, (base - 1), 0); in getLinearDistribution()
341 if (b == Long.MIN_VALUE) { in printDistribution()