Home | History | Annotate | Download | only in bn

Lines Matching refs:dmax

282                                   (dest)->dmax=(b)->dmax, \
305 int dmax; /* Size of the d array. */
664 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\
666 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))
714 if(_bnum1->top < _bnum1->dmax) { \
718 * wouldn't be constructed with top!=dmax. */ \
723 (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \