Home
last modified time | relevance | path

Searched refs:op (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c1182 BYTE *op = (BYTE *)dest; in LZ4_compress_generic_validated() local
1183 BYTE *const olimit = op + maxOutputSize; in LZ4_compress_generic_validated()
1352 token = op++; in LZ4_compress_generic_validated()
1354 (unlikely(op + litLength + (2 + 1 + LASTLITERALS) + (litLength / 255) > olimit))) in LZ4_compress_generic_validated()
1359 …(unlikely(op + (litLength + 240) / 255 /* litlen */ + litLength /* literals */ + 2 /* offset */ + … in LZ4_compress_generic_validated()
1361 op--; in LZ4_compress_generic_validated()
1369 *op++ = 255; in LZ4_compress_generic_validated()
1370 *op++ = (BYTE)len; in LZ4_compress_generic_validated()
1376 LZ4_wildCopy8(op, anchor, op + litLength); in LZ4_compress_generic_validated()
1377 op += litLength; in LZ4_compress_generic_validated()
[all …]