OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HUF_CElt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
huf.h
62
typedef size_t
HUF_CElt
; /* consider it an incomplete type */
66
HUF_CElt
name[HUF_CTABLE_SIZE_ST(maxSymbolValue)] /* no final ; */
138
size_t wkspSize,
HUF_CElt
* table, const unsigned* count, int flags); /* table is used as scratch space for building and testing tables, not a return value */
139
size_t HUF_writeCTable_wksp(void* dst, size_t maxDstSize, const
HUF_CElt
* CTable, unsigned maxSymbolValue, unsigned huffLog, void* workspace, size_t workspaceSize);
140
size_t HUF_compress4X_usingCTable(void* dst, size_t dstSize, const void* src, size_t srcSize, const
HUF_CElt
* CTable, int flags);
141
size_t HUF_estimateCompressedSize(const
HUF_CElt
* CTable, const unsigned* count, unsigned maxSymbolValue);
142
int HUF_validateCTable(const
HUF_CElt
* CTable, const unsigned* count, unsigned maxSymbolValue);
160
HUF_CElt
* hufTable, HUF_repeat* repeat, int flags);
168
size_t HUF_buildCTable_wksp (
HUF_CElt
* tree,
196
size_t HUF_readCTable (
HUF_CElt
* CTable, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize, unsigned *hasZeroWeights)
[
all
...]
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c
901
}
HUF_CElt
;
Completed in 23 milliseconds
Indexes created Wed Apr 22 00:22:44 UTC 2026