Home
last modified time | relevance | path

Searched refs:pStart (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4defs.h198 const BYTE *const pStart = pIn; in LZ4_count() local
211 return (unsigned int)(pIn - pStart); in LZ4_count()
231 return (unsigned int)(pIn - pStart); in LZ4_count()
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4defs.h200 const BYTE *const pStart = pIn; in LZ4_count() local
213 return (unsigned int)(pIn - pStart); in LZ4_count()
233 return (unsigned int)(pIn - pStart); in LZ4_count()
/kernel/linux/linux-5.10/lib/zstd/
H A Dhuf_decompress.c178 BYTE *const pStart = p; in HUF_decodeStreamX2() local
196 return pEnd - pStart; in HUF_decodeStreamX2()
632 BYTE *const pStart = p; in HUF_decodeStreamX4() local
652 return p - pStart; in HUF_decodeStreamX4()
H A Dcompress.c909 const BYTE *const pStart = pIn; in ZSTD_count() local
920 return (size_t)(pIn - pStart); in ZSTD_count()
933 return (size_t)(pIn - pStart); in ZSTD_count()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h743 const BYTE* const pStart = pIn; in ZSTD_count() local
754 return (size_t)(pIn - pStart); in ZSTD_count()
759 return (size_t)(pIn - pStart); in ZSTD_count()
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dhuf_decompress.c499 BYTE* const pStart = p; in HUF_decodeStreamX1() local
522 return pEnd-pStart; in HUF_decodeStreamX1()
1176 BYTE* const pStart = p; in HUF_decodeStreamX2() local
1214 return p-pStart; in HUF_decodeStreamX2()
H A Dzstd_decompress_block.c632 const void* const pStart = *DTablePtr; in ZSTD_buildSeqTable() local
634 PREFETCH_AREA(pStart, pSize); in ZSTD_buildSeqTable()

Completed in 24 milliseconds