Home
last modified time | relevance | path

Searched refs:cSize (Results 1 – 11 of 11) sorted by relevance

/external/lz4/tests/
Dframetest.c175 size_t cSize, testSize; in basicTests() local
199cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, te… in basicTests()
200 if (LZ4F_isError(cSize)) goto _output_error; in basicTests()
201 DISPLAYLEVEL(3, "Compressed null content into a %i bytes frame \n", (int)cSize); in basicTests()
208 { size_t avail_in = cSize; in basicTests()
222cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, te… in basicTests()
223 if (LZ4F_isError(cSize)) goto _output_error; in basicTests()
224 DISPLAYLEVEL(3, "Compressed %u bytes into a %u bytes frame \n", (U32)testSize, (U32)cSize); in basicTests()
228 size_t compressedBufferSize = cSize; in basicTests()
230 BYTE* const iend = (BYTE*)compressedBuffer + cSize; in basicTests()
[all …]
Dfullbench.c389 size_t cSize=0; in fullSpeedBench() local
477cSize=0; for (chunkNb=0; chunkNb<nbChunks; chunkNb++) cSize += chunkP[chunkNb].compressedSize; in fullSpeedBench()
478 ratio = (double)cSize/(double)benchedSize*100.; in fullSpeedBench()
479 …i (%5.2f%%),%7.1f MB/s\r", loopNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)be… in fullSpeedBench()
483 …i (%5.2f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)be… in fullSpeedBench()
485 …i (%5.1f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)be… in fullSpeedBench()
/external/lz4/programs/
Dbench.c145 size_t cSize; member
229 size_t cSize = 0; in BMK_benchMem() local
260 blockTable[blockNb].cSize = rSize; in BMK_benchMem()
270 cSize = 0; in BMK_benchMem()
271 … { U32 blockNb; for (blockNb=0; blockNb<nbBlocks; blockNb++) cSize += blockTable[blockNb].cSize; } in BMK_benchMem()
272 cSize += !cSize; /* avoid div by 0 */ in BMK_benchMem()
273 ratio = (double)srcSize / (double)cSize; in BMK_benchMem()
276 marks[markNb], displayName, (U32)srcSize, (U32)cSize, ratio, in BMK_benchMem()
293 …Table[blockNb].cPtr, blockTable[blockNb].resPtr, (int)blockTable[blockNb].cSize, (int)blockTable[b… in BMK_benchMem()
312 marks[markNb], displayName, (U32)srcSize, (U32)cSize, ratio, in BMK_benchMem()
[all …]
Dlz4io.c480 … size_t const cSize = LZ4F_compressFrame(dstBuffer, dstBufferSize, srcBuffer, readSize, &prefs); in LZ4IO_compressFilename_extRess() local
481 if (LZ4F_isError(cSize)) EXM_THROW(31, "Compression failed : %s", LZ4F_getErrorName(cSize)); in LZ4IO_compressFilename_extRess()
482 compressedfilesize = cSize; in LZ4IO_compressFilename_extRess()
487 { size_t const sizeCheck = fwrite(dstBuffer, 1, cSize, dstFile); in LZ4IO_compressFilename_extRess()
488 if (sizeCheck!=cSize) EXM_THROW(32, "Write error : cannot write compressed block"); in LZ4IO_compressFilename_extRess()
/external/tpm2/
DMathFunctions.c101 UINT16 *cSize, // OUT: set to MAX(aSize, bSize) in _math__sub() argument
110 *cSize = (UINT16)((aSize > bSize) ? aSize : bSize); in _math__sub()
113 i2 = *cSize - i; in _math__sub()
116 c = &c[*cSize - 1]; in _math__sub()
442 UINT32 cSize, // IN: size of the result in _math__ModExp() argument
487 if((unsigned)BN_num_bytes(bnC) > cSize) in _math__ModExp()
492 i = cSize - BN_num_bytes(bnC); in _math__ModExp()
DMathFunctions_fp.h22 _math__ModExp(UINT32 cSize, // IN: size of the result
37 UINT16 *cSize, // OUT: set to MAX(aSize, bSize)
/external/skia/src/core/
DSkVertices.cpp27 int64_t cSize = hasColors ? (int64_t)vertexCount * sizeof(SkColor) : 0; in Sizes() local
30 int64_t total = sizeof(SkVertices) + vSize + tSize + cSize + iSize; in Sizes()
37 fCSize = SkToSizeT(cSize); in Sizes()
/external/lz4/lib/
Dlz4frame.c351 …{ size_t const cSize = LZ4F_compressUpdate(&cctxI, dstPtr, dstEnd-dstPtr, srcBuffer, srcSize, &opt… in LZ4F_compressFrame() local
352 if (LZ4F_isError(cSize)) return cSize; in LZ4F_compressFrame()
353 dstPtr += cSize; } in LZ4F_compressFrame()
505 …U32 cSize = (U32)compress(lz4ctx, (const char*)src, (char*)(cSizePtr+4), (int)(srcSize), (int)(src… in LZ4F_compressBlock() local
506 LZ4F_writeLE32(cSizePtr, cSize); in LZ4F_compressBlock()
507 if (cSize == 0) { /* compression failed */ in LZ4F_compressBlock()
508 cSize = (U32)srcSize; in LZ4F_compressBlock()
509 LZ4F_writeLE32(cSizePtr, cSize | LZ4F_BLOCKUNCOMPRESSED_FLAG); in LZ4F_compressBlock()
512 return cSize + 4; in LZ4F_compressBlock()
Dlz4hc.c542 …int const cSize = LZ4_compress_HC_extStateHC(statePtr, src, dst, srcSize, maxDstSize, compressionL… in LZ4_compress_HC() local
546 return cSize; in LZ4_compress_HC()
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/persist/lib/
Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...