Home
last modified time | relevance | path

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

/third_party/lz4/programs/
H A Dbench.c363 blockParam_t* const blockTable = (blockParam_t*) malloc(maxNbBlocks * sizeof(blockParam_t)); in BMK_benchMem() local
374 if (!compressedBuffer || !resultBuffer || !blockTable) in BMK_benchMem()
388 /* Init blockTable data */ in BMK_benchMem()
401 blockTable[nbBlocks].srcPtr = srcPtr; in BMK_benchMem()
402 blockTable[nbBlocks].cPtr = cPtr; in BMK_benchMem()
403 blockTable[nbBlocks].resPtr = resPtr; in BMK_benchMem()
404 blockTable[nbBlocks].srcSize = thisBlockSize; in BMK_benchMem()
405 blockTable[nbBlocks].cRoom = (size_t)LZ4_compressBound((int)thisBlockSize); in BMK_benchMem()
407 cPtr += blockTable[nbBlocks].cRoom; in BMK_benchMem()
419 memcpy(blockTable[blockN in BMK_benchMem()
[all...]

Completed in 2 milliseconds