Searched defs:user32_fxsr_struct (Results 1 – 2 of 2) sorted by relevance
19 struct user32_fxsr_struct { struct20 unsigned short cwd;21 unsigned short swd;22 unsigned short twd; /* not compatible to 64bit twd */23 unsigned short fop;24 int fip;25 int fcs;26 int foo;27 int fos;28 int mxcsr;[all …]
17 # define user32_fxsr_struct user_fxsr_struct macro