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:fpregs
(Results
1 - 25
of
33
) sorted by relevance
1
2
/third_party/libunwind/libunwind/src/ppc32/
H
A
D
ucontext_i.h
94
#define UC_MCONTEXT_FREGS_R0 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->
fpregs
.
fpregs
[0] - (void *)&dmy_ctxt)
95
#define UC_MCONTEXT_FREGS_R1 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->
fpregs
.
fpregs
[1] - (void *)&dmy_ctxt)
96
#define UC_MCONTEXT_FREGS_R2 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->
fpregs
.
fpregs
[2] - (void *)&dmy_ctxt)
97
#define UC_MCONTEXT_FREGS_R3 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->
fpregs
.
fpregs
[3] - (void *)&dmy_ctxt)
98
#define UC_MCONTEXT_FREGS_R4 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->
fpregs
.
fpregs
[
[all...]
H
A
D
Ginit.c
56
addr = &uc->uc_mcontext.uc_regs->
fpregs
.
fpregs
[reg - UNW_PPC32_F0];
in uc_addr()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H
A
D
aarch64.rs
19
pub struct
fpregs
{
structure names
29
pub mc_fpregs:
fpregs
,
82
impl PartialEq for
fpregs
{
83
fn eq(&self, other: &
fpregs
) -> bool {
in eq()
91
impl Eq for
fpregs
{}
92
impl ::fmt::Debug for
fpregs
{
94
f.debug_struct("
fpregs
")
in fmt()
103
impl ::hash::Hash for
fpregs
{
H
A
D
riscv64.rs
22
pub struct
fpregs
{
structure names
31
pub mc_fpregs:
fpregs
,
93
impl PartialEq for
fpregs
{
94
fn eq(&self, other: &
fpregs
) -> bool {
in eq()
101
impl Eq for
fpregs
{}
102
impl ::fmt::Debug for
fpregs
{
104
f.debug_struct("
fpregs
")
in fmt()
112
impl ::hash::Hash for
fpregs
{
/third_party/libunwind/libunwind/src/s390x/
H
A
D
Gresume.c
65
sc->sregs->
fpregs
.fprs[i-UNW_S390X_F0] = uc.uc_mcontext.
fpregs
.fprs[i-UNW_S390X_F0].d;
in s390x_local_resume()
83
rt->uc_mcontext.
fpregs
.fprs[i-UNW_S390X_F0] = uc.uc_mcontext.
fpregs
.fprs[i-UNW_S390X_F0];
in s390x_local_resume()
H
A
D
Gstep.c
52
fprs = (unw_word_t*)((struct sigcontext*)sc_addr)->sregs->
fpregs
.fprs;
in s390x_handle_signal_frame()
58
fprs = (unw_word_t*)((ucontext_t*)sc_addr)->uc_mcontext.
fpregs
.fprs;
in s390x_handle_signal_frame()
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
x86_64.rs
65
pub
fpregs
: fpregset_t,
122
self.
fpregs
== other.
fpregs
in eq()
130
.field("
fpregs
", &self.
fpregs
)
in fmt()
/third_party/musl/arch/powerpc/bits/
H
A
D
signal.h
14
double
fpregs
[32];
member
36
fpregset_t
fpregs
;
member
/third_party/musl/arch/s390x/bits/
H
A
D
signal.h
33
fpregset_t
fpregs
;
member
47
}
fpregs
;
member
/third_party/musl/porting/uniproton/kernel/include/bits/
H
A
D
user.h
10
}
fpregs
[8];
member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H
A
D
user.h
10
}
fpregs
[8];
member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H
A
D
user.h
10
}
fpregs
[8];
member
/third_party/musl/arch/arm/bits/
H
A
D
user.h
10
}
fpregs
[8];
member
/third_party/musl/arch/m68k/bits/
H
A
D
user.h
5
unsigned long
fpregs
[24], fpcntl[3];
member
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
H
A
D
mod.rs
164
pub
fpregs
: *mut _libc_fpstate,
271
&& self.
fpregs
== other.
fpregs
in eq()
280
.field("
fpregs
", &self.
fpregs
)
in fmt()
288
self.
fpregs
.hash(state);
in hash()
/third_party/musl/arch/sh/bits/
H
A
D
signal.h
17
unsigned long
fpregs
[16];
member
/third_party/musl/arch/mips/bits/
H
A
D
signal.h
33
fpregset_t
fpregs
;
member
/third_party/musl/arch/riscv32/bits/
H
A
D
signal.h
55
fpregset_t
fpregs
;
member
/third_party/musl/arch/riscv64/bits/
H
A
D
signal.h
55
fpregset_t
fpregs
;
member
/third_party/musl/arch/mips64/bits/
H
A
D
signal.h
42
fpregset_t
fpregs
;
member
/third_party/musl/arch/mipsn32/bits/
H
A
D
signal.h
42
fpregset_t
fpregs
;
member
/third_party/libunwind/libunwind/src/riscv/
H
A
D
Ginit.c
59
unw_fpreg_t *
fpregs
= (unw_fpreg_t*)(regs + 32);
in uc_addr()
local
60
return &
fpregs
[reg - UNW_RISCV_F0];
in uc_addr()
/third_party/node/deps/v8/src/libsampler/
H
A
D
sampler.cc
108
uint64_t
fpregs
[32];
136
void*
fpregs
;
155
void*
fpregs
;
/third_party/musl/arch/i386/bits/
H
A
D
signal.h
71
fpregset_t
fpregs
;
member
/third_party/musl/arch/x32/bits/
H
A
D
signal.h
82
fpregset_t
fpregs
;
member
Completed in 13 milliseconds
1
2