HomeSort by relevance Sort by last modified time
    Searched refs:LZ4F_HEADER_SIZE_MAX (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4frame.h 209 #define LZ4F_HEADER_SIZE_MAX 15
213 * dstCapacity must be large enough to store the header. Maximum header size is LZ4F_HEADER_SIZE_MAX bytes.
lz4frame.c 161 static const size_t maxFHSize = LZ4F_HEADER_SIZE_MAX; /* 15 */
408 * dstBuffer must be large enough to accommodate a header (dstCapacity). Maximum header size is LZ4F_HEADER_SIZE_MAX bytes.
    [all...]

Completed in 60 milliseconds