Searched refs:_fpstate (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/common/android/ |
D | breakpad_getcontext_unittest.cc | 144 COMPILE_ASSERT_EQ(sizeof(_libc_fpstate), sizeof(_fpstate), in TEST() 146 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,cwd),offsetof(_fpstate,cwd), in TEST() 148 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,swd),offsetof(_fpstate,swd), in TEST() 150 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,ftw),offsetof(_fpstate,twd), in TEST() 152 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,fop),offsetof(_fpstate,fop), in TEST() 154 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,rip),offsetof(_fpstate,rip), in TEST() 156 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,rdp),offsetof(_fpstate,rdp), in TEST() 158 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,mxcsr),offsetof(_fpstate,mxcsr), in TEST() 161 offsetof(_fpstate,mxcsr_mask), in TEST() 163 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,_st), offsetof(_fpstate,st_space), in TEST() [all …]
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | sigcontext.h | 169 # 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 */
|