Searched defs:cResult (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_BitStream.cpp | 92 int32_t CJBig2_BitStream::read1Byte(uint8_t* cResult) { in read1Byte()
|
/external/zstd/tests/ |
D | zstreamtest.c | 2386 … size_t const cResult = ZSTD_compress2(staticCCtx, dstBuf, dstBufSize, CNBuffer, CNBufferSize); in basicUnitTests() local 2397 … size_t const cResult = ZSTD_compress2(staticCCtx, dstBuf, dstBufSize, CNBuffer, CNBufferSize); in basicUnitTests() local 2456 size_t const cResult = ZSTD_compressStream(staticCCtx, &outBuf, &inBuf); in basicUnitTests() local
|
/external/antlr/runtime/C/src/ |
D | antlr3string.c | 367 ConversionResult cResult; in toUTF8_UTF16() local
|
/external/zstd/lib/compress/ |
D | zstdmt_compress.c | 1130 { size_t const cResult = jobPtr->cSize; in ZSTDMT_getFrameProgression() local 1158 { size_t const cResult = jobPtr->cSize; in ZSTDMT_toFlushNow() local
|
/external/zstd/programs/ |
D | benchzstd.c | 621 BMK_runTime_t const cResult = BMK_extract_runTime(cOutcome); in BMK_benchMemAdvancedNoAlloc() local
|