Searched refs:aRef (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/API/c/
H A DWKString.cpp71 bool WKStringIsEqual(WKStringRef aRef, WKStringRef bRef) argument
73 return toImpl(aRef)->equal(toImpl(bRef));
76 bool WKStringIsEqualToUTF8CString(WKStringRef aRef, const char* b) argument
78 return toImpl(aRef)->equalToUTF8String(b);
81 bool WKStringIsEqualToUTF8CStringIgnoringCase(WKStringRef aRef, const char* b) argument
83 return toImpl(aRef)->equalToUTF8StringIgnoringCase(b);
/macosx-10.10/WTF-7600.1.24/wtf/
H A Ddtoa.cpp269 static void mult(BigInt& aRef, const BigInt& bRef) argument
271 const BigInt* a = &aRef;
354 aRef = c;
482 static ALWAYS_INLINE void diff(BigInt& c, const BigInt& aRef, const BigInt& bRef) argument
484 const BigInt* a = &aRef;

Completed in 181 milliseconds