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:FSE_FUNCTION_TYPE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
fse_decompress.c
77
#ifndef
FSE_FUNCTION_TYPE
78
#error "
FSE_FUNCTION_TYPE
must be defined"
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()
H
A
D
fse_compress.c
76
#ifndef
FSE_FUNCTION_TYPE
77
#error "
FSE_FUNCTION_TYPE
must be defined"
89
* wkspSize should be sized to handle worst case situation, which is `1<<max_tableLog * sizeof(
FSE_FUNCTION_TYPE
)`
90
* workSpace must also be properly aligned with
FSE_FUNCTION_TYPE
requirements
104
FSE_FUNCTION_TYPE
*tableSymbol;
in FSE_buildCTable_wksp()
109
tableSymbol = (
FSE_FUNCTION_TYPE
*)((U32 *)workspace + spaceUsed32);
in FSE_buildCTable_wksp()
110
spaceUsed32 += ALIGN(sizeof(
FSE_FUNCTION_TYPE
) * ((size_t)1 << tableLog), sizeof(U32)) >> 2;
in FSE_buildCTable_wksp()
131
tableSymbol[highThreshold--] = (
FSE_FUNCTION_TYPE
)(u - 1);
in FSE_buildCTable_wksp()
146
tableSymbol[position] = (
FSE_FUNCTION_TYPE
)symbol;
in FSE_buildCTable_wksp()
161
FSE_FUNCTION_TYPE
in FSE_buildCTable_wksp()
[all...]
H
A
D
fse.h
555
#define
FSE_FUNCTION_TYPE
BYTE
macro
/kernel/linux/linux-6.6/lib/zstd/common/
H
A
D
fse_decompress.c
49
#ifndef
FSE_FUNCTION_TYPE
50
# error "
FSE_FUNCTION_TYPE
must be defined"
95
tableDecode[highThreshold--].symbol = (
FSE_FUNCTION_TYPE
)s;
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()
H
A
D
fse.h
684
#define
FSE_FUNCTION_TYPE
BYTE
macro
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
fse_compress.c
50
#ifndef
FSE_FUNCTION_TYPE
51
# error "
FSE_FUNCTION_TYPE
must be defined"
64
* wkspSize should be sized to handle worst case situation, which is `1<<max_tableLog * sizeof(
FSE_FUNCTION_TYPE
)`
65
* workSpace must also be properly aligned with
FSE_FUNCTION_TYPE
requirements
81
FSE_FUNCTION_TYPE
* const tableSymbol = (
FSE_FUNCTION_TYPE
*)(cumul + (maxSV1+1)); /* size = tableSize */
in FSE_buildCTable_wksp()
105
tableSymbol[highThreshold--] = (
FSE_FUNCTION_TYPE
)(u-1);
in FSE_buildCTable_wksp()
160
tableSymbol[position] = (
FSE_FUNCTION_TYPE
)symbol;
in FSE_buildCTable_wksp()
170
FSE_FUNCTION_TYPE
s = tableSymbol[u]; /* note : static analyzer may not understand tableSymbol is properly initialized */
in FSE_buildCTable_wksp()
Completed in 8 milliseconds