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:fixup_len
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H
A
D
fdt_overlay.c
233
int
fixup_len
;
in overlay_update_local_node_references()
local
238
&name, &
fixup_len
);
in overlay_update_local_node_references()
240
return
fixup_len
;
in overlay_update_local_node_references()
242
if (
fixup_len
% sizeof(uint32_t))
in overlay_update_local_node_references()
244
fixup_len
/= sizeof(uint32_t);
in overlay_update_local_node_references()
254
for (i = 0; i <
fixup_len
; i++) {
in overlay_update_local_node_references()
448
uint32_t
fixup_len
;
in overlay_fixup_phandle()
local
455
fixup_len
= fixup_end - fixup_str;
in overlay_fixup_phandle()
457
len -=
fixup_len
+ 1;
in overlay_fixup_phandle()
458
value +=
fixup_len
in overlay_fixup_phandle()
[all...]
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H
A
D
fdt_overlay.c
218
int
fixup_len
;
in overlay_update_local_node_references()
local
223
&name, &
fixup_len
);
in overlay_update_local_node_references()
225
return
fixup_len
;
in overlay_update_local_node_references()
227
if (
fixup_len
% sizeof(uint32_t))
in overlay_update_local_node_references()
229
fixup_len
/= sizeof(uint32_t);
in overlay_update_local_node_references()
239
for (i = 0; i <
fixup_len
; i++) {
in overlay_update_local_node_references()
433
uint32_t
fixup_len
;
in overlay_fixup_phandle()
local
440
fixup_len
= fixup_end - fixup_str;
in overlay_fixup_phandle()
442
len -=
fixup_len
+ 1;
in overlay_fixup_phandle()
443
value +=
fixup_len
in overlay_fixup_phandle()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/net/
H
A
D
bpf_jit_comp.c
72
u32
fixup_len
;
in bpf_int_jit_compile()
local
153
fixup_len
= fp->aux->num_exentries * BPF_FIXUP_LEN * 4;
in bpf_int_jit_compile()
157
alloclen = proglen + FUNCTION_DESCR_SIZE +
fixup_len
+ extable_len;
in bpf_int_jit_compile()
166
fp->aux->extable = (void *)image + FUNCTION_DESCR_SIZE + proglen +
fixup_len
;
in bpf_int_jit_compile()
Completed in 4 milliseconds