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:DInfo
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
fse.h
492
FSE_decode_t const
DInfo
= ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state];
in FSE_peekSymbol()
local
493
return
DInfo
.symbol;
in FSE_peekSymbol()
498
FSE_decode_t const
DInfo
= ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state];
in FSE_updateState()
local
499
U32 const nbBits =
DInfo
.nbBits;
in FSE_updateState()
501
DStatePtr->state =
DInfo
.newState + lowBits;
in FSE_updateState()
506
FSE_decode_t const
DInfo
= ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state];
in FSE_decodeSymbol()
local
507
U32 const nbBits =
DInfo
.nbBits;
in FSE_decodeSymbol()
508
BYTE const symbol =
DInfo
.symbol;
in FSE_decodeSymbol()
511
DStatePtr->state =
DInfo
.newState + lowBits;
in FSE_decodeSymbol()
519
FSE_decode_t const
DInfo
in FSE_decodeSymbolFast()
local
[all...]
/kernel/linux/linux-6.6/lib/zstd/common/
H
A
D
fse.h
611
FSE_decode_t const
DInfo
= ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
612
return
DInfo
.symbol;
617
FSE_decode_t const
DInfo
= ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
618
U32 const nbBits =
DInfo
.nbBits;
620
DStatePtr->state =
DInfo
.newState + lowBits;
625
FSE_decode_t const
DInfo
= ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
626
U32 const nbBits =
DInfo
.nbBits;
627
BYTE const symbol =
DInfo
.symbol;
630
DStatePtr->state =
DInfo
.newState + lowBits;
638
FSE_decode_t const
DInfo
[all...]
/kernel/linux/linux-5.10/fs/hfsplus/
H
A
D
xattr.c
265
u16 folder_finderinfo_len = sizeof(struct
DInfo
) +
in __hfsplus_setxattr()
446
u16 folder_rec_len = sizeof(struct
DInfo
) + sizeof(struct DXInfo);
in hfsplus_getxattr_finder_info()
449
u8 folder_finder_info[sizeof(struct
DInfo
) + sizeof(struct DXInfo)];
in hfsplus_getxattr_finder_info()
614
u8 folder_finder_info[sizeof(struct
DInfo
) + sizeof(struct DXInfo)];
in hfsplus_listxattr_finder_info()
631
len = sizeof(struct
DInfo
) + sizeof(struct DXInfo);
in hfsplus_listxattr_finder_info()
H
A
D
hfsplus_raw.h
236
struct
DInfo
{
struct
263
struct
DInfo
user_info;
/kernel/linux/linux-6.6/fs/hfsplus/
H
A
D
xattr.c
264
u16 folder_finderinfo_len = sizeof(struct
DInfo
) +
in __hfsplus_setxattr()
445
u16 folder_rec_len = sizeof(struct
DInfo
) + sizeof(struct DXInfo);
in hfsplus_getxattr_finder_info()
448
u8 folder_finder_info[sizeof(struct
DInfo
) + sizeof(struct DXInfo)];
in hfsplus_getxattr_finder_info()
613
u8 folder_finder_info[sizeof(struct
DInfo
) + sizeof(struct DXInfo)];
in hfsplus_listxattr_finder_info()
630
len = sizeof(struct
DInfo
) + sizeof(struct DXInfo);
in hfsplus_listxattr_finder_info()
H
A
D
hfsplus_raw.h
236
struct
DInfo
{
struct
264
struct
DInfo
user_info;
Completed in 7 milliseconds