Home | History | Annotate | Download | only in bn

Lines Matching defs:bn_check_top

714  * "internal" macro, bn_check_top(), for verifying that there are no leading
721 * bn_check_top() is as before.
723 * - bn_check_top() tries to pollute unused words even if the bignum 'top' is
725 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
730 * was not appropriate, we convert it permanently to bn_check_top() and track
771 #define bn_check_top(a) \
781 #define bn_fix_top(a) bn_check_top(a)
793 #define bn_check_top(a)