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

/vbox/include/iprt/
H A Dx86.h2990 typedef union X86DESC union
3009 } X86DESC; typedef in typeref:union:X86DESC
3011 AssertCompileSize(X86DESC, 8);
3015 typedef X86DESC *PX86DESC;
3017 typedef const X86DESC *PCX86DESC;
3240 typedef X86DESC X86DESCHC;
3628 * This is incidentally the same as sizeof(X86DESC) - 1, so good for limit

Completed in 111 milliseconds