Lines Matching defs:max
105 int max, min, dif;
114 max = a->top;
116 dif = max - min;
118 if (bn_wexpand(r, max + 1) == NULL) {
122 r->top = max;
205 int max;
241 max = (a->top > b->top) ? a->top : b->top;
242 if (bn_wexpand(r, max) == NULL) {
262 int max, min, dif;
266 max = a->top;
268 dif = max - min;
276 if (bn_wexpand(r, max) == NULL) {
320 r->top = max;