Searched defs:bufferSize (Results 1 - 25 of 93) sorted by relevance

1234

/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DDataReference.cpp46 uint64_t bufferSize = static_cast<uint64_t>(m_buffer->size()); local
48 encoder << bufferSize; local
H A DArgumentEncoder.h66 size_t bufferSize() const { return m_bufferSize; } function in class:IPC::ArgumentEncoder
H A DArgumentDecoder.cpp34 ArgumentDecoder::ArgumentDecoder(const uint8_t* buffer, size_t bufferSize) argument
39 ArgumentDecoder::ArgumentDecoder(const uint8_t* buffer, size_t bufferSize, Vector<Attachment> attachments) argument
68 void ArgumentDecoder::initialize(const uint8_t* buffer, size_t bufferSize) argument
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DBTreeScanner.h49 u_int32_t bufferSize; member in struct:BTScanState
H A DBTreeScanner.c321 u_int32_t bufferSize; local
/macosx-10.10.1/PowerManagement-494.1.2/ioupsd/
H A DIOUPSPrivate.c107 IOByteCount bufferSize; local
121 vm_deallocate(mach_task_self(), (vm_address_t)buffer, bufferSize); local
130 IOByteCount bufferSize; local
144 vm_deallocate(mach_task_self(), (vm_address_t)buffer, bufferSize); local
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dmachrunloopserver.cpp51 void MachRunLoopServer::run(mach_msg_size_t bufferSize, mach_msg_options_t options) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmachrunloopserver.cpp51 void MachRunLoopServer::run(mach_msg_size_t bufferSize, mach_msg_options_t options) argument
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h85 u_int32_t bufferSize; member in struct:BTScanState
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dflagparser.c108 static int32_t extractFlag(char* buffer, int32_t bufferSize, char* flag, int32_t flagSize, const char **flagNames, int32_t numOfFlags, UErrorCode *status) { argument
156 static int32_t getFlagOffset(const char *buffer, int32_t bufferSize) { argument
/macosx-10.10.1/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCIClient.c64 CFIndex bufferSize = CFStringGetLength(cfStr) + 1; local
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSStringRef.cpp95 size_t JSStringGetUTF8CString(JSStringRef string, char* buffer, size_t bufferSize) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/tests/
H A DCustomGlobalObjectClassTest.c78 size_t bufferSize = sizeof(char) * (propertyNameLength + 1); local
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DCallFrame.cpp179 const size_t bufferSize = 200; local
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DCompression.cpp128 bool GenericCompressedData::decompress(uint8_t* destination, size_t bufferSize, size_t* decompressedByteCount) argument
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/
H A DWKString.cpp66 size_t WKStringGetUTF8CString(WKStringRef stringRef, char* buffer, size_t bufferSize) argument
/macosx-10.10.1/expat-12/expat/tests/benchmark/
H A Dbenchmark.c31 int nrOfLoops, bufferSize, fileSize, i, isFinal; local
/macosx-10.10.1/ruby-106/ruby/ext/dl/win32/lib/win32/
H A Dsspi.rb90 def bufferSize method in class:Win32.SSPI.SecurityBuffer
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c331 BTScanInitialize( const FCB * btreeFile, u_int32_t startingNode, u_int32_t startingRecord, u_int32_t recordsFound, u_int32_t bufferSize, BTScanState * scanState ) argument
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/util/
H A DFastOutputStream.java109 private void initBuffer(int bufferSize, int bumpLen) { argument
/macosx-10.10.1/IOKitUser-1050.1.21/network.subproj/
H A Denetstat.c285 CFIndex bufferSize = CFStringGetMaximumSizeForEncoding(CFStringGetLength(object), local
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dentropy.cpp98 static double CalculateEntropy(const void* buffer, size_t bufferSize) argument
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DAPIString.h79 size_t getUTF8CString(char* buffer, size_t bufferSize) argument
/macosx-10.10.1/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp137 vm_size_t bufferSize = 0; local
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATAController.h118 IOByteCount bufferSize; member in struct:IOATAController::ataDoubleBuffer

Completed in 157 milliseconds

1234