Searched refs:bufferSize (Results 76 - 100 of 132) sorted by relevance

123456

/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/mac/
H A DConnectionMac.mm282 size_t messageSize = machMessageSize(encoder->bufferSize(), numberOfPortDescriptors, numberOfOOLMemoryDescriptors);
338 descriptor->out_of_line.size = encoder->bufferSize();
352 memcpy(messageData, encoder->buffer(), encoder->bufferSize());
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DVM.h164 static size_t allocationSize(size_t bufferSize) { return sizeof(ScratchBuffer) + bufferSize; } argument
H A DStringPrototype.cpp1414 unsigned bufferSize = 22 + stringSize; local
1417 PassRefPtr<StringImpl> impl = StringImpl::tryCreateUninitialized(bufferSize, buffer);
1477 unsigned bufferSize = 15 + linkTextSize + stringSize; local
1480 PassRefPtr<StringImpl> impl = StringImpl::tryCreateUninitialized(bufferSize, buffer);
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DDBI.pm48 $self->{BUFFERSIZE} = $p{bufferSize} || 1;
60 if ($self->{usePreparedStmt} && $self->{bufferSize}){
61 warn "Log4perl: you've defined both usePreparedStmt and bufferSize \n".
63 "I'm going to ignore bufferSize and just use a prepared stmt\n";
345 log4j.appender.DBAppndr.bufferSize = 2
503 log4j.appender.DBAppndr.bufferSize=2
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATAController.h118 IOByteCount bufferSize; member in struct:IOATAController::ataDoubleBuffer
H A DIOATAController.cpp293 _doubleBuffer.bufferSize = 0;
345 _doubleBuffer.bufferSize = kATADefaultSectorSize * 8;
1629 IOByteCount bufferBytes = (thisPass > _doubleBuffer.bufferSize )? _doubleBuffer.bufferSize : thisPass;
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVFamily.h260 unsigned long bufferSize; member in struct:DVIsochCompleteEventStruct
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSUnserializeXML.cpp2826 OSUnserializeXML(const char *buffer, size_t bufferSize, OSString **errorString)
2829 if (bufferSize < sizeof(kOSSerializeBinarySignature)) return (0);
2831 if (!strcmp(kOSSerializeBinarySignature, buffer)) return OSUnserializeBinary(buffer, bufferSize, errorString);
2834 if (buffer[bufferSize - 1]) return 0;
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A DOSKextLibPrivate.h659 * @param bufferSize The size in bytes of <code>buffer</code>.
664 * <code>bufferSize</code> is less than
678 uint32_t bufferSize);
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DWTFString.cpp461 int bufferSize = 256; local
462 buffer.resize(bufferSize);
464 int written = vsnprintf(buffer.data(), bufferSize, format, args);
472 bufferSize <<= 1;
473 buffer.resize(bufferSize);
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Djsc.cpp1415 size_t bufferSize = 0;
1421 bufferSize += fread(buffer.data() + bufferSize, 1, bufferCapacity - bufferSize, f);
1422 if (bufferSize == bufferCapacity) { // guarantees space for trailing '\0'
1428 buffer[bufferSize] = '\0';
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D034DBI.t98 log4j.appender.DBAppndr.bufferSize=2
/macosx-10.10.1/JavaScriptCore-7600.1.17/disassembler/ARM64/
H A DA64DOpcode.h188 static const int bufferSize = 81; member in class:JSC::ARM64Disassembler::A64DOpcode
190 char m_formatBuffer[bufferSize];
/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalOSX.cpp744 UInt32 bufferSize = audioDataSize; local
745 err = AudioConverterConvertBuffer(converter, audioDataSize, *data, &bufferSize, tempData);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSecurePromptClient.cpp1070 uint32_t bufferSize = AKS_MAX_PASSPHRASE_SIZE;
1090 bufferSize = AKS_MAX_PASSPHRASE_SIZE;
1091 result = AppleFDEKeyStore::instance->getPassphrase(_reserved->uuid, buffer, bufferSize, &bufferSize);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A DtsaSupport.c164 size_t bufferSize; local
174 bufferSize = wrapwid+3*len;
175 buffer = (char *)malloc(bufferSize);
181 for (i=0; (i < len) && (offset+3 < bufferSize); i++, offset += sz)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DtsaSupport.c164 size_t bufferSize; local
174 bufferSize = wrapwid+3*len;
175 buffer = (char *)malloc(bufferSize);
181 for (i=0; (i < len) && (offset+3 < bufferSize); i++, offset += sz)
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dagentquery.cpp89 static void getNoSA(char *buffer, size_t bufferSize, const char *fmt, ...) argument
98 memset(buffer, 0, bufferSize);
101 if (fgets(buffer, bufferSize-1, stdin) == NULL)
107 strncpy(buffer, nosa, bufferSize-1);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Drbbi.cpp1518 int32_t &bufferSize,
1525 if (bufferSize == 0) {
1526 bufferSize = 1; // preflighting for deprecated functionality
1517 createBufferClone(void * , int32_t &bufferSize, UErrorCode &status) argument
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DThirdPage.cpp68 static const int bufferSize = 32768; local
69 TCHAR windowsDirectory[bufferSize];
87 ok = GetWindowsDirectory( windowsDirectory, bufferSize );
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateIO.cpp743 vars->bufferSize = ioBuffer->getLength() >> 1;
799 if (maxiobytes < vars->bufferSize) vars->bufferSize = maxiobytes;
990 if (vars->bufferSize <= vars->extentRemaining)
991 vars->bufferLimit = vars->bufferSize;
1088 //if (length != vars->bufferSize) HIBLOG("short write of %qx ends@ %qx\n", length, offset + length);
1108 vars->bufferHalf = vars->bufferHalf ? 0 : vars->bufferSize;
1110 if (vars->bufferSize <= vars->extentRemaining)
1111 vars->bufferLimit = vars->bufferSize;
1181 if (vars->extentRemaining <= vars->bufferSize)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmlparse.c604 size_t bufferSize = bufferLim - bufferPtr; local
605 if (bufferSize == 0)
606 bufferSize = INIT_BUFFER_SIZE;
608 bufferSize *= 2;
609 } while (bufferSize < neededSize);
610 newBuf = malloc(bufferSize);
615 bufferLim = newBuf + bufferSize;
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp2666 UInt32 transferCount, bufferSize, minCount;
2676 bufferSize = TTY_HIGHWATER - TTY_QUEUESIZE(tp);
2677 bufferSize = MIN(bufferSize, (uint32_t)sizeof(rx_buf));
2678 if (bufferSize <= 0) {
2686 // minCount = (delay_usecs)? bufferSize : 1;
2689 rtn = sessionDequeueData(sp, rx_buf, bufferSize, &transferCount, minCount);
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DSVerify2.c921 UInt32 bufferSize; local
936 bufferSize = node.blockSize / sizeof(UInt32);
938 for (i = 0; i < bufferSize; ++i)
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_search.c1199 u_int32_t bufferSize; local
1206 bufferSize = *((u_int32_t *)attributeBuffer);
1207 if (bufferSize == 0)

Completed in 403 milliseconds

123456