Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/lz4/
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-5.10/lib/zstd/
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()
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()