Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h634 const BYTE* const pStart = pIn; in ZSTD_count() local
645 return (size_t)(pIn - pStart); in ZSTD_count()
650 return (size_t)(pIn - pStart); in ZSTD_count()
/freebsd-13.1/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c304 BYTE* const pStart = p; in HUF_decodeStreamX1() local
323 return pEnd-pStart; in HUF_decodeStreamX1()
752 BYTE* const pStart = p; in HUF_decodeStreamX2() local
772 return p-pStart; in HUF_decodeStreamX2()
H A Dzstd_decompress_block.c556 const void* const pStart = *DTablePtr; in ZSTD_buildSeqTable() local
558 PREFETCH_AREA(pStart, pSize); in ZSTD_buildSeqTable()
/freebsd-13.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v02.c1698 BYTE* const pStart = p; in HUF_decodeStreamX2() local
1717 return pEnd-pStart; in HUF_decodeStreamX2()
2057 BYTE* const pStart = p; in HUF_decodeStreamX4() local
2078 return p-pStart; in HUF_decodeStreamX4()
2412 BYTE* const pStart = p; in HUF_decodeStreamX6() local
2433 return p-pStart; in HUF_decodeStreamX6()
H A Dzstd_v03.c1695 BYTE* const pStart = p; in HUF_decodeStreamX2() local
1714 return pEnd-pStart; in HUF_decodeStreamX2()
2054 BYTE* const pStart = p; in HUF_decodeStreamX4() local
2075 return p-pStart; in HUF_decodeStreamX4()
H A Dzstd_v04.c1847 BYTE* const pStart = p; in HUF_decodeStreamX2() local
1866 return pEnd-pStart; in HUF_decodeStreamX2()
2204 BYTE* const pStart = p; in HUF_decodeStreamX4() local
2225 return p-pStart; in HUF_decodeStreamX4()
H A Dzstd_v05.c1939 BYTE* const pStart = p; in HUFv05_decodeStreamX2() local
1957 return pEnd-pStart; in HUFv05_decodeStreamX2()
2315 BYTE* const pStart = p; in HUFv05_decodeStreamX4() local
2335 return p-pStart; in HUFv05_decodeStreamX4()
H A Dzstd_v06.c2075 BYTE* const pStart = p; in HUFv06_decodeStreamX2() local
2093 return pEnd-pStart; in HUFv06_decodeStreamX2()
2444 BYTE* const pStart = p; in HUFv06_decodeStreamX4() local
2464 return p-pStart; in HUFv06_decodeStreamX4()
H A Dzstd_v07.c1850 BYTE* const pStart = p; in HUFv07_decodeStreamX2() local
1868 return pEnd-pStart; in HUFv07_decodeStreamX2()
2255 BYTE* const pStart = p; in HUFv07_decodeStreamX4() local
2275 return p-pStart; in HUFv07_decodeStreamX4()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c363 const BYTE* const pStart = pIn; in LZ4_count() local
369 return (unsigned)(pIn - pStart); in LZ4_count()
375 return (unsigned)(pIn - pStart); in LZ4_count()
/freebsd-13.1/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c193 const char* const pStart = (const char*)pIn; in ZDICT_count() local
202 return (size_t)((const char*)pIn - pStart); in ZDICT_count()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c147970 if( pStart ){
157027 pWin->pStart = sqlite3ExprDup(pParse->db, p->pStart, 0);
157592 pWin->pStart = sqlite3WindowOffsetExpr(pParse, pStart);
158754 pNew->pStart = sqlite3ExprDup(db, p->pStart, 0);
167340 void *pStart;
167363 pStart = 0;
167368 if( pStart ) szAlloc = sqlite3MallocSize(pStart);
167387 db->lookaside.pStart = pStart;
167392 if( pStart ){
173144 char *pStart,
[all …]
H A Dshell.c298 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() argument
299 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 + in timeDiff()
300 (double)(pEnd->tv_sec - pStart->tv_sec); in timeDiff()
376 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() argument
377 sqlite_int64 i64Start = *((sqlite_int64 *) pStart); in timeDiff()
/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10472 const BYTE* const pStart = pIn; in ZSTD_count() local
10483 return (size_t)(pIn - pStart); in ZSTD_count()
10488 return (size_t)(pIn - pStart); in ZSTD_count()
21564 BYTE* const pStart = p; in HUF_decodeStreamX1() local
21583 return pEnd-pStart; in HUF_decodeStreamX1()
22046 BYTE* const pStart = p; in HUF_decodeStreamX2() local
22066 return p-pStart; in HUF_decodeStreamX2()
26850 const void* const pStart = *DTablePtr; in ZSTD_buildSeqTable() local
26852 PREFETCH_AREA(pStart, pSize); in ZSTD_buildSeqTable()