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:tableDecode
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
fse_decompress.c
91
FSE_DECODE_TYPE *const
tableDecode
= (FSE_DECODE_TYPE *)(tdPtr);
in FSE_buildDTable_wksp()
local
116
tableDecode
[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s;
in FSE_buildDTable_wksp()
136
tableDecode
[position].symbol = (FSE_FUNCTION_TYPE)s;
in FSE_buildDTable_wksp()
150
FSE_FUNCTION_TYPE const symbol = (FSE_FUNCTION_TYPE)(
tableDecode
[u].symbol);
in FSE_buildDTable_wksp()
152
tableDecode
[u].nbBits = (BYTE)(tableLog - BIT_highbit32((U32)nextState));
in FSE_buildDTable_wksp()
153
tableDecode
[u].newState = (U16)((nextState <<
tableDecode
[u].nbBits) - tableSize);
in FSE_buildDTable_wksp()
/kernel/linux/linux-6.6/lib/zstd/common/
H
A
D
fse_decompress.c
74
FSE_DECODE_TYPE* const
tableDecode
= (FSE_DECODE_TYPE*) (tdPtr);
in FSE_buildDTable_internal()
local
95
tableDecode
[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s;
in FSE_buildDTable_internal()
144
tableDecode
[uPosition].symbol = spread[s + u];
in FSE_buildDTable_internal()
157
tableDecode
[position].symbol = (FSE_FUNCTION_TYPE)s;
in FSE_buildDTable_internal()
167
FSE_FUNCTION_TYPE const symbol = (FSE_FUNCTION_TYPE)(
tableDecode
[u].symbol);
in FSE_buildDTable_internal()
169
tableDecode
[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) );
in FSE_buildDTable_internal()
170
tableDecode
[u].newState = (U16) ( (nextState <<
tableDecode
[u].nbBits) - tableSize);
in FSE_buildDTable_internal()
/kernel/linux/linux-6.6/lib/zstd/decompress/
H
A
D
zstd_decompress_block.c
449
ZSTD_seqSymbol* const
tableDecode
= dt+1;
in ZSTD_buildFSETable_body()
local
471
tableDecode
[highThreshold--].baseValue = s;
in ZSTD_buildFSETable_body()
527
tableDecode
[uPosition].baseValue = spread[s + u];
in ZSTD_buildFSETable_body()
541
tableDecode
[position].baseValue = s;
in ZSTD_buildFSETable_body()
552
U32 const symbol =
tableDecode
[u].baseValue;
in ZSTD_buildFSETable_body()
554
tableDecode
[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) );
in ZSTD_buildFSETable_body()
555
tableDecode
[u].nextState = (U16) ( (nextState <<
tableDecode
[u].nbBits) - tableSize);
in ZSTD_buildFSETable_body()
557
tableDecode
[u].nbAdditionalBits = nbAdditionalBits[symbol];
in ZSTD_buildFSETable_body()
558
tableDecode
[
in ZSTD_buildFSETable_body()
[all...]
Completed in 5 milliseconds