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:ip_end
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/lib/lzo/
H
A
D
lzo1x_compress.c
30
const unsigned char * const
ip_end
= in + in_len - 20;
in lzo1x_1_do_compress()
local
47
if (unlikely(ip >=
ip_end
))
in lzo1x_1_do_compress()
53
const unsigned char *limit =
ip_end
in lzo1x_1_do_compress()
55
?
ip_end
: ip + MAX_ZERO_RUN_LENGTH + 1;
in lzo1x_1_do_compress()
175
if (unlikely(ip + m_len >=
ip_end
))
in lzo1x_1_do_compress()
200
if (unlikely(ip + m_len >=
ip_end
))
in lzo1x_1_do_compress()
236
if (unlikely(ip + m_len >=
ip_end
))
in lzo1x_1_do_compress()
H
A
D
lzo1x_decompress_safe.c
23
#define HAVE_IP(x) ((size_t)(
ip_end
- ip) >= (size_t)(x))
47
const unsigned char * const
ip_end
= in + in_len;
in lzo1x_decompress_safe()
local
275
ip ==
ip_end
? LZO_E_OK :
in lzo1x_decompress_safe()
276
ip <
ip_end
? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN);
in lzo1x_decompress_safe()
/kernel/linux/linux-6.6/lib/lzo/
H
A
D
lzo1x_compress.c
30
const unsigned char * const
ip_end
= in + in_len - 20;
in lzo1x_1_do_compress()
local
47
if (unlikely(ip >=
ip_end
))
in lzo1x_1_do_compress()
53
const unsigned char *limit = min(
ip_end
, ip + MAX_ZERO_RUN_LENGTH + 1);
in lzo1x_1_do_compress()
173
if (unlikely(ip + m_len >=
ip_end
))
in lzo1x_1_do_compress()
198
if (unlikely(ip + m_len >=
ip_end
))
in lzo1x_1_do_compress()
234
if (unlikely(ip + m_len >=
ip_end
))
in lzo1x_1_do_compress()
H
A
D
lzo1x_decompress_safe.c
23
#define HAVE_IP(x) ((size_t)(
ip_end
- ip) >= (size_t)(x))
47
const unsigned char * const
ip_end
= in + in_len;
in lzo1x_decompress_safe()
local
275
ip ==
ip_end
? LZO_E_OK :
in lzo1x_decompress_safe()
276
ip <
ip_end
? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN);
in lzo1x_decompress_safe()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
unwind_prologue.c
56
union loongarch_instruction *ip, *
ip_end
;
in unwind_by_prologue()
local
87
ip_end
= (union loongarch_instruction *)pc;
in unwind_by_prologue()
89
while (ip <
ip_end
) {
in unwind_by_prologue()
105
while (ip <
ip_end
) {
in unwind_by_prologue()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
unwind_prologue.c
117
union loongarch_instruction *ip, *
ip_end
;
in unwind_by_prologue()
local
141
ip_end
= (union loongarch_instruction *)pc;
in unwind_by_prologue()
143
while (ip <
ip_end
) {
in unwind_by_prologue()
163
while (ip <
ip_end
) {
in unwind_by_prologue()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
process.c
408
union mips_instruction insn, *ip, *
ip_end
;
in get_frame_info()
local
419
ip_end
= (void *)ip + (info->func_size ? info->func_size : 512);
in get_frame_info()
421
while (ip <
ip_end
) {
in get_frame_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/
H
A
D
ehea_qmr.h
92
u8
ip_end
;
member
H
A
D
ehea_main.c
1964
swqe->
ip_end
= swqe->ip_start + ip_hdrlen(skb) - 1;
in xmit_common()
1971
swqe->tcp_offset = swqe->
ip_end
+ 1 +
in xmit_common()
1979
swqe->tcp_offset = swqe->
ip_end
+ 1 +
in xmit_common()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/
H
A
D
ehea_qmr.h
92
u8
ip_end
;
member
H
A
D
ehea_main.c
1968
swqe->
ip_end
= swqe->ip_start + ip_hdrlen(skb) - 1;
in xmit_common()
1975
swqe->tcp_offset = swqe->
ip_end
+ 1 +
in xmit_common()
1983
swqe->tcp_offset = swqe->
ip_end
+ 1 +
in xmit_common()
Completed in 14 milliseconds