Searched defs:cSize (Results 1 - 7 of 7) sorted by relevance

/external/tpm2/
H A DMathFunctions.c98 UINT16 *cSize, // OUT: set to MAX(aSize, bSize)
107 *cSize = (UINT16)((aSize > bSize) ? aSize : bSize);
110 i2 = *cSize - i;
113 c = &c[*cSize - 1];
437 UINT32 cSize, // IN: size of the result
482 if((unsigned)BN_num_bytes(bnC) > cSize)
487 i = cSize - BN_num_bytes(bnC);
93 _math__sub( const UINT32 aSize, const BYTE *a, const UINT32 bSize, const BYTE *b, UINT16 *cSize, BYTE *c ) argument
436 _math__ModExp( UINT32 cSize, BYTE *c, const UINT32 mSize, const BYTE *m, const UINT32 eSize, const BYTE *e, const UINT32 nSize, const BYTE *n ) argument
/external/lz4/programs/
H A Dbench.c352 size_t cSize=0; local
380 cSize=0; for (chunkNb=0; chunkNb<nbChunks; chunkNb++) cSize += chunkP[chunkNb].compressedSize;
381 ratio = (double)cSize/(double)benchedSize*100.;
383 DISPLAY("%1i-%-14.14s : %9i -> %9i (%5.2f%%),%7.1f MB/s\r", loopNb, inFileName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / fastestC / 1000.);
401 DISPLAY("%1i-%-14.14s : %9i -> %9i (%5.2f%%),%7.1f MB/s ,%7.1f MB/s\r", loopNb, inFileName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / fastestC / 1000., (double)benchedSize / fastestD / 1000.);
411 DISPLAY("%-16.16s : %9i -> %9i (%5.2f%%),%7.1f MB/s ,%7.1f MB/s\n", inFileName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / fastestC / 1000., (double)benchedSize / fastestD / 1000.);
413 DISPLAY("%-16.16s : %9i -> %9i (%5.1f%%),%7.1f MB/s ,%7.1f MB/s \n", inFileName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / fastestC / 1000., (double)benchedSize / fastestD / 1000.);
416 totalz += cSize;
H A Dframetest.c205 size_t cSize, testSize; local
220 cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, NULL), CNBuffer, testSize, NULL);
221 if (LZ4F_isError(cSize)) goto _output_error;
222 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize);
227 size_t compressedBufferSize = cSize;
231 BYTE* const iend = (BYTE*)compressedBuffer + cSize;
265 cSize = LZ4F_compressFrame(compressedBuffer, LZ4F_compressFrameBound(testSize, &prefs), CNBuffer, testSize, &prefs);
266 if (LZ4F_isError(cSize)) goto _output_error;
267 DISPLAYLEVEL(3, "Compressed %i bytes into a %i bytes frame \n", (int)testSize, (int)cSize);
271 cSize
424 size_t cSize; local
[all...]
H A Dfullbench.c496 size_t cSize=0; local
583 cSize=0; for (chunkNb=0; chunkNb<nbChunks; chunkNb++) cSize += chunkP[chunkNb].compressedSize;
584 ratio = (double)cSize/(double)benchedSize*100.;
585 PROGRESS("%1i- %-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\r", loopNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000.);
589 DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000.);
591 DISPLAY("%2i-%-28.28s :%9i ->%9i (%5.1f%%),%7.1f MB/s\n", cAlgNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000.);
594 totalCSize[cAlgNb] += cSize;
/external/lz4/lib/
H A Dlz4frame.c459 U32 cSize; local
460 cSize = (U32)compress(lz4ctx, (const char*)src, (char*)(cSizePtr+4), (int)(srcSize), (int)(srcSize-1), level);
461 LZ4F_writeLE32(cSizePtr, cSize);
462 if (cSize == 0) /* compression failed */
464 cSize = (U32)srcSize;
465 LZ4F_writeLE32(cSizePtr, cSize + LZ4F_BLOCKUNCOMPRESSED_FLAG);
468 return cSize + 4;
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...

Completed in 336 milliseconds