Home | History | Annotate | Download | only in Support

Lines Matching refs:subres

1572       int64_t subres = int64_t(u[j+i]) - borrow - (unsigned)p;
1573 u[j+i] = (unsigned)subres;
1574 borrow = (p >> 32) - (subres >> 32);