/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_glext.h | 29 AssertCompile(sizeof (VBoxGLhandleARB) == sizeof (GLhandleARB));
|
/vbox/src/VBox/Additions/os2/VBoxSF/ |
H A D | VBoxSFInternal.h | 57 AssertCompile(sizeof(VBOXSFVP) <= sizeof(VPFSD)); 71 AssertCompile(sizeof(VBOXSFCD) <= sizeof(CDFSD)); 86 AssertCompile(sizeof(VBOXSFFSD) <= sizeof(SFFSD)); 101 AssertCompile(sizeof(VBOXSFFS) <= sizeof(FSFSD));
|
/vbox/src/VBox/VMM/include/ |
H A D | GIMHvInternal.h | 379 AssertCompile(MSR_GIM_HV_RANGE0_START <= MSR_GIM_HV_RANGE0_END); 380 AssertCompile(MSR_GIM_HV_RANGE1_START <= MSR_GIM_HV_RANGE1_END); 381 AssertCompile(MSR_GIM_HV_RANGE2_START <= MSR_GIM_HV_RANGE2_END); 382 AssertCompile(MSR_GIM_HV_RANGE3_START <= MSR_GIM_HV_RANGE3_END); 383 AssertCompile(MSR_GIM_HV_RANGE4_START <= MSR_GIM_HV_RANGE4_END); 384 AssertCompile(MSR_GIM_HV_RANGE5_START <= MSR_GIM_HV_RANGE5_END); 385 AssertCompile(MSR_GIM_HV_RANGE6_START <= MSR_GIM_HV_RANGE6_END); 386 AssertCompile(MSR_GIM_HV_RANGE7_START <= MSR_GIM_HV_RANGE7_END); 387 AssertCompile(MSR_GIM_HV_RANGE8_START <= MSR_GIM_HV_RANGE8_END); 388 AssertCompile(MSR_GIM_HV_RANGE9_STAR [all...] |
H A D | GIMKvmInternal.h | 76 AssertCompile(MSR_GIM_KVM_RANGE0_START <= MSR_GIM_KVM_RANGE0_END); 77 AssertCompile(MSR_GIM_KVM_RANGE1_START <= MSR_GIM_KVM_RANGE1_END);
|
/vbox/src/VBox/Runtime/common/checksum/ |
H A D | openssl-md2.cpp | 42 AssertCompile(RT_SIZEOFMEMB(RTMD2CONTEXT, abPadding) >= RT_SIZEOFMEMB(RTMD2CONTEXT, Private));
|
H A D | openssl-md5.cpp | 40 AssertCompile(RT_SIZEOFMEMB(RTMD5CONTEXT, abPadding) >= RT_SIZEOFMEMB(RTMD5CONTEXT, OsslPrivate));
|
H A D | openssl-sha1.cpp | 40 AssertCompile(RT_SIZEOFMEMB(RTSHA1CONTEXT, abPadding) >= RT_SIZEOFMEMB(RTSHA1CONTEXT, Private));
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTAssertCompile.cpp | 3 * IPRT Testcase - AssertCompile* - A Compile Time Testcase. 39 AssertCompile(true); 40 AssertCompile(1); 41 AssertCompile(2); 42 AssertCompile(99);
|
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/ |
H A D | VBoxNetFltCmn-win.h | 224 AssertCompile((sizeof(VBOXNETFLT_PACKET_INFO) & (sizeof(PVOID) - 1)) == 0); 521 AssertCompile(sizeof (VBOXNETFLT_PKTRSVD_TRANSFERDATA_PT) <= PROTOCOL_RESERVED_SIZE_IN_PACKET); 523 AssertCompile(sizeof (VBOXNETFLT_PKTRSVD_MP) <= RT_SIZEOFMEMB(NDIS_PACKET, MiniportReserved)); 525 AssertCompile(sizeof (NDIS_DEVICE_POWER_STATE) == sizeof (uint32_t)); 526 AssertCompile(sizeof (UINT) == sizeof (uint32_t));
|
/vbox/include/VBox/ |
H A D | usbfilter.h | 87 AssertCompile(USBFILTERMATCH_END == 11); 145 AssertCompile(USBFILTERIDX_END == 11); 181 AssertCompile(USBFILTERTYPE_END == 5);
|
/vbox/src/VBox/Runtime/common/misc/ |
H A D | handletable.h | 110 AssertCompile(sizeof(RTHTENTRYFREE) <= sizeof(RTHTENTRY)); 111 AssertCompile(sizeof(RTHTENTRYFREE) <= sizeof(RTHTENTRYCTX));
|
/vbox/src/VBox/Runtime/common/path/ |
H A D | RTPathSplit.cpp | 61 AssertCompile(sizeof(*pParsedVolatile) <= sizeof(*pSplitVolatile)); 62 AssertCompile(sizeof(pParsedVolatile->aComps[0]) <= sizeof(pSplitVolatile->apszComps[0]));
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | time-win.cpp | 158 AssertCompile(sizeof(u64) == sizeof(FILETIME)); 167 AssertCompile(sizeof(u64) == sizeof(FILETIME));
|
H A D | tls-win.cpp | 41 AssertCompile(sizeof(RTTLS) >= sizeof(DWORD));
|
/vbox/src/VBox/HostDrivers/Support/ |
H A D | SUPR0IdcClientInternal.h | 76 AssertCompile(RT_SIZEOFMEMB(SUPDRVIDCHANDLE, apvPadding) >= sizeof(struct SUPDRVIDCHANDLEPRIVATE));
|
H A D | SUPLibAll.cpp | 63 AssertCompile(RT_IS_POWER_OF_TWO(RTCPUSET_MAX_CPUS)); 64 AssertCompile(RT_ELEMENTS(pGip->aiCpuFromCpuSetIdx) >= RTCPUSET_MAX_CPUS);
|
/vbox/include/VBox/HGSMI/ |
H A D | HGSMIMemAlloc.h | 51 AssertCompile((~HGSMI_MA_DESC_OFFSET_MASK + 1) == HGSMI_MA_BLOCK_SIZE_MIN);
|
/vbox/src/VBox/Runtime/r0drv/freebsd/ |
H A D | semfastmutex-r0drv-freebsd.c | 62 AssertCompile(sizeof(RTSEMFASTMUTEXINTERNAL) > sizeof(void *));
|
/vbox/src/VBox/Runtime/r0drv/os2/ |
H A D | semfastmutex-r0drv-os2.cpp | 62 AssertCompile(sizeof(RTSEMFASTMUTEXINTERNAL) > sizeof(void *));
|
H A D | spinlock-r0drv-os2.cpp | 72 AssertCompile(sizeof(RTSPINLOCKINTERNAL) > sizeof(void *));
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | tls-posix.cpp | 41 AssertCompile(sizeof(pthread_key_t) <= sizeof(RTTLS));
|
/vbox/src/VBox/VMM/include/internal/ |
H A D | pgm.h | 62 AssertCompile(PGMPAGETYPE_END == 8);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/ |
H A D | VBoxMPVhwa.cpp | 878 AssertCompile(sizeof (RECT) == sizeof (VBOXVHWA_RECTL)); 879 AssertCompile(RT_SIZEOFMEMB(RECT, left) == RT_SIZEOFMEMB(VBOXVHWA_RECTL, left)); 880 AssertCompile(RT_SIZEOFMEMB(RECT, right) == RT_SIZEOFMEMB(VBOXVHWA_RECTL, right)); 881 AssertCompile(RT_SIZEOFMEMB(RECT, top) == RT_SIZEOFMEMB(VBOXVHWA_RECTL, top)); 882 AssertCompile(RT_SIZEOFMEMB(RECT, bottom) == RT_SIZEOFMEMB(VBOXVHWA_RECTL, bottom)); 883 AssertCompile(RT_OFFSETOF(RECT, left) == RT_OFFSETOF(VBOXVHWA_RECTL, left)); 884 AssertCompile(RT_OFFSETOF(RECT, right) == RT_OFFSETOF(VBOXVHWA_RECTL, right)); 885 AssertCompile(RT_OFFSETOF(RECT, top) == RT_OFFSETOF(VBOXVHWA_RECTL, top)); 886 AssertCompile(RT_OFFSETOF(RECT, bottom) == RT_OFFSETOF(VBOXVHWA_RECTL, bottom)); 956 AssertCompile(sizeo [all...] |
/vbox/include/iprt/ |
H A D | asm.h | 608 AssertCompile(sizeof(*(ph)) == sizeof(uint32_t)); \ 609 AssertCompile(sizeof(*(phRes)) == sizeof(uint32_t)); \ 615 AssertCompile(sizeof(*(ph)) == sizeof(uint64_t)); \ 616 AssertCompile(sizeof(*(phRes)) == sizeof(uint64_t)); \ 976 AssertCompile(sizeof(*(ph)) == sizeof(uint32_t)); \ 982 AssertCompile(sizeof(*(ph)) == sizeof(uint64_t)); \ 1225 AssertCompile(sizeof(*ph) == sizeof(uint32_t)); \ 1226 AssertCompile(sizeof(*phOldVal) == sizeof(uint32_t)); \ 1232 AssertCompile(sizeof(*(ph)) == sizeof(uint64_t)); \ 1233 AssertCompile(sizeo [all...] |
H A D | assert.h | 59 * In addition there is a very special family AssertCompile that can be 256 * RTASSERTTYPE is the type the AssertCompile() macro redefines. 263 * RTASSERTVAR is the type the AssertCompile() macro redefines. 293 * This differs from AssertCompile in that it accepts some more expressions 306 /** @def AssertCompile 312 # define AssertCompile(expr) static_assert(!!(expr), #expr) macro 314 # define AssertCompile(expr) AssertCompileNS(expr) 340 AssertCompile(sizeof(type) == (size)) 348 AssertCompile(!(sizeof(type) & ((align) - 1))) 357 AssertCompile(RT_SIZEOFMEM [all...] |