Searched defs:cSize (Results 1 – 8 of 8) sorted by relevance
/external/tpm2/ |
D | MathFunctions.c | 101 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/ |
D | bench.c | 145 size_t cSize; member 229 size_t cSize = 0; in BMK_benchMem() local
|
D | lz4io.c | 480 … size_t const cSize = LZ4F_compressFrame(dstBuffer, dstBufferSize, srcBuffer, readSize, &prefs); in LZ4IO_compressFilename_extRess() local
|
/external/lz4/tests/ |
D | frametest.c | 175 size_t cSize, testSize; in basicTests() local 604 size_t cSize; in fuzzerTests() local
|
D | fullbench.c | 389 size_t cSize=0; in fullSpeedBench() local
|
/external/python/cpython2/Mac/Modules/list/ |
D | _Listmodule.c | 297 Point cSize; in ListObj_LCellSize() local 860 Point cSize; in List_LNew() local
|
/external/lz4/lib/ |
D | lz4frame.c | 351 …{ 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
|
D | lz4hc.c | 542 …int const cSize = LZ4_compress_HC_extStateHC(statePtr, src, dst, srcSize, maxDstSize, compressionL… in LZ4_compress_HC() local
|