OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FSE_decompress_usingDTable
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c
846
static size_t
FSE_decompress_usingDTable
(void* dst, size_t originalSize,
882
return
FSE_decompress_usingDTable
(dst, maxDstSize, ip, cSrcSize, dt);
zstd_v03.c
1346
static size_t
FSE_decompress_usingDTable
(void* dst, size_t originalSize,
1382
return
FSE_decompress_usingDTable
(dst, maxDstSize, ip, cSrcSize, dt);
zstd_v04.c
440
FSE_decompress_usingDTable
():
445
static size_t
FSE_decompress_usingDTable
(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const FSE_DTable* dt);
469
'FSE_DTable' can then be used to decompress 'cSrc', with
FSE_decompress_usingDTable
().
471
FSE_decompress_usingDTable
() result will tell how many bytes were regenerated (<=maxDstSize).
1331
static size_t
FSE_decompress_usingDTable
(void* dst, size_t originalSize,
1370
return
FSE_decompress_usingDTable
(dst, maxDstSize, ip, cSrcSize, dt);
zstd_v02.c
1346
static size_t
FSE_decompress_usingDTable
(void* dst, size_t originalSize,
1382
return
FSE_decompress_usingDTable
(dst, maxDstSize, ip, cSrcSize, dt);
Completed in 59 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026