Home | History | Annotate | Download | only in wtf

Lines Matching refs:bRef

329 static void mult(BigInt& aRef, const BigInt& bRef)
332 const BigInt* b = &bRef;
550 static ALWAYS_INLINE void diff(BigInt& c, const BigInt& aRef, const BigInt& bRef)
553 const BigInt* b = &bRef;