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:aoffset
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/scripts/
H
A
D
recordmcount.c
118
off_t
aoffset
= (file_ptr + count) - file_end;
in uwrite()
local
120
if (
aoffset
> file_append_size) {
in uwrite()
121
p = realloc(file_append,
aoffset
);
in uwrite()
125
file_append_size =
aoffset
;
in uwrite()
137
idx =
aoffset
- count;
in uwrite()
/kernel/linux/linux-5.10/drivers/pinctrl/zte/
H
A
D
pinctrl-zx.c
100
u16
aoffset
= pindesc->number / 16 * 4;
in zx_set_mux()
local
108
val = readl(zpctl->aux_base +
aoffset
);
in zx_set_mux()
111
writel(val, zpctl->aux_base +
aoffset
);
in zx_set_mux()
126
val = readl(zpctl->aux_base +
aoffset
);
in zx_set_mux()
129
writel(val, zpctl->aux_base +
aoffset
);
in zx_set_mux()
/kernel/linux/linux-6.6/scripts/
H
A
D
recordmcount.c
118
off_t
aoffset
= (file_ptr + count) - file_end;
in uwrite()
local
120
if (
aoffset
> file_append_size) {
in uwrite()
121
p = realloc(file_append,
aoffset
);
in uwrite()
125
file_append_size =
aoffset
;
in uwrite()
137
idx =
aoffset
- count;
in uwrite()
/kernel/linux/linux-5.10/drivers/video/fbdev/vermilion/
H
A
D
vermilion.c
293
unsigned long
aoffset
;
in vmlfb_vram_offset()
local
297
aoffset
= offset - (vinfo->vram[i].phys - vinfo->vram_start);
in vmlfb_vram_offset()
299
if (
aoffset
< vinfo->vram[i].size) {
in vmlfb_vram_offset()
/kernel/linux/linux-6.6/drivers/video/fbdev/vermilion/
H
A
D
vermilion.c
294
unsigned long
aoffset
;
in vmlfb_vram_offset()
local
298
aoffset
= offset - (vinfo->vram[i].phys - vinfo->vram_start);
in vmlfb_vram_offset()
300
if (
aoffset
< vinfo->vram[i].size) {
in vmlfb_vram_offset()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
svc.c
1301
unsigned int
aoffset
;
in svc_process_common()
local
1385
aoffset
= xdr_stream_pos(xdr);
in svc_process_common()
1405
xdr_truncate_encode(xdr,
aoffset
);
in svc_process_common()
Completed in 9 milliseconds