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

/illumos-gate/usr/src/common/lzma/
H A DLzFind.h32 UInt32 blockSize; member in struct:_CMatchFinder
H A DLzFind.c35 UInt32 blockSize = p->keepSizeBefore + p->keepSizeAfter + keepSizeReserv; local
38 p->blockSize = blockSize;
41 if (p->bufferBase == 0 || p->blockSize != blockSize)
44 p->blockSize = blockSize;
45 p->bufferBase = (Byte *)alloc->Alloc(alloc, (size_t)blockSize);
69 size_t size = (p->bufferBase + p->blockSize - dest);
97 return ((size_t)(p->bufferBase + p->blockSize
[all...]
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c4452 size_t blockSize; local
4741 blockSize = nvlistEncodedSize
4744 blockSize = STMF_PROVIDER_DATA_PROP_SIZE;
4749 &nvlistEncoded[blockOffset], blockSize) == -1) {

Completed in 61 milliseconds