Searched defs:blockSize (Results 1 - 25 of 102) sorted by relevance

12345

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DHandleBlock.h42 static const size_t blockSize = 4 * KB; member in class:JSC::HandleBlock
H A DWeakBlock.h45 static const size_t blockSize = 4 * KB; // 5% of MarkedBlock size member in class:JSC::WeakBlock
H A DBlockAllocator.h75 RegionSet(size_t blockSize) argument
167 inline DeadBlock* BlockAllocator::allocateCustomSize(size_t blockSize, size_t blockAlignment) argument
H A DGCSegmentedArray.h55 static const size_t blockSize = 4 * KB; member in class:JSC::GCArraySegment
H A DMarkedAllocator.cpp197 size_t blockSize = std::max(minBlockSize, minAllocationSize); local
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DmiscAlgFactory.cpp86 uint32 blockSize = context.getInt(CSSM_ATTRIBUTE_BLOCK_SIZE); local
H A DBlockCryptor.cpp142 setup( size_t blockSize, const Context &context) argument
/macosx-10.10/WTF-7600.1.24/wtf/
H A DBlockStack.h37 static const size_t blockSize = 4096; member in class:WTF::BlockStack
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DFormDataStreamCurl.cpp49 size_t FormDataStream::read(void* ptr, size_t blockSize, size_t numberOfBlocks) argument
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSDevice.c43 OSErr GetDeviceSize(int driveRefNum, UInt64 *numBlocks, UInt32 *blockSize) argument
H A DBlockCache.c57 UInt32 blockSize; local
227 SetFileBlockSize (SFCB *file, ByteCount blockSize) argument
246 UInt32 fragSize, blockSize; local
[all...]
/macosx-10.10/libutil-38/
H A DExtentManager.h67 size_t blockSize; member in class:ExtentManager
/macosx-10.10/IOBDStorageFamily-14/
H A DIOBDBlockStorageDriver.cpp109 instantiateMediaObject(UInt64 base,UInt64 byteSize, UInt32 blockSize,char *mediaName) argument
/macosx-10.10/IODVDStorageFamily-35/
H A DIODVDBlockStorageDriver.cpp177 instantiateMediaObject(UInt64 base,UInt64 byteSize, UInt32 blockSize,char *mediaName) argument
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOBlockStorageDevice.cpp117 IOBlockStorageDevice::reportMaxReadTransfer(UInt64 blockSize,UInt64 *max) argument
123 IOBlockStorageDevice::reportMaxWriteTransfer(UInt64 blockSize,UInt64 *max) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsymCipher.h56 uint8_t blockSize; member in struct:__anon4959
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsymCipher.h56 uint8_t blockSize; member in struct:__anon5002
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsymCipher.h56 uint8_t blockSize; member in struct:__anon5056
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A DssleayUtils.cpp150 unsigned blockSize; local
/macosx-10.10/cddafs-253/
H A DAIFFSupport.h116 uint32_t blockSize; member in struct:SoundDataChunk
/macosx-10.10/diskdev_cmds-576/fstyp.tproj/
H A Dfstyp_udf.c139 CheckUDF(int fd, int blockSize) { argument
/macosx-10.10/hfs-285/CopyHFSMeta/
H A DDeviceWrapper.c23 size_t blockSize; member in struct:DeviceWrapperContext
H A Dhfsmeta.h35 int blockSize; member in struct:DeviceInfo
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DBlockIterator.java75 BlockIterator(StoredCollection coll, boolean writeAllowed, int blockSize) { argument
H A DStoredCollection.java78 public void setIteratorBlockSize(int blockSize) { argument

Completed in 297 milliseconds

12345