Home | History | Annotate | Download | only in bn

Lines Matching refs:top

949 	int top,al,bl;
960 fprintf(stderr,"BN_mul %d * %d\n",a->top,b->top);
967 al=a->top;
968 bl=b->top;
975 top=al+bl;
996 rr->top=8;
1004 rr->top=16;
1047 rr->top=top;
1087 rr->top=top;
1093 if (bn_wexpand(rr,top) == NULL) goto err;
1094 rr->top=top;