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:aux_offset
(Results
1 - 10
of
10
) sorted by relevance
/third_party/elfutils/libelf/
H
A
D
version_xlate.h
66
size_t
aux_offset
;
in elf_cvt_Verdef()
local
92
aux_offset
= def_offset + ddest->vd_aux;
in elf_cvt_Verdef()
98
aux_offset
= def_offset + dsrc->vd_aux;
in elf_cvt_Verdef()
107
if (
aux_offset
> len
in elf_cvt_Verdef()
108
|| len -
aux_offset
< sizeof (GElf_Verdaux)
in elf_cvt_Verdef()
109
|| (
aux_offset
& (__alignof__ (GElf_Verdaux) - 1)) != 0)
in elf_cvt_Verdef()
112
adest = (GElf_Verdaux *) ((char *) dest +
aux_offset
);
in elf_cvt_Verdef()
113
asrc = (GElf_Verdaux *) ((char *) src +
aux_offset
);
in elf_cvt_Verdef()
117
if (asrc->vda_next > len -
aux_offset
)
in elf_cvt_Verdef()
119
aux_offset
in elf_cvt_Verdef()
189
size_t
aux_offset
;
elf_cvt_Verneed()
local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vce_50.c
100
unsigned
aux_offset
=
in encode()
local
104
RVCE_CS(
aux_offset
);
in encode()
105
aux_offset
+= RVCE_MAX_BITSTREAM_OUTPUT_ROW_SIZE;
in encode()
H
A
D
radeon_vce_52.c
243
unsigned
aux_offset
=
in encode()
local
247
RVCE_CS(
aux_offset
);
in encode()
248
aux_offset
+= RVCE_MAX_BITSTREAM_OUTPUT_ROW_SIZE;
in encode()
/third_party/ltp/testcases/kernel/tracing/pt_test/
H
A
D
pt_test.c
69
pc->
aux_offset
= INTEL_PT_MEMSIZE;
in create_map()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H
A
D
cpp_message.h
114
size_t
aux_offset
);
H
A
D
cpp_file.cc
1075
size_t
aux_offset
= 0;
in GenerateTables()
local
1077
message_generators_[i]->GenerateParseTable(printer, offset,
aux_offset
);
in GenerateTables()
1079
aux_offset
+= aux_entries[i];
in GenerateTables()
H
A
D
cpp_message.cc
1665
size_t
aux_offset
) {
in GenerateParseTable()
1687
offset,
aux_offset
, max_field_number);
in GenerateParseTable()
1664
GenerateParseTable(io::Printer* printer, size_t offset, size_t
aux_offset
)
GenerateParseTable()
argument
/third_party/libbpf/include/uapi/linux/
H
A
D
perf_event.h
729
*
aux_offset
>= data_offset + data_size
738
__u64
aux_offset
;
member
1063
* u64
aux_offset
;
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_resource.c
598
const unsigned
aux_offset
= res->aux.extra_aux.surf.size_B > 0 ?
in map_aux_addresses()
local
605
res->aux.bo->address +
aux_offset
,
in map_aux_addresses()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_state.c
5016
uint32_t
aux_offset
= 0;
in emit_surface_state()
local
5020
aux_offset
= res->aux.offset;
in emit_surface_state()
5034
.aux_address =
aux_offset
,
in emit_surface_state()
Completed in 28 milliseconds