Home
last modified time | relevance | path

Searched refs:copyEnd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4_decompress.c390 BYTE * const copyEnd = op + mlen; in LZ4_decompress_generic() local
394 while (op < copyEnd) in LZ4_decompress_generic()
399 op = copyEnd; in LZ4_decompress_generic()
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4_decompress.c390 BYTE * const copyEnd = op + mlen; in LZ4_decompress_generic() local
394 while (op < copyEnd) in LZ4_decompress_generic()
399 op = copyEnd; in LZ4_decompress_generic()

Completed in 3 milliseconds