Searched refs:totalLength (Results 26 - 36 of 36) sorted by relevance

12

/macosx-10.9.5/securityd-55199.3/src/
H A Ddbcrypto.cpp226 blob->totalLength = blob->startCryptoBlob + cryptoBlob.length();
380 blob->totalLength = blob->startCryptoBlob + wrappedKey.length();
H A Dtransition.cpp159 if (blob->totalLength != blobData.length())
/macosx-10.9.5/CF-855.17/
H A DCFStringEncodingConverter.c874 CFIndex totalLength = 0; local
882 totalLength += usedCharLen;
891 totalLength += usedCharLen;
895 return totalLength;
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dutrie2_builder.cpp350 long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2); local
352 indexLength, dataLength, totalLength);
359 long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2); local
361 which, indexLength, dataLength, totalLength);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIONVRAM.cpp1438 UInt32 totalLength = 0; local
1445 totalLength = 0;
1457 totalLength += cnt2;
1462 data = OSData::withCapacity(totalLength);
/macosx-10.9.5/IOKitUser-907.100.13/usb.subproj/
H A DUSBTest.cpp118 USBToHostWord(conf->totalLength), conf->length,
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DMarkupAccumulator.cpp192 size_t MarkupAccumulator::totalLength(const Vector<String>& strings) function in class:WebCore::MarkupAccumulator
H A Dmarkup.cpp213 result.reserveCapacity(totalLength(m_reversedPrecedingMarkup) + length());
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkEntry.c1885 int totalLength, overflow, maxOffScreen, rightX;
1929 entryPtr->justify, TK_IGNORE_NEWLINES, &totalLength, &height);
1940 overflow = totalLength -
1948 - entryPtr->xWidth - totalLength;
1951 - entryPtr->xWidth - totalLength)/2;
1982 if (totalLength == 0) {
1985 width = totalLength + 2*entryPtr->inset;
1876 int totalLength, overflow, maxOffScreen, rightX; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkEntry.c1929 int totalLength, overflow, maxOffScreen, rightX;
1973 entryPtr->justify, TK_IGNORE_NEWLINES, &totalLength, &height);
1984 overflow = totalLength -
1992 - entryPtr->xWidth - totalLength;
1995 - entryPtr->xWidth - totalLength)/2;
2026 if (totalLength == 0) {
2029 width = totalLength + 2*entryPtr->inset;
1922 int totalLength, overflow, maxOffScreen, rightX; local
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DHeapSnapshot.js1564 result.totalLength = this._iterationOrder.length;

Completed in 278 milliseconds

12