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

/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp194 # define RTHEAPOFF_TO_PTR_N(pHeapInt, off, type) ( (type)rtHeapOffCheckedOffToPtr(pHeapInt, off, true /*fNull*/) )
210 # define RTHEAPOFF_TO_PTR(pHeapInt, off, type) ( (type)rtHeapOffCheckedOffToPtr(pHeapInt, off, false /*fNull*/) )
338 DECLINLINE(void *) rtHeapOffCheckedOffToPtr(PRTHEAPOFFSETINTERNAL pHeapInt, uint32_t off, bool fNull) argument
340 Assert(off || fNull);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinuser16.h65 unsigned fNull :1; member in struct:tagDCB16
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinuser16.h65 unsigned fNull :1; member in struct:tagDCB16
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h1259 unsigned fNull :1; member in struct:tagDCB
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h1061 unsigned fNull :1; member in struct:tagDCB

Completed in 107 milliseconds