Searched refs:blockTable (Results 1 – 1 of 1) sorted by relevance
169 blockParam_t* const blockTable = (blockParam_t*) malloc(maxNbBlocks * sizeof(blockParam_t)); in BMK_benchMem() local178 if (!compressedBuffer || !resultBuffer || !blockTable) in BMK_benchMem()208 blockTable[nbBlocks].srcPtr = srcPtr; in BMK_benchMem()209 blockTable[nbBlocks].cPtr = cPtr; in BMK_benchMem()210 blockTable[nbBlocks].resPtr = resPtr; in BMK_benchMem()211 blockTable[nbBlocks].srcSize = thisBlockSize; in BMK_benchMem()212 blockTable[nbBlocks].cRoom = LZ4_compressBound((int)thisBlockSize); in BMK_benchMem()214 cPtr += blockTable[nbBlocks].cRoom; in BMK_benchMem()260 …ompP.compressionFunction(blockTable[blockNb].srcPtr, blockTable[blockNb].cPtr, (int)blockTable[blo… in BMK_benchMem()262 blockTable[blockNb].cSize = rSize; in BMK_benchMem()[all …]