OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:totalCompressedSize
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/dictBuilder/
cover.h
60
size_t
totalCompressedSize
;
134
* return.
totalCompressedSize
is a ZSTD error.
152
size_t nbCheckSamples, size_t nbSamples, ZDICT_cover_params_t params, size_t* offsets, size_t
totalCompressedSize
);
fastcover.c
480
size_t
totalCompressedSize
= ERROR(GENERIC);
500
totalCompressedSize
);
cover.c
803
size_t
totalCompressedSize
= ERROR(GENERIC);
829
totalCompressedSize
= dictBufferCapacity;
836
totalCompressedSize
= size;
839
totalCompressedSize
+= size;
847
return
totalCompressedSize
;
917
size_t compressedSize = selection.
totalCompressedSize
;
963
ds.
totalCompressedSize
= csz;
972
return (ZSTD_isError(selection.
totalCompressedSize
) || !selection.dictContent);
981
size_t nbCheckSamples, size_t nbSamples, ZDICT_cover_params_t params, size_t* offsets, size_t
totalCompressedSize
) {
1009
totalCompressedSize
= COVER_checkTotalCompressedSize(params, samplesSizes
[
all
...]
Completed in 75 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026