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:abs_offset
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/lib/
H
A
D
lzx_decompress.c
148
s32
abs_offset
, rel_offset;
in undo_e8_translation()
local
150
abs_offset
= get_unaligned_le32(target);
in undo_e8_translation()
151
if (
abs_offset
>= 0) {
in undo_e8_translation()
152
if (
abs_offset
< LZX_DEFAULT_FILESIZE) {
in undo_e8_translation()
154
rel_offset =
abs_offset
- input_pos;
in undo_e8_translation()
158
if (
abs_offset
>= -input_pos) {
in undo_e8_translation()
160
rel_offset =
abs_offset
+ LZX_DEFAULT_FILESIZE;
in undo_e8_translation()
/kernel/linux/linux-5.10/net/core/
H
A
D
skbuff.c
3512
unsigned int block_limit,
abs_offset
= consumed + st->lower_offset;
in skb_seq_read()
local
3515
if (unlikely(
abs_offset
>= st->upper_offset)) {
in skb_seq_read()
3526
if (
abs_offset
< block_limit && !st->frag_data) {
in skb_seq_read()
3527
*data = st->cur_skb->data + (
abs_offset
- st->stepped_offset);
in skb_seq_read()
3528
return block_limit -
abs_offset
;
in skb_seq_read()
3538
if (
abs_offset
< block_limit) {
in skb_seq_read()
3543
(
abs_offset
- st->stepped_offset);
in skb_seq_read()
3545
return block_limit -
abs_offset
;
in skb_seq_read()
/kernel/linux/linux-6.6/net/core/
H
A
D
skbuff.c
4133
unsigned int block_limit,
abs_offset
= consumed + st->lower_offset;
in skb_seq_read()
local
4136
if (unlikely(
abs_offset
>= st->upper_offset)) {
in skb_seq_read()
4147
if (
abs_offset
< block_limit && !st->frag_data) {
in skb_seq_read()
4148
*data = st->cur_skb->data + (
abs_offset
- st->stepped_offset);
in skb_seq_read()
4149
return block_limit -
abs_offset
;
in skb_seq_read()
4172
if (
abs_offset
< block_limit) {
in skb_seq_read()
4177
(
abs_offset
- st->stepped_offset);
in skb_seq_read()
4179
return block_limit -
abs_offset
;
in skb_seq_read()
Completed in 17 milliseconds