Home
last modified time | relevance | path

Searched refs:_fpstate (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/linux/
Dbreakpad_getcontext_unittest.cc150 COMPILE_ASSERT_EQ(sizeof(_libc_fpstate), sizeof(_fpstate), in TEST()
152 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,cwd),offsetof(_fpstate,cwd), in TEST()
154 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,swd),offsetof(_fpstate,swd), in TEST()
156 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,ftw),offsetof(_fpstate,twd), in TEST()
158 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,fop),offsetof(_fpstate,fop), in TEST()
160 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,rip),offsetof(_fpstate,rip), in TEST()
162 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,rdp),offsetof(_fpstate,rdp), in TEST()
164 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,mxcsr),offsetof(_fpstate,mxcsr), in TEST()
167 offsetof(_fpstate,mxcsr_mask), in TEST()
169 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,_st), offsetof(_fpstate,st_space), in TEST()
[all …]
/external/kernel-headers/original/uapi/asm-x86/asm/
Dsigcontext.h169 # define _fpstate _fpstate_32 macro
171 # define _fpstate _fpstate_64 macro
193 struct _fpstate fpstate;
320 struct _fpstate __user *fpstate;
380 struct _fpstate __user *fpstate; /* Zero when no FPU context */