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:m_pos
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/lib/lzo/
H
A
D
lzo1x_decompress_safe.c
27
#define TEST_LB(
m_pos
) if ((
m_pos
) < out) goto lookbehind_overrun
46
const unsigned char *
m_pos
;
in lzo1x_decompress_safe()
local
122
m_pos
= op - 1;
in lzo1x_decompress_safe()
123
m_pos
-= t >> 2;
in lzo1x_decompress_safe()
124
m_pos
-= *ip++ << 2;
in lzo1x_decompress_safe()
125
TEST_LB(
m_pos
);
in lzo1x_decompress_safe()
127
op[0] =
m_pos
[0];
in lzo1x_decompress_safe()
128
op[1] =
m_pos
[1];
in lzo1x_decompress_safe()
133
m_pos
in lzo1x_decompress_safe()
[all...]
H
A
D
lzo1x_compress.c
40
const unsigned char *
m_pos
= NULL;
in lzo1x_1_do_compress()
local
109
m_pos
= in + dict[t];
in lzo1x_1_do_compress()
111
if (unlikely(dv != get_unaligned_le32(
m_pos
)))
in lzo1x_1_do_compress()
169
get_unaligned((const u64 *) (
m_pos
+ m_len));
in lzo1x_1_do_compress()
174
get_unaligned((const u64 *) (
m_pos
+ m_len));
in lzo1x_1_do_compress()
189
get_unaligned((const u32 *) (
m_pos
+ m_len));
in lzo1x_1_do_compress()
194
get_unaligned((const u32 *) (
m_pos
+ m_len));
in lzo1x_1_do_compress()
199
get_unaligned((const u32 *) (
m_pos
+ m_len));
in lzo1x_1_do_compress()
212
if (unlikely(ip[m_len] ==
m_pos
[m_len])) {
in lzo1x_1_do_compress()
215
if (ip[m_len] !=
m_pos
[m_le
in lzo1x_1_do_compress()
[all...]
/kernel/linux/linux-6.6/lib/lzo/
H
A
D
lzo1x_decompress_safe.c
27
#define TEST_LB(
m_pos
) if ((
m_pos
) < out) goto lookbehind_overrun
46
const unsigned char *
m_pos
;
in lzo1x_decompress_safe()
local
122
m_pos
= op - 1;
in lzo1x_decompress_safe()
123
m_pos
-= t >> 2;
in lzo1x_decompress_safe()
124
m_pos
-= *ip++ << 2;
in lzo1x_decompress_safe()
125
TEST_LB(
m_pos
);
in lzo1x_decompress_safe()
127
op[0] =
m_pos
[0];
in lzo1x_decompress_safe()
128
op[1] =
m_pos
[1];
in lzo1x_decompress_safe()
133
m_pos
in lzo1x_decompress_safe()
[all...]
H
A
D
lzo1x_compress.c
40
const unsigned char *
m_pos
= NULL;
in lzo1x_1_do_compress()
local
107
m_pos
= in + dict[t];
in lzo1x_1_do_compress()
109
if (unlikely(dv != get_unaligned_le32(
m_pos
)))
in lzo1x_1_do_compress()
167
get_unaligned((const u64 *) (
m_pos
+ m_len));
in lzo1x_1_do_compress()
172
get_unaligned((const u64 *) (
m_pos
+ m_len));
in lzo1x_1_do_compress()
187
get_unaligned((const u32 *) (
m_pos
+ m_len));
in lzo1x_1_do_compress()
192
get_unaligned((const u32 *) (
m_pos
+ m_len));
in lzo1x_1_do_compress()
197
get_unaligned((const u32 *) (
m_pos
+ m_len));
in lzo1x_1_do_compress()
210
if (unlikely(ip[m_len] ==
m_pos
[m_len])) {
in lzo1x_1_do_compress()
213
if (ip[m_len] !=
m_pos
[m_le
in lzo1x_1_do_compress()
[all...]
Completed in 2 milliseconds