Lines Matching refs:max
67 int max,al;
88 max = 2 * al; /* Non-zero (from above) */
89 if (bn_wexpand(rr,max) == NULL) goto err;
131 if (bn_wexpand(tmp,max) == NULL) goto err;
136 if (bn_wexpand(tmp,max) == NULL) goto err;
143 * the square of 'a' will max-1 words. */
145 rr->top = max - 1;
147 rr->top = max;
160 int i,j,max;
164 max=n*2;
167 rp[0]=rp[max-1]=0;
186 bn_add_words(r,r,r,max);
192 bn_add_words(r,r,tmp,max);