Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/lib/zstd/compress/
H A Dzstd_compress_internal.h848 const BYTE* const pStart = pIn; in ZSTD_count() local
859 return (size_t)(pIn - pStart); in ZSTD_count()
864 return (size_t)(pIn - pStart); in ZSTD_count()
/linux-6.15/lib/zstd/decompress/
H A Dhuf_decompress.c545 BYTE* const pStart = p; in HUF_decodeStreamX1() local
568 return (size_t)(pEnd-pStart); in HUF_decodeStreamX1()
1308 BYTE* const pStart = p; in HUF_decodeStreamX2() local
1346 return p-pStart; in HUF_decodeStreamX2()
H A Dzstd_decompress_block.c675 const void* const pStart = *DTablePtr; in ZSTD_buildSeqTable() local
677 PREFETCH_AREA(pStart, pSize); in ZSTD_buildSeqTable()