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_read32
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/
H
A
D
mem.h
61
ZSTD_STATIC U32
ZSTD_read32
(const void *memPtr) { return get_unaligned((const U32 *)memPtr); }
in ZSTD_read32()
function
142
case 4: return
ZSTD_read32
(memPtr);
in ZSTD_readMINMATCH()
145
return
ZSTD_read32
(memPtr) << 8;
in ZSTD_readMINMATCH()
147
return
ZSTD_read32
(memPtr) >> 8;
in ZSTD_readMINMATCH()
H
A
D
compress.c
923
if ((pIn < (pInLimit - 3)) && (
ZSTD_read32
(pMatch) ==
ZSTD_read32
(pIn))) {
in ZSTD_count()
958
static size_t ZSTD_hash4Ptr(const void *ptr, U32 h) { return ZSTD_hash4(
ZSTD_read32
(ptr), h); }
in ZSTD_hash4Ptr()
1043
if ((offset_1 > 0) & (
ZSTD_read32
(ip + 1 - offset_1) ==
ZSTD_read32
(ip + 1))) {
in ZSTD_compressBlock_fast_generic()
1049
if ((matchIndex <= lowestIndex) || (
ZSTD_read32
(match) !=
ZSTD_read32
(ip))) {
in ZSTD_compressBlock_fast_generic()
1075
while ((ip <= ilimit) && ((offset_2 > 0) & (
ZSTD_read32
(ip) ==
ZSTD_read32
(ip - offset_2)))) {
in ZSTD_compressBlock_fast_generic()
1149
(
ZSTD_read32
(repMatc
in ZSTD_compressBlock_fast_extDict_generic()
[all...]
H
A
D
fse_compress.c
382
U32 cached =
ZSTD_read32
(ip);
in FSE_count_parallel_wksp()
386
cached =
ZSTD_read32
(ip);
in FSE_count_parallel_wksp()
393
cached =
ZSTD_read32
(ip);
in FSE_count_parallel_wksp()
400
cached =
ZSTD_read32
(ip);
in FSE_count_parallel_wksp()
407
cached =
ZSTD_read32
(ip);
in FSE_count_parallel_wksp()
Completed in 7 milliseconds