Home
last modified time | relevance | path

Searched refs:fpregset_t (Results 1 – 18 of 18) sorted by relevance

/third_party/rust/crates/libc/src/unix/solarish/
Dx86_64.rs59 pub struct fpregset_t {
65 pub fpregs: fpregset_t,
106 impl PartialEq for fpregset_t {
107 fn eq(&self, other: &fpregset_t) -> bool {
111 impl Eq for fpregset_t {}
112 impl ::fmt::Debug for fpregset_t {
/third_party/musl/arch/mips/bits/
Dsignal.h19 } fpregset_t; typedef
24 fpregset_t sc_fpregs;
33 fpregset_t fpregs;
/third_party/musl/arch/s390x/bits/
Dsignal.h26 } fpregset_t; typedef
33 fpregset_t fpregs;
/third_party/musl/arch/powerpc64/bits/
Dsignal.h12 typedef double fpregset_t[33]; typedef
37 fpregset_t fp_regs;
/third_party/musl/arch/powerpc/bits/
Dsignal.h17 } fpregset_t; typedef
36 fpregset_t fpregs;
/third_party/musl/arch/riscv64/bits/
Dsignal.h50 typedef union __riscv_mc_fp_state fpregset_t; typedef
53 fpregset_t fpregs;
/third_party/musl/arch/mipsn32/bits/
Dsignal.h20 } fpregset_t; typedef
42 fpregset_t fpregs;
/third_party/musl/arch/mips64/bits/
Dsignal.h20 } fpregset_t; typedef
42 fpregset_t fpregs;
/third_party/musl/arch/m68k/bits/
Dsignal.h64 } fpregset_t; typedef
69 fpregset_t fpregs;
/third_party/musl/arch/i386/bits/
Dsignal.h58 } *fpregset_t; typedef
71 fpregset_t fpregs;
/third_party/musl/arch/x86_64/bits/
Dsignal.h71 } *fpregset_t; typedef
82 fpregset_t fpregs;
/third_party/musl/arch/x32/bits/
Dsignal.h71 } *fpregset_t; typedef
82 fpregset_t fpregs;
/third_party/musl/arch/sh/bits/
Dsignal.h11 typedef int freg_t, fpregset_t[16]; typedef
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-s390x.txt106 fpregset_t
/third_party/musl/arch/aarch64/bits/
Dsignal.h17 } fpregset_t; typedef
/third_party/libunwind/src/ptrace/
D_UPT_access_fpreg.c76 fpregset_t fpreg; in _UPT_access_fpreg()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
Ds390x.rs162 pub struct fpregset_t {
172 pub fpregs: fpregset_t,
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp10422 typedef struct _libc_fpstate *fpregset_t; typedef
10429 fpregset_t fpregs;