Searched refs:notLimited (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 380 typedef enum { notLimited = 0, limitedOutput = 1 } limitedOutput_directive; enumerator 667 …return LZ4_compress_generic(ctx, source, dest, inputSize, 0, notLimited, … in LZ4_compress_fast_extState() 669 …return LZ4_compress_generic(ctx, source, dest, inputSize, 0, notLimited, (sizeof(vo… in LZ4_compress_fast_extState() 1045 …result = LZ4_compress_generic(streamPtr, source, dest, inputSize, 0, notLimited, byU32, usingExtDi… in LZ4_compress_forceExtDict()
|