Searched refs:pStart (Results 1 – 4 of 4) sorted by relevance
200 const BYTE *const pStart = pIn; in LZ4_count() local213 return (unsigned int)(pIn - pStart); in LZ4_count()233 return (unsigned int)(pIn - pStart); in LZ4_count()
743 const BYTE* const pStart = pIn; in ZSTD_count() local754 return (size_t)(pIn - pStart); in ZSTD_count()759 return (size_t)(pIn - pStart); in ZSTD_count()
499 BYTE* const pStart = p; in HUF_decodeStreamX1() local522 return pEnd-pStart; in HUF_decodeStreamX1()1176 BYTE* const pStart = p; in HUF_decodeStreamX2() local1214 return p-pStart; in HUF_decodeStreamX2()
632 const void* const pStart = *DTablePtr; in ZSTD_buildSeqTable() local634 PREFETCH_AREA(pStart, pSize); in ZSTD_buildSeqTable()