Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:hType
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_compress_literals.c
83
symbolEncodingType_e
hType
= set_compressed;
in ZSTD_compressLiterals()
local
117
hType
= set_repeat;
in ZSTD_compressLiterals()
130
if (
hType
== set_compressed) {
in ZSTD_compressLiterals()
139
{ U32 const lhc =
hType
+ ((!singleStream) << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<14);
in ZSTD_compressLiterals()
144
{ U32 const lhc =
hType
+ (2 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<18);
in ZSTD_compressLiterals()
149
{ U32 const lhc =
hType
+ (3 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<22);
in ZSTD_compressLiterals()
H
A
D
zstd_compress_superblock.c
32
* hufMetadata->
hType
has literals block type info.
53
symbolEncodingType_e
hType
= writeEntropy ? hufMetadata->
hType
: set_repeat;
in ZSTD_compressSubBlock_literal()
local
61
if (litSize == 0 || hufMetadata->
hType
== set_basic) {
in ZSTD_compressSubBlock_literal()
64
} else if (hufMetadata->
hType
== set_rle) {
in ZSTD_compressSubBlock_literal()
70
assert(hufMetadata->
hType
== set_compressed || hufMetadata->
hType
== set_repeat);
in ZSTD_compressSubBlock_literal()
72
if (writeEntropy && hufMetadata->
hType
== set_compressed) {
in ZSTD_compressSubBlock_literal()
106
{ U32 const lhc =
hType
+ ((!singleStream) << 2) + ((U32)litSize<<4) + ((U32)cLitSize<<14);
in ZSTD_compressSubBlock_literal()
111
{ U32 const lhc =
hType
in ZSTD_compressSubBlock_literal()
[all...]
H
A
D
zstd_compress.c
2987
hufMetadata->
hType
= set_basic;
in ZSTD_buildBlockEntropyStats_literals()
2998
hufMetadata->
hType
= set_basic;
in ZSTD_buildBlockEntropyStats_literals()
3008
hufMetadata->
hType
= set_rle;
in ZSTD_buildBlockEntropyStats_literals()
3013
hufMetadata->
hType
= set_basic;
in ZSTD_buildBlockEntropyStats_literals()
3045
hufMetadata->
hType
= set_repeat;
in ZSTD_buildBlockEntropyStats_literals()
3052
hufMetadata->
hType
= set_basic;
in ZSTD_buildBlockEntropyStats_literals()
3056
hufMetadata->
hType
= set_compressed;
in ZSTD_buildBlockEntropyStats_literals()
3157
if (hufMetadata->
hType
== set_basic) return litSize;
in ZSTD_estimateBlockSize_literal()
3158
else if (hufMetadata->
hType
== set_rle) return 1;
in ZSTD_estimateBlockSize_literal()
3159
else if (hufMetadata->
hType
in ZSTD_estimateBlockSize_literal()
[all...]
H
A
D
zstd_compress_internal.h
82
* Stores Literals Block Type for a super-block in
hType
, and
87
symbolEncodingType_e
hType
;
member
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
compress.c
488
symbolEncodingType_e
hType
= set_compressed;
in ZSTD_compressLiterals()
local
511
hType
= set_repeat;
in ZSTD_compressLiterals()
531
U32 const lhc =
hType
+ ((!singleStream) << 2) + ((U32)srcSize << 4) + ((U32)cLitSize << 14);
in ZSTD_compressLiterals()
537
U32 const lhc =
hType
+ (2 << 2) + ((U32)srcSize << 4) + ((U32)cLitSize << 18);
in ZSTD_compressLiterals()
544
U32 const lhc =
hType
+ (3 << 2) + ((U32)srcSize << 4) + ((U32)cLitSize << 22);
in ZSTD_compressLiterals()
Completed in 22 milliseconds