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:DTableH
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
fse_decompress.c
108
FSE_DTableHeader
DTableH
;
in FSE_buildDTable_wksp()
local
109
DTableH
.tableLog = (U16)tableLog;
in FSE_buildDTable_wksp()
110
DTableH
.fastMode = 1;
in FSE_buildDTable_wksp()
120
DTableH
.fastMode = 0;
in FSE_buildDTable_wksp()
125
memcpy(dt, &
DTableH
, sizeof(
DTableH
));
in FSE_buildDTable_wksp()
166
FSE_DTableHeader *const
DTableH
= (FSE_DTableHeader *)ptr;
in FSE_buildDTable_rle()
local
170
DTableH
->tableLog = 0;
in FSE_buildDTable_rle()
171
DTableH
->fastMode = 0;
in FSE_buildDTable_rle()
183
FSE_DTableHeader *const
DTableH
in FSE_buildDTable_raw()
local
278
const FSE_
DTableH
eader *
DTableH
= (const FSE_
DTableH
eader *)ptr;
FSE_decompress_usingDTable()
local
[all...]
H
A
D
fse.h
484
const FSE_DTableHeader *const
DTableH
= (const FSE_DTableHeader *)ptr;
in FSE_initDState()
local
485
DStatePtr->state = BIT_readBits(bitD,
DTableH
->tableLog);
in FSE_initDState()
/kernel/linux/linux-6.6/lib/zstd/common/
H
A
D
fse_decompress.c
88
{ FSE_DTableHeader
DTableH
;
in FSE_buildDTable_internal()
local
89
DTableH
.tableLog = (U16)tableLog;
in FSE_buildDTable_internal()
90
DTableH
.fastMode = 1;
in FSE_buildDTable_internal()
98
if (normalizedCounter[s] >= largeLimit)
DTableH
.fastMode=0;
in FSE_buildDTable_internal()
101
ZSTD_memcpy(dt, &
DTableH
, sizeof(
DTableH
));
in FSE_buildDTable_internal()
190
FSE_DTableHeader* const
DTableH
= (FSE_DTableHeader*)ptr;
in FSE_buildDTable_rle()
local
194
DTableH
->tableLog = 0;
in FSE_buildDTable_rle()
195
DTableH
->fastMode = 0;
in FSE_buildDTable_rle()
208
FSE_DTableHeader* const
DTableH
in FSE_buildDTable_raw()
local
299
const FSE_
DTableH
eader*
DTableH
= (const FSE_
DTableH
eader*)ptr;
FSE_decompress_usingDTable()
local
352
const FSE_
DTableH
eader*
DTableH
= (const FSE_
DTableH
eader*)ptr;
FSE_decompress_wksp_body()
local
[all...]
H
A
D
fse.h
603
const FSE_DTableHeader* const
DTableH
= (const FSE_DTableHeader*)ptr;
604
DStatePtr->state = BIT_readBits(bitD,
DTableH
->tableLog);
/kernel/linux/linux-6.6/lib/zstd/decompress/
H
A
D
zstd_decompress_block.c
425
ZSTD_seqSymbol_header* const
DTableH
= (ZSTD_seqSymbol_header*)ptr;
in ZSTD_buildSeqTable_rle()
local
428
DTableH
->tableLog = 0;
in ZSTD_buildSeqTable_rle()
429
DTableH
->fastMode = 0;
in ZSTD_buildSeqTable_rle()
464
{ ZSTD_seqSymbol_header
DTableH
;
in ZSTD_buildFSETable_body()
local
465
DTableH
.tableLog = tableLog;
in ZSTD_buildFSETable_body()
466
DTableH
.fastMode = 1;
in ZSTD_buildFSETable_body()
474
if (normalizedCounter[s] >= largeLimit)
DTableH
.fastMode=0;
in ZSTD_buildFSETable_body()
478
ZSTD_memcpy(dt, &
DTableH
, sizeof(
DTableH
));
in ZSTD_buildFSETable_body()
1141
const ZSTD_seqSymbol_header* const
DTableH
in ZSTD_initFseState()
local
[all...]
Completed in 6 milliseconds