Home
last modified time | relevance | path

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

/linux/lib/lz4/
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()
/linux/lib/zstd/compress/
A Dzstd_compress_internal.h617 const BYTE* const pStart = pIn; in ZSTD_count() local
628 return (size_t)(pIn - pStart); in ZSTD_count()
633 return (size_t)(pIn - pStart); in ZSTD_count()
/linux/lib/zstd/decompress/
A Dhuf_decompress.c304 BYTE* const pStart = p; in HUF_decodeStreamX1() local
323 return pEnd-pStart; in HUF_decodeStreamX1()
753 BYTE* const pStart = p; in HUF_decodeStreamX2() local
773 return p-pStart; in HUF_decodeStreamX2()
A Dzstd_decompress_block.c556 const void* const pStart = *DTablePtr; in ZSTD_buildSeqTable() local
558 PREFETCH_AREA(pStart, pSize); in ZSTD_buildSeqTable()

Completed in 19 milliseconds