Home
last modified time | relevance | path

Searched defs:cSize (Results 1 – 8 of 8) sorted by relevance

/external/tpm2/
DMathFunctions.c101 UINT16 *cSize, // OUT: set to MAX(aSize, bSize) in _math__sub()
442 UINT32 cSize, // IN: size of the result in _math__ModExp()
/external/lz4/programs/
Dbench.c145 size_t cSize; member
229 size_t cSize = 0; in BMK_benchMem() local
Dlz4io.c480 … size_t const cSize = LZ4F_compressFrame(dstBuffer, dstBufferSize, srcBuffer, readSize, &prefs); in LZ4IO_compressFilename_extRess() local
/external/lz4/tests/
Dframetest.c175 size_t cSize, testSize; in basicTests() local
604 size_t cSize; in fuzzerTests() local
Dfullbench.c389 size_t cSize=0; in fullSpeedBench() local
/external/python/cpython2/Mac/Modules/list/
D_Listmodule.c297 Point cSize; in ListObj_LCellSize() local
860 Point cSize; in List_LNew() local
/external/lz4/lib/
Dlz4frame.c351 …{ size_t const cSize = LZ4F_compressUpdate(&cctxI, dstPtr, dstEnd-dstPtr, srcBuffer, srcSize, &opt… in LZ4F_compressFrame() local
505 …U32 cSize = (U32)compress(lz4ctx, (const char*)src, (char*)(cSizePtr+4), (int)(srcSize), (int)(src… in LZ4F_compressBlock() local
Dlz4hc.c542 …int const cSize = LZ4_compress_HC_extStateHC(statePtr, src, dst, srcSize, maxDstSize, compressionL… in LZ4_compress_HC() local