Home
last modified time | relevance | path

Searched refs:bRef (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Shared/API/c/
DWKString.cpp71 bool WKStringIsEqual(WKStringRef aRef, WKStringRef bRef) in WKStringIsEqual() argument
73 return toImpl(aRef)->equal(toImpl(bRef)); in WKStringIsEqual()
/external/webkit/Source/JavaScriptCore/wtf/
Ddtoa.cpp329 static void mult(BigInt& aRef, const BigInt& bRef) in mult() argument
332 const BigInt* b = &bRef; in mult()
550 static ALWAYS_INLINE void diff(BigInt& c, const BigInt& aRef, const BigInt& bRef) in diff() argument
553 const BigInt* b = &bRef; in diff()