Searched refs:bRef (Results 1 – 2 of 2) sorted by relevance
71 bool WKStringIsEqual(WKStringRef aRef, WKStringRef bRef) in WKStringIsEqual() argument73 return toImpl(aRef)->equal(toImpl(bRef)); in WKStringIsEqual()
329 static void mult(BigInt& aRef, const BigInt& bRef) in mult() argument332 const BigInt* b = &bRef; in mult()550 static ALWAYS_INLINE void diff(BigInt& c, const BigInt& aRef, const BigInt& bRef) in diff() argument553 const BigInt* b = &bRef; in diff()