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

/macosx-10.9.5/WebCore-7537.78.1/platform/audio/mac/
H A DAudioSessionMac.cpp146 size_t maxBufferSize = static_cast<size_t>(bufferSizeRange.mMaximum); local
147 UInt32 bufferSizeOut = std::min(maxBufferSize, std::max(minBufferSize, bufferSize));
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dccapitst.c1690 int32_t bufferSize, maxBufferSize; local
1788 maxBufferSize = 0;
1804 /* preflight to get maxBufferSize */
1807 if(actualSizes[idx] > maxBufferSize) {
1808 maxBufferSize = actualSizes[idx];
1882 sizeof(UConverter), maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE);
1883 if(maxBufferSize > U_CNV_SAFECLONE_BUFFERSIZE) {
1885 maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE);
/macosx-10.9.5/CF-855.17/
H A DCFURL.c968 CFIndex maxBufferSize = CFStringGetMaximumSizeForEncoding(strLength, kCFStringEncodingUTF8); local
974 if ( maxBufferSize <= stackBufferSize ) {
978 escapedBuf = (UInt8 *)malloc(maxBufferSize * 2);
983 unescapedBuf = &escapedBuf[maxBufferSize];
984 charsConverted = CFStringGetBytes(originalString, CFRangeMake(0, strLength), kCFStringEncodingUTF8, 0, false, escapedBuf, maxBufferSize, &usedBufLen);

Completed in 123 milliseconds