Lines Matching defs:top
154 * - bn_check_top() tries to pollute unused words even if the bignum 'top' is
185 if (_bnum1->top < _bnum1->dmax) { \
189 * wouldn't be constructed with top!=dmax. */ \
193 memset(_not_const + _bnum1->top, _tmp_char, \
194 sizeof(*_not_const) * (_bnum1->dmax - _bnum1->top)); \
204 int _top = _bnum2->top; \
219 (words) >= (_bnum2)->top); \
248 int top; /* Index of last used d +1. */
464 int ind = (a)->dmax - (a)->top; \
465 BN_ULONG *ftl = &(a)->d[(a)->top-1]; \