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:MEM_read32
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/
H
A
D
zstd_fast.c
170
const U32 rval =
MEM_read32
(ip2 - rep_offset1);
in ZSTD_compressBlock_fast_noDict_generic()
177
if ((
MEM_read32
(ip2) == rval) & (rep_offset1 > 0)) {
in ZSTD_compressBlock_fast_noDict_generic()
190
mval =
MEM_read32
(base + idx);
in ZSTD_compressBlock_fast_noDict_generic()
192
mval =
MEM_read32
(ip0) ^ 1; /* guaranteed to not match. */
in ZSTD_compressBlock_fast_noDict_generic()
196
if (
MEM_read32
(ip0) == mval) {
in ZSTD_compressBlock_fast_noDict_generic()
219
mval =
MEM_read32
(base + idx);
in ZSTD_compressBlock_fast_noDict_generic()
221
mval =
MEM_read32
(ip0) ^ 1; /* guaranteed to not match. */
in ZSTD_compressBlock_fast_noDict_generic()
225
if (
MEM_read32
(ip0) == mval) {
in ZSTD_compressBlock_fast_noDict_generic()
303
while ( (ip0 <= ilimit) && (
MEM_read32
(ip0) ==
MEM_read32
(ip
in ZSTD_compressBlock_fast_noDict_generic()
[all...]
H
A
D
zstd_double_fast.c
131
if ((offset_1 > 0) & (
MEM_read32
(ip+1-offset_1) ==
MEM_read32
(ip+1))) {
in ZSTD_compressBlock_doubleFast_noDict_generic()
155
if (
MEM_read32
(matchs0) ==
MEM_read32
(ip)) {
in ZSTD_compressBlock_doubleFast_noDict_generic()
240
& (
MEM_read32
(ip) ==
MEM_read32
(ip - offset_2)) )) {
in ZSTD_compressBlock_doubleFast_noDict_generic()
327
&& (
MEM_read32
(repMatch) ==
MEM_read32
(ip+1)) ) {
in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
358
if (
MEM_read32
(match) ==
MEM_read32
(i
in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
[all...]
H
A
D
hist.c
91
{ U32 cached =
MEM_read32
(ip); ip += 4;
in HIST_count_parallel_wksp()
93
U32 c = cached; cached =
MEM_read32
(ip); ip += 4;
in HIST_count_parallel_wksp()
98
c = cached; cached =
MEM_read32
(ip); ip += 4;
in HIST_count_parallel_wksp()
103
c = cached; cached =
MEM_read32
(ip); ip += 4;
in HIST_count_parallel_wksp()
108
c = cached; cached =
MEM_read32
(ip); ip += 4;
in HIST_count_parallel_wksp()
H
A
D
zstd_lazy.c
556
if (
MEM_read32
(match) ==
MEM_read32
(ip)) {
in ZSTD_dedicatedDictSearch_lazy_search()
593
if (
MEM_read32
(match) ==
MEM_read32
(ip)) {
in ZSTD_dedicatedDictSearch_lazy_search()
699
if (
MEM_read32
(match) ==
MEM_read32
(ip)) /* assumption : matchIndex <= dictLimit-4 (by table construction) */
in ZSTD_HcFindBestMatch()
735
if (
MEM_read32
(match) ==
MEM_read32
(ip)) /* assumption : matchIndex <= dictLimit-4 (by table construction) */
in ZSTD_HcFindBestMatch()
1232
if (
MEM_read32
(match) ==
MEM_read32
(i
in ZSTD_RowFindBestMatch()
[all...]
H
A
D
zstd_compress_internal.h
756
if (MEM_64bits() && (pIn<(pInLimit-3)) && (
MEM_read32
(pMatch) ==
MEM_read32
(pIn))) { pIn+=4; pMatch+=4; }
in ZSTD_count()
791
static size_t ZSTD_hash4Ptr(const void* ptr, U32 h) { return ZSTD_hash4(
MEM_read32
(ptr), h); }
in ZSTD_hash4Ptr()
H
A
D
zstd_opt.c
371
case 4 : return
MEM_read32
(memPtr);
in ZSTD_readMINMATCH()
373
return
MEM_read32
(memPtr)<<8;
in ZSTD_readMINMATCH()
375
return
MEM_read32
(memPtr)>>8;
in ZSTD_readMINMATCH()
/kernel/linux/linux-6.6/lib/zstd/common/
H
A
D
mem.h
52
MEM_STATIC U32
MEM_read32
(const void* memPtr);
116
MEM_STATIC U32
MEM_read32
(const void *memPtr)
in MEM_read32()
function
Completed in 15 milliseconds