Searched defs:CIDETCPUCTX (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet.h155 typedef struct CIDETCPUCTX struct
187 } CIDETCPUCTX; typedef in typeref:struct:CIDETCPUCTX
188 typedef CIDETCPUCTX *PCIDETCPUCTX;
189 typedef CIDETCPUCTX const *PCCIDETCPUCTX;
191 /** Number of bytes of CIDETCPUCTX that can be compared quickly using memcmp.
193 #define CIDETCPUCTX_COMPARE_SIZE RT_UOFFSETOF(CIDETCPUCTX, fIgnoredRFlags)
1026 CIDETCPUCTX InCtx;
1028 CIDETCPUCTX ExpectedCtx;
1030 CIDETCPUCTX ActualCtx;
1032 CIDETCPUCTX InTemplateCt
[all...]

Completed in 40 milliseconds