Searched refs:acceleration (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.7/kernel/src/libs/ |
D | lz4.c | 1153 const int acceleration) in LZ4_compress_generic_validated() argument 1202 assert(acceleration >= 1); in LZ4_compress_generic_validated() 1241 int searchMatchNb = acceleration << LZ4_skipTrigger; in LZ4_compress_generic_validated() 1264 int searchMatchNb = acceleration << LZ4_skipTrigger; in LZ4_compress_generic_validated() 1637 const int acceleration) in LZ4_compress_generic() argument 1666 tableType, dictDirective, dictIssue, acceleration); in LZ4_compress_generic() 1669 …te(void *state, const char *source, char *dest, int inputSize, int maxOutputSize, int acceleration) in LZ4_compress_fast_extState() argument 1673 if (acceleration < 1) in LZ4_compress_fast_extState() 1674 acceleration = LZ4_ACCELERATION_DEFAULT; in LZ4_compress_fast_extState() 1675 if (acceleration > LZ4_ACCELERATION_MAX) in LZ4_compress_fast_extState() [all …]
|
/DragonOS-0.1.7/kernel/src/common/ |
D | lz4.h | 189 … int LZ4_compress_fast(const char *src, char *dst, int srcSize, int dstCapacity, int acceleration); 198 …_extState(void *state, const char *src, char *dst, int srcSize, int dstCapacity, int acceleration); 329 …4_stream_t *streamPtr, const char *src, char *dst, int srcSize, int dstCapacity, int acceleration); 460 …fastReset(void *state, const char *src, char *dst, int srcSize, int dstCapacity, int acceleration);
|