Searched defs:outputSize (Results 1 – 2 of 2) sorted by relevance
1093 …int outputSize, /* If endOnInput==endOnInputSize, this value is the max size of Output Buf… in LZ4_decompress_generic()1416 int LZ4_uncompress (const char* source, char* dest, int outputSize) { return LZ4_decompress_fast(so… in LZ4_uncompress()
361 uint32_t outputSize[2] = {}; member