Home | History | Annotate | Download | only in tests

Lines Matching refs:min

12 static size_t check(size_t min, size_t max)
31 printf("(min = %zu, max = %zu)\n", min, max);
37 if (used < min)
43 // used should be reasonably close to min
45 if (used/5*4 > min)
74 static size_t check(size_t min, size_t max)
89 size_t min, max;
105 min = 0;
109 min += size;
113 max = check(min, (size_t)-1);
118 min -= size;
123 check(min, max);