OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
);
cover.c
844
size_t
totalCompressedSize
= ERROR(GENERIC);
870
totalCompressedSize
= dictBufferCapacity;
877
totalCompressedSize
= size;
880
totalCompressedSize
+= size;
888
return
totalCompressedSize
;
958
size_t compressedSize = selection.
totalCompressedSize
;
1004
ds.
totalCompressedSize
= csz;
1013
return (ZSTD_isError(selection.
totalCompressedSize
) || !selection.dictContent);
1022
size_t nbCheckSamples, size_t nbSamples, ZDICT_cover_params_t params, size_t* offsets, size_t
totalCompressedSize
) {
1050
totalCompressedSize
= COVER_checkTotalCompressedSize(params, samplesSizes
[
all
...]
fastcover.c
480
size_t
totalCompressedSize
= ERROR(GENERIC);
500
totalCompressedSize
);
Completed in 29 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026