Lines Matching defs:low
39 * Meaning: There are processor-specific versions of the low level
2517 BIGNUM *high, *low, *mid, *t;
2558 low = &t1;
2570 (void) big_sub_pos(mid, high, low);
2572 (void) big_add_abs(mid, high, low);
2582 t = low;
2583 low = mid;
2586 err = big_copy(result, low);
2589 (void) big_sub_pos(mid, high, low);
2592 err = big_copy(result, low);