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:last_ip
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_qir_live_variables.c
318
int
last_ip
= 0;
in qir_calculate_live_intervals()
local
320
last_ip
= MAX2(
last_ip
, c->temp_end[i]);
in qir_calculate_live_intervals()
324
for (int i = 0; i <
last_ip
; i++) {
in qir_calculate_live_intervals()
/third_party/libunwind/libunwind/src/dwarf/
H
A
D
Gfind_proc_info-lsb.c
914
unw_word_t ip_base = 0, segbase = 0,
last_ip
, fde_addr;
in dwarf_search_unwind_table()
local
970
last_ip
= e[1].start_ip_offset + ip_base + di->load_offset;
in dwarf_search_unwind_table()
972
last_ip
= di->end_ip;
in dwarf_search_unwind_table()
986
last_ip
= last_ip_offset + ip_base + di->load_offset;
in dwarf_search_unwind_table()
1029
pi->
last_ip
=
last_ip
;
in dwarf_search_unwind_table()
1031
(void)
last_ip
;
in dwarf_search_unwind_table()
H
A
D
Gparser.c
1032
if (ret >= 0 && curr_ip < c->pi.
last_ip
)
in dwarf_reg_states_table_iterate()
1034
ret = cb(token, &sr.rs_current, sizeof(sr.rs_current), curr_ip, c->pi.
last_ip
);
in dwarf_reg_states_table_iterate()
/third_party/libunwind/libunwind/include/
H
A
D
libunwind-common.h
149
unw_word_t
last_ip
; /* first IP that could begin another procedure */
member
Completed in 5 milliseconds