Home | History | Annotate | Download | only in wtf

Lines Matching refs:aRef

329 static void mult(BigInt& aRef, const BigInt& bRef)
331 const BigInt* a = &aRef;
414 aRef = c;
550 static ALWAYS_INLINE void diff(BigInt& c, const BigInt& aRef, const BigInt& bRef)
552 const BigInt* a = &aRef;