Lines Matching defs:high
382 u64 high, low;
395 * We perform two partial reductions where we eliminate the high-word of
423 high = (u64)(tmp[3] >> 64);
424 /* As tmp[3] < 2^65, high is either 1 or 0 */
425 high = 0 - high;
427 * high is:
428 * all ones if the high word of tmp[3] is 1
429 * all zeros if the high word of tmp[3] if 0
448 mask = (mask & low) | high;
488 u64 high, low;
492 high = a >> 64;
494 out[1] = high;
498 high = a >> 64;
501 out[2] = high;
505 high = a >> 64;
508 out[3] = high;
512 high = a >> 64;
514 out[4] = high;
518 high = a >> 64;
521 out[4] += high;
525 high = a >> 64;
527 out[3] += high;
531 high = a >> 64;
534 out[5] = high;
538 high = a >> 64;
541 out[6] = high;
542 out[6] += high;
546 high = a >> 64;
548 out[5] += high;
552 high = a >> 64;
554 out[7] = high;
583 u64 high, low;
587 high = a >> 64;
589 out[1] = high;
593 high = a >> 64;
595 out[2] = high;
599 high = a >> 64;
601 out[2] += high;
605 high = a >> 64;
607 out[3] = high;
611 high = a >> 64;
613 out[3] += high;
617 high = a >> 64;
619 out[3] += high;
623 high = a >> 64;
625 out[4] = high;
629 high = a >> 64;
631 out[4] += high;
635 high = a >> 64;
637 out[4] += high;
641 high = a >> 64;
643 out[4] += high;
647 high = a >> 64;
649 out[5] = high;
653 high = a >> 64;
655 out[5] += high;
659 high = a >> 64;
661 out[5] += high;
665 high = a >> 64;
667 out[6] = high;
671 high = a >> 64;
673 out[6] += high;
677 high = a >> 64;
679 out[7] = high;
864 * if out[i] > kPrime[i] then a will underflow and the high 64-bits