OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hType
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress_literals.c
143
symbolEncodingType_e
hType
= set_compressed;
183
hType
= set_repeat;
203
if (
hType
== set_compressed) {
213
{ U32 const lhc =
hType
+ ((U32)(!singleStream) << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<14);
219
{ U32 const lhc =
hType
+ (2 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<18);
225
{ U32 const lhc =
hType
+ (3 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<22);
zstd_compress_superblock.c
32
* hufMetadata->
hType
has literals block type info.
54
symbolEncodingType_e
hType
= writeEntropy ? hufMetadata->
hType
: set_repeat;
60
if (litSize == 0 || hufMetadata->
hType
== set_basic) {
63
} else if (hufMetadata->
hType
== set_rle) {
69
assert(hufMetadata->
hType
== set_compressed || hufMetadata->
hType
== set_repeat);
71
if (writeEntropy && hufMetadata->
hType
== set_compressed) {
105
{ U32 const lhc =
hType
+ ((U32)(!singleStream) << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<14);
110
{ U32 const lhc =
hType
+ (2 << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<18)
[
all
...]
zstd_compress_internal.h
89
* Stores Literals Block Type for a super-block in
hType
, and
94
symbolEncodingType_e
hType
;
/src/external/bsd/zstd/dist/tests/
decodecorpus.c
485
symbolEncodingType_e
hType
;
551
hType
= set_compressed;
560
hType
= set_repeat;
595
U32 const header =
hType
| (sizeFormat << 2) | ((U32)litSize << 4) |
601
U32 const header =
hType
| (sizeFormat << 2) | ((U32)litSize << 4) |
607
U32 const header =
hType
| (sizeFormat << 2) | ((U32)litSize << 4) |
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026