Home
last modified time | relevance | path

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

/linux-4.19.296/lib/lz4/
Dlz4defs.h182 const BYTE *const pStart = pIn; in LZ4_count() local
195 return (unsigned int)(pIn - pStart); in LZ4_count()
215 return (unsigned int)(pIn - pStart); in LZ4_count()
/linux-4.19.296/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()