Searched refs:dmax (Results 1 – 1 of 1) sorted by relevance
295 (dest)->dmax=(b)->dmax, \318 int dmax; /* Size of the d array. */ member730 (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax) ? \736 # define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words)))785 if(_bnum1->top < _bnum1->dmax) { \795 (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \820 assert((words) <= (_bnum2)->dmax && (words) >= (_bnum2)->top); \