Searched refs:tmp_top (Results 1 – 1 of 1) sorted by relevance
369 int tmp_top, tmp_dmax, tmp_neg; in BN_swap() local378 tmp_top = a->top; in BN_swap()388 b->top = tmp_top; in BN_swap()1026 int tmp_top = a->top; in bn_correct_top() local1028 if (tmp_top > 0) { in bn_correct_top()1029 for (ftl = &(a->d[tmp_top]); tmp_top > 0; tmp_top--) { in bn_correct_top()1034 a->top = tmp_top; in bn_correct_top()
Completed in 4 milliseconds