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

/vbox/src/VBox/VMM/testcase/
H A DtstVMStructRC.cpp94 #define GEN_CHECK_SIZE(s) printf(" CHECK_SIZE(%s, %u);\n", #s, (unsigned)sizeof(s)) macro
H A DtstVMStructDTrace.cpp88 #define GEN_CHECK_SIZE(s) \ macro
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp116 #define GEN_CHECK_SIZE(s) printf(" CHECK_SIZE(%s, %d);\n", #s, (int)sizeof(s)) macro
123 GEN_CHECK_SIZE(PDMDEVINS);
138 GEN_CHECK_SIZE(PCIDEVICE);
139 GEN_CHECK_SIZE(PCIDEVICEINT);
140 GEN_CHECK_SIZE(PCIIOREGION);
163 GEN_CHECK_SIZE(PIIX3State);
164 GEN_CHECK_SIZE(PCIBUS);
178 GEN_CHECK_SIZE(PCIGLOBALS);
196 GEN_CHECK_SIZE(ICH9PCIBUS);
209 GEN_CHECK_SIZE(ICH9PCIGLOBAL
[all...]

Completed in 64 milliseconds