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
57
typedef size_t
HUF_CElt
; /* consider it an incomplete type */
61
HUF_CElt
name[HUF_CTABLE_SIZE_ST(maxSymbolValue)] /* no final ; */
133
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 */
134
size_t HUF_writeCTable_wksp(void* dst, size_t maxDstSize, const
HUF_CElt
* CTable, unsigned maxSymbolValue, unsigned huffLog, void* workspace, size_t workspaceSize);
135
size_t HUF_compress4X_usingCTable(void* dst, size_t dstSize, const void* src, size_t srcSize, const
HUF_CElt
* CTable, int flags);
136
size_t HUF_estimateCompressedSize(const
HUF_CElt
* CTable, const unsigned* count, unsigned maxSymbolValue);
137
int HUF_validateCTable(const
HUF_CElt
* CTable, const unsigned* count, unsigned maxSymbolValue);
155
HUF_CElt
* hufTable, HUF_repeat* repeat, int flags);
163
size_t HUF_buildCTable_wksp (
HUF_CElt
* tree,
191
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 33 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026