Searched refs:MIN_VALUE (Results 1 – 3 of 3) sorted by relevance
147 #define MIN_VALUE 64 /* the most we can divide a note by */ macro293 if (timeval <= 0 || timeval > MIN_VALUE) in playstring()358 if (state->value <= 0 || state->value > MIN_VALUE) in playstring()365 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()