Function report |
Source Code:lib\lz4\lz4hc_compress.c |
Create Date:2022-07-28 07:00:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:LZ4HC_encodeSequence
Proto:static inline __attribute__((__always_inline__)) int LZ4HC_encodeSequence(const BYTE **ip, BYTE **op, const BYTE **anchor, int matchLength, const BYTE *const match, limitedOutput_directive limitedOutputBuffer, BYTE *oend)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const BYTE ** | ip | |
BYTE ** | op | |
const BYTE ** | anchor | |
int | matchLength | |
const BYTE *const | match | |
limitedOutput_directive | limitedOutputBuffer | |
BYTE * | oend |
278 | If limitedOutputBuffer && op + (length >> 8) + length + 2 + 1 + LASTLITERALS > oend Then |
282 | Return 1 |
300 | LZ4_writeLE16( * op, (U16)( * ip - match)) |
301 | op += 2 |
306 | If limitedOutputBuffer && op + (length >> 8) + 1 + LASTLITERALS > oend Then |
310 | Return 1 |
322 | If length > 254 Then |
332 | ip += matchLength |
335 | Return 0 |
Name | Describe |
---|---|
LZ4HC_compress_generic |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |