Searched refs:LZ4F_compressFrameBound (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/lz4/include/lz4/
H A Dlz4frame.h131 size_t LZ4F_compressFrameBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr);
137 * You can get the minimum value of dstMaxSize by using LZ4F_compressFrameBound()
/fuchsia/zircon/system/uapp/lz4/
H A Dmain.c147 size_t outsize = LZ4F_compressFrameBound(BLOCK_SIZE, &prefs);
/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c256 size_t LZ4F_compressFrameBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr) function
278 * You can get the minimum value of dstMaxSize by using LZ4F_compressFrameBound()
321 if (dstMaxSize < LZ4F_compressFrameBound(srcSize, &prefs))

Completed in 56 milliseconds