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:ZSTD_readLE16
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
mem.h
75
ZSTD_STATIC U16
ZSTD_readLE16
(const void *memPtr) { return get_unaligned_le16(memPtr); }
in ZSTD_readLE16()
function
79
ZSTD_STATIC U32 ZSTD_readLE24(const void *memPtr) { return
ZSTD_readLE16
(memPtr) + (((const BYTE *)memPtr)[2] << 16); }
in ZSTD_readLE24()
H
A
D
huf_decompress.c
265
size_t const length1 =
ZSTD_readLE16
(istart);
in HUF_decompress4X2_usingDTable_internal()
266
size_t const length2 =
ZSTD_readLE16
(istart + 2);
in HUF_decompress4X2_usingDTable_internal()
267
size_t const length3 =
ZSTD_readLE16
(istart + 4);
in HUF_decompress4X2_usingDTable_internal()
724
size_t const length1 =
ZSTD_readLE16
(istart);
in HUF_decompress4X4_usingDTable_internal()
725
size_t const length2 =
ZSTD_readLE16
(istart + 2);
in HUF_decompress4X4_usingDTable_internal()
726
size_t const length3 =
ZSTD_readLE16
(istart + 4);
in HUF_decompress4X4_usingDTable_internal()
H
A
D
decompress.c
262
dictID =
ZSTD_readLE16
(ip + pos);
in ZSTD_getFrameParams()
276
case 1: frameContentSize =
ZSTD_readLE16
(ip + pos) + 256; break;
in ZSTD_getFrameParams()
514
litSize =
ZSTD_readLE16
(istart) >> 4;
in ZSTD_decodeLiteralsBlock()
549
litSize =
ZSTD_readLE16
(istart) >> 4;
in ZSTD_decodeLiteralsBlock()
815
nbSeq =
ZSTD_readLE16
(ip) + LONGNBSEQ, ip += 2;
in ZSTD_decodeSeqHeaders()
Completed in 7 milliseconds