Home
last modified time | relevance | path

Searched defs:dstCapacity (Results 1 – 4 of 4) sorted by relevance

/external/lz4/lib/
Dlz4frame.c309 size_t LZ4F_compressFrame(void* dstBuffer, size_t dstCapacity, const void* srcBuffer, size_t srcSiz… in LZ4F_compressFrame()
412 size_t LZ4F_compressBegin(LZ4F_cctx* cctxPtr, void* dstBuffer, size_t dstCapacity, const LZ4F_prefe… in LZ4F_compressBegin()
516 …tedOutput_withState(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, int level) in LZ4F_localLZ4_compress_limitedOutput_withState()
522 …itedOutput_continue(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, int level) in LZ4F_localLZ4_compress_limitedOutput_continue()
562 size_t LZ4F_compressUpdate(LZ4F_cctx* cctxPtr, void* dstBuffer, size_t dstCapacity, const void* src… in LZ4F_compressUpdate()
658 size_t LZ4F_flush(LZ4F_cctx* cctxPtr, void* dstBuffer, size_t dstCapacity, const LZ4F_compressOptio… in LZ4F_flush()
/external/lz4/examples/
DframeCompress.c133 size_t dstCapacity = 0; in decompress_file() local
/external/lz4/tests/
Dframetest.c397 { size_t const dstCapacity = LZ4F_compressFrameBound(testSize, &prefs); in basicTests() local
406 { size_t const dstCapacity = LZ4F_compressFrameBound(testSize, &prefs); in basicTests() local
/external/icu/icu4c/source/common/
Duniset_props.cpp927 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) { in mungeCharName()