Searched refs:lengthA (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/IOKitUser-907.100.13/adb.subproj/
H A DADBTest.c52 unsigned long lengthA; local
194 lengthA = 2;
195 err = IOPMWriteADBDevice (fb, DUT, 3, bufferA, lengthA ); // try to move the device
214 err = IOPMWriteADBDevice (fb, DUTprime, 3, bufferA, lengthA ); // move it back
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBLevelDBCoding.cpp602 int64_t lengthA, lengthB;
603 ptrA = decodeVarInt(ptrA, limitA, lengthA);
605 if (!ptrA || !ptrB || lengthA < 0 || lengthB < 0) {
609 for (int64_t i = 0; i < lengthA && i < lengthB; ++i) {
614 if (lengthA < lengthB)
616 if (lengthA > lengthB)
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DKURL.cpp1002 static inline bool equal(const char* stringA, size_t lengthA, const char (&stringB)[lengthB]) argument
1004 return lengthA == lengthB && equal(stringA, stringB);

Completed in 150 milliseconds