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:fda_offset
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/android/
H
A
D
binder.c
2429
binder_size_t
fda_offset
;
in binder_transaction_buffer_release()
local
2475
fda_offset
=
in binder_transaction_buffer_release()
2482
binder_size_t offset =
fda_offset
+
in binder_transaction_buffer_release()
2966
binder_size_t
fda_offset
;
in binder_translate_fd_array()
local
2994
fda_offset
= (parent->buffer - (uintptr_t)t->buffer->user_data) +
in binder_translate_fd_array()
2999
if (!IS_ALIGNED((unsigned long)
fda_offset
, sizeof(u32)) ||
in binder_translate_fd_array()
3005
ret = binder_add_fixup(pf_head,
fda_offset
, 0, fda->num_fds * sizeof(u32));
in binder_translate_fd_array()
3011
binder_size_t offset =
fda_offset
+ fdi * sizeof(fd);
in binder_translate_fd_array()
/kernel/linux/linux-6.6/drivers/android/
H
A
D
binder.c
2080
binder_size_t
fda_offset
;
in binder_transaction_buffer_release()
local
2126
fda_offset
=
in binder_transaction_buffer_release()
2133
binder_size_t offset =
fda_offset
+
in binder_transaction_buffer_release()
2618
binder_size_t
fda_offset
;
in binder_translate_fd_array()
local
2646
fda_offset
= (parent->buffer - (uintptr_t)t->buffer->user_data) +
in binder_translate_fd_array()
2651
if (!IS_ALIGNED((unsigned long)
fda_offset
, sizeof(u32)) ||
in binder_translate_fd_array()
2657
ret = binder_add_fixup(pf_head,
fda_offset
, 0, fda->num_fds * sizeof(u32));
in binder_translate_fd_array()
2663
binder_size_t offset =
fda_offset
+ fdi * sizeof(fd);
in binder_translate_fd_array()
Completed in 15 milliseconds